Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Salesforce Docs #216

Merged
merged 3 commits into from
Oct 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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',
},
],
};
Loading