just playing with tangled
at ig/vimdiffwarn 19 lines 724 B view raw
1# This config is good if you plan to use the rendered docs from 2# your file system. To use, run: 3# uv run mkdocs build -f mkdocs-offline.yml 4INHERIT: 'mkdocs.yml' 5plugins: 6 - offline 7 8 # For now, *every plugin config* from `mkdocs.yml` has to be repeated here. 9 # https://github.com/mondeja/mkdocs-include-markdown-plugin/issues/195#issuecomment-1933085478 10 # https://github.com/mkdocs/mkdocs/issues/3216 11 - include-markdown # For the CLI reference 12 - search 13 - redirects: 14 redirect_maps: 15 branches.md: bookmarks.md 16# Turns out the `offline` plugin forces the following 17# option no matter what, and therefore shouldn't be 18# used in the main config file. 19use_directory_urls: false