From d2917984b23d419d82047e3461f502f766ea787d Mon Sep 17 00:00:00 2001 From: Michelle Tilley Date: Thu, 12 Mar 2026 14:30:15 -0700 Subject: docs: Document daemon-fuzzy search mode (#3254) --- docs/mkdocs.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/mkdocs.yml') 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: -- cgit v1.3.1