From 7ec0b5971415ab3c0c866aec9e2e402f17784ae3 Mon Sep 17 00:00:00 2001 From: Ilya Grigoriev Date: Wed, 4 Sep 2024 18:49:41 -0700 Subject: [PATCH] docs roadmap: add to list of all docs This avoids an MkDocs warning. I put it into Design Docs, since people who follow the link to the roadmap might be interested in those. It's not a perfect place for it, but it seems better than "Technical Details" or "Contributing" (which might make people think that they have to read or follow the roadmap before contributing). --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index 488dc2a74..2e6770d5f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -132,6 +132,7 @@ nav: - 'Design Doc Blueprint': 'design_doc_blueprint.md' - 'Design docs': + - 'Roadmap': "roadmap.md" - 'git-submodules': 'design/git-submodules.md' - 'git-submodule-storage': 'design/git-submodule-storage.md' - 'JJ run': 'design/run.md'