-
Notifications
You must be signed in to change notification settings - Fork 516
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add last merged PR, some tweaks to the mkdocs process
Signed-off-by: Stephen Curran <[email protected]>
- Loading branch information
Showing
3 changed files
with
10 additions
and
3 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,3 @@ | ||
mkdocs-material | ||
mike | ||
tzdata | ||
|
||
mkdocs-material==9.5.10 | ||
mike==2.0.0 |
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,6 @@ | ||
# Mkdocs Overrides | ||
|
||
This folder contains any overrides for the mkdocs docs publishing. Most notably, | ||
the `base.html` file that puts a banner on the screen for all versions of the | ||
docs other than the main branch. The `base.html` file is generated on publishing | ||
the docs (in the publishing GitHub Action) -- and does not exist in the main branch. |