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

feat:183-Created-puppet.js-in-docs #212

Merged
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 @@ -27,6 +27,7 @@ import twilio from "./orderByAlphabet/twilio";
import twitter from "./orderByAlphabet/twitter";
import uber from "./orderByAlphabet/uber";
import upbound from "./orderByAlphabet/upbound";
import puppet from "./orderByAlphabet/puppet";

export default [
airbnb,
Expand Down Expand Up @@ -58,4 +59,5 @@ export default [
twitter,
uber,
upbound,
puppet,
];
21 changes: 21 additions & 0 deletions awesome-oss-docs/src/constants/docs/orderByAlphabet/puppet.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
export default {
title: 'Puppet Open Source Documentation',
documentations: [
{
title: 'Puppet VS Code Extension',
description:
'The Puppet Extension for VS Code provides full Puppet DSL intellisense, syntax highlighting, Puppet command support, Puppet node graphs, and much more.',
projectUrl: 'https://puppet-vscode.github.io/docs/',
githubUrl: 'https://github.com/puppetlabs/puppet-vscode',
owner: 'Company Owned Docs',
},
{
title: 'PuppetDB',
description:
" PuppetDB collects and stores data generated by Puppet giving you access to a huge inventory of metadata about every node in your infrastructure. ",
projectUrl: 'https://www.puppet.com/docs/puppetdb/7/overview.html',
githubUrl: 'https://github.com/puppetlabs/puppetdb',
owner: 'Community Owned Docs',
},
],
};
Loading