Skip to content

Commit

Permalink
feat:Created-puppet.js-in-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alstudd committed Oct 31, 2023
1 parent 5579b38 commit cce156a
Show file tree
Hide file tree
Showing 2 changed files with 23 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 @@ -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',
},
],
};

0 comments on commit cce156a

Please sign in to comment.