From fd85bd8d5e3fc72ef828799657c5d3dac7f7e057 Mon Sep 17 00:00:00 2001 From: IfeOluwa Akanwo <146724964+menorahh@users.noreply.github.com> Date: Tue, 31 Oct 2023 23:58:50 +0100 Subject: [PATCH 1/2] Create salesforce.js --- .../docs/orderByAlphabet/salesforce.js | 61 +++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 awesome-oss-docs/src/constants/docs/orderByAlphabet/salesforce.js diff --git a/awesome-oss-docs/src/constants/docs/orderByAlphabet/salesforce.js b/awesome-oss-docs/src/constants/docs/orderByAlphabet/salesforce.js new file mode 100644 index 0000000..a07ac18 --- /dev/null +++ b/awesome-oss-docs/src/constants/docs/orderByAlphabet/salesforce.js @@ -0,0 +1,61 @@ +export default { + title: 'Salesforce Open Source Documentation', + documentations: [ + { + title: 'Lightning Web Components Docs', + description: + 'A Blazing Fast, Enterprise-Grade Web Components Foundation, The lightweight, high performance web component framework that powers thousands of apps.', + projectUrl: 'https://lwc.dev/guide/introduction', + githubUrl: '', + owner: 'Community Owned Documentation', + }, + { + title: 'Buildpacks Docs', + description: + "Buildpacks are pluggable, modular tools that translate source code into OCI images.", + projectUrl: 'https://buildpacks.io/docs/', + githubUrl: '', + owner: 'Community Owned Documentation', + }, + { + title: 'Cloudsplaining Docs', + description: + 'AWS IAM security assessment tool that identifies violations of least privilege and generates a risk-prioritized report.', + projectUrl: 'https://cloudsplaining.readthedocs.io/en/latest/', + githubUrl: '', + owner: 'Company Owned Documentation', + }, + { + title: 'Oclif Docs', + description: + 'A framework for building CLIs in Node.js. Designed both for simple CLIs that can be just a single file with a few flag options, or for very complex CLIs that have many subcommands.', + projectUrl: 'https://oclif.io/docs/introduction', + githubUrl: '', + owner: 'Company Owned Documentation', + }, + { + title: 'Apache PredictionIO Doc', + description: + 'Apache PredictionIO® is a machine learning server for developers and data scientists to create predictive engines for any machine learning task. ', + projectUrl: 'https://predictionio.apache.org/start/', + githubUrl: '', + owner: 'Community Owned Documentation', + }, + { + title: 'TransmogrifAI Docs', + description: + 'AutoML library for building modular, reusable, strongly typed machine learning workflows on Apache Spark with minimal hand tuning.', + projectUrl: 'https://docs.transmogrif.ai/en/stable/', + githubUrl: 'https://github.com/salesforce/TransmogrifAI/tree/master/docs', + owner: 'Company Owned Documentation', + }, + { + title: 'Policy Sentry Docs', + description: + 'AM Least Privilege Policy Generator.', + projectUrl: 'https://policy-sentry.readthedocs.io/en/latest/', + githubUrl: '', + owner: 'Community Owned Documentation', + }, + ], +}; From 9af7295648bc6e349dab43e4128699f2b4886715 Mon Sep 17 00:00:00 2001 From: IfeOluwa Akanwo <146724964+menorahh@users.noreply.github.com> Date: Wed, 1 Nov 2023 00:10:56 +0100 Subject: [PATCH 2/2] imported salesforce --- awesome-oss-docs/src/constants/docs/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/awesome-oss-docs/src/constants/docs/index.js b/awesome-oss-docs/src/constants/docs/index.js index eceb2f1..edf87e3 100644 --- a/awesome-oss-docs/src/constants/docs/index.js +++ b/awesome-oss-docs/src/constants/docs/index.js @@ -20,6 +20,7 @@ import loginradius from "./orderByAlphabet/loginradius"; import mayadata from "./orderByAlphabet/mayadata"; import netflix from "./orderByAlphabet/netflix"; import netlify from "./orderByAlphabet/netlify"; +import salesforce from "./orderByAlphabet/salesforce"; import samsung from "./orderByAlphabet/samsung"; import shopify from "./orderByAlphabet/shopify"; import slackhq from "./orderByAlphabet/slackhq"; @@ -55,6 +56,7 @@ export default [ mayadata, netflix, netlify, + salesforce, samsung, shopify, slackhq,