Skip to content

Commit

Permalink
Merge pull request #216 from menorahh/salesforce
Browse files Browse the repository at this point in the history
Added Salesforce Docs
  • Loading branch information
Elijah699 authored Oct 31, 2023
2 parents 6b1d2f5 + 7e2916c commit 9ccdeb5
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
2 changes: 2 additions & 0 deletions awesome-oss-docs/src/constants/docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import mayadata from "./orderByAlphabet/mayadata";
import netflix from "./orderByAlphabet/netflix";
import netlify from "./orderByAlphabet/netlify";
import ory from "./orderByAlphabet/ory";
import salesforce from "./orderByAlphabet/salesforce";
import samsung from "./orderByAlphabet/samsung";
import shopify from "./orderByAlphabet/shopify";
import slackhq from "./orderByAlphabet/slackhq";
Expand Down Expand Up @@ -59,6 +60,7 @@ export default [
netflix,
netlify,
ory,
sales force,
samsung,
shopify,
slackhq,
Expand Down
61 changes: 61 additions & 0 deletions awesome-oss-docs/src/constants/docs/orderByAlphabet/salesforce.js
Original file line number Diff line number Diff line change
@@ -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',
},
],
};

0 comments on commit 9ccdeb5

Please sign in to comment.