-
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.
Use mkdocs plugin to put last update time on pages
The git-revision-date-localized plugin will automatically add the last update date to each markdown page based on the date of the last change in git to the file. Signed-off-by: Eric Brown <[email protected]>
- Loading branch information
Showing
5 changed files
with
4 additions
and
9 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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# Copyright 2024 Secure Sauce LLC | ||
# SPDX-License-Identifier: BUSL-1.1 | ||
mkdocs | ||
mkdocstrings[python] | ||
mkdocs-material | ||
mkdocs-macros-plugin | ||
mkdocs-material | ||
mkdocs-git-revision-date-localized-plugin | ||
mkdocstrings[python] |
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 |
---|---|---|
|
@@ -22,6 +22,7 @@ plugins: | |
- mkdocstrings | ||
- search | ||
- macros | ||
- git-revision-date-localized | ||
|
||
nav: | ||
- Home: index.md | ||
|