diff options
| author | Michelle Tilley <michelle@michelletilley.net> | 2026-03-12 14:30:15 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-12 14:30:15 -0700 |
| commit | d2917984b23d419d82047e3461f502f766ea787d (patch) | |
| tree | ed7b25be9df3529438b749c8b4a5693bd4c79170 /docs/mkdocs.yml | |
| parent | feat: Initialize Atuin AI by default with `atuin init` (#3255) (diff) | |
| download | atuin-d2917984b23d419d82047e3461f502f766ea787d.zip | |
docs: Document daemon-fuzzy search mode (#3254)
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: |
