2023-10-02 04:11:30 +00:00
|
|
|
# This config is good if you plan to use the rendered docs from
|
|
|
|
# your file system. To use, run:
|
2023-10-03 07:05:05 +00:00
|
|
|
# poetry run -- mkdocs build -f mkdocs-offline.yml
|
2023-10-02 04:11:30 +00:00
|
|
|
INHERIT: 'mkdocs.yml'
|
|
|
|
plugins:
|
|
|
|
- offline
|
2024-02-07 22:09:29 +00:00
|
|
|
|
|
|
|
# For now, *every plugin config* from `mkdocs.yml` has to be repeated here.
|
|
|
|
# https://github.com/mondeja/mkdocs-include-markdown-plugin/issues/195#issuecomment-1933085478
|
|
|
|
# https://github.com/mkdocs/mkdocs/issues/3216
|
|
|
|
- include-markdown # For the CLI reference
|
|
|
|
- search
|
|
|
|
- redirects:
|
|
|
|
redirect_maps:
|
2024-09-16 06:15:56 +00:00
|
|
|
branches.md: bookmarks.md
|
2023-10-02 04:11:30 +00:00
|
|
|
# Turns out the `offline` plugin forces the following
|
|
|
|
# option no matter what, and therefore shouldn't be
|
|
|
|
# used in the main config file.
|
|
|
|
use_directory_urls: false
|