-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add inline documentation for puppet-strings usage.
- Add ability to generate documentation with puppet-strings This is done with 'pdk bundle exec rake reference' - Add generated REFERENCE.md - Remove README.md as it was misleading
- Loading branch information
Phil Friderici
committed
Jun 27, 2022
1 parent
79202e0
commit 75e9166
Showing
3 changed files
with
35 additions
and
12 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
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
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,7 @@ | ||
desc 'Alias for strings:generate' | ||
task :doc => ['strings:generate'] | ||
|
||
desc 'Generate REFERENCE.md' | ||
task :reference do | ||
sh 'puppet strings generate --format markdown' | ||
end |