-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #212 from Alstudd/feat-183-create-puppet-js-in-docs
feat:183-Created-puppet.js-in-docs
- Loading branch information
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
awesome-oss-docs/src/constants/docs/orderByAlphabet/puppet.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
}, | ||
], | ||
}; |