-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The mkdocs macros plugin also us to add variables in the markdown, including some predefined variables such as those from git metadata. In this case, the git short tag is used to automatically have the revision tag up-to-date with the latest version in the pre-commit config. https://github.com/fralau/mkdocs-macros-plugin https://mkdocs-macros-plugin.readthedocs.io/en/latest/git_info/ Signed-off-by: Eric Brown <eric.brown@securesauce.dev>
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
mkdocs | ||
mkdocstrings[python] | ||
mkdocs-material | ||
mkdocs-macros-plugin |
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 |
---|---|---|
|
@@ -19,6 +19,7 @@ theme: | |
plugins: | ||
- mkdocstrings | ||
- search | ||
- macros | ||
|
||
nav: | ||
- Home: index.md | ||
|