File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 11mkdocs-git-revision-date-localized-plugin~=1.2
22mkdocs-material~=9.5
33mkdocs~=1.6
4+ mkdocs-redirects~=1.2
45pygments~=2.18
Original file line number Diff line number Diff line change 2828 - Subcommands Categories : v3/examples/subcommands-categories.md
2929 - Exit Codes : v3/examples/exit-codes.md
3030 - Combining Short Options : v3/examples/combining-short-options.md
31- - Bash Completions : v3/examples/bash -completions.md
31+ - Shell Completions : v3/examples/shell -completions.md
3232 - Generated Help Text : v3/examples/generated-help-text.md
3333 - Version Flag : v3/examples/version-flag.md
3434 - Timestamp Flag : v3/examples/timestamp-flag.md
@@ -87,10 +87,15 @@ theme:
8787 - navigation.sections
8888 - navigation.tabs
8989 - navigation.tabs.sticky
90+
9091plugins :
9192 - git-revision-date-localized
9293 - search
94+ - redirects :
95+ redirect_maps :
96+ ' v3/examples/bash-completions.md ' : ' v3/examples/shell-completions.md'
9397 - tags
98+
9499# NOTE: this is the recommended configuration from
95100# https://squidfunk.github.io/mkdocs-material/setup/extensions/#recommended-configuration
96101markdown_extensions :
You can’t perform that action at this time.
0 commit comments