diff options
Diffstat (limited to 'docs/mkdocs.yml')
| -rw-r--r-- | docs/mkdocs.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 32df120c..0c2445be 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -29,6 +29,11 @@ theme: - content.action.edit - content.action.view +# NOTE: to enable ToC and heading anchor links in local (non-multirepo) development, +# comment out the `multirepo` plugin and all its settings. +# Note that this changes the top-level directory when developing locally +# from `/cli/CLI/` to `/cli/. + plugins: - search - multirepo: |
