From a44f26ea5f0f2dd47b26275b707a04c9b80e6b9f Mon Sep 17 00:00:00 2001 From: sspencerwire Date: Wed, 17 Sep 2025 11:12:17 -0500 Subject: [PATCH] Move `rockydocs_tool_guide.md` to "Local Documentation" menu * originally placed in the contribute section directly * moving it groups it correctly with the other local documentation items * modified the `.pages` file in the `localdocs` folder, too, to place this item first in the listing --- docs/guides/contribute/localdocs/.pages | 1 + docs/guides/contribute/{ => localdocs}/rockydocs_tool_guide.md | 0 2 files changed, 1 insertion(+) rename docs/guides/contribute/{ => localdocs}/rockydocs_tool_guide.md (100%) diff --git a/docs/guides/contribute/localdocs/.pages b/docs/guides/contribute/localdocs/.pages index 63cc822bbf..1abde09eca 100644 --- a/docs/guides/contribute/localdocs/.pages +++ b/docs/guides/contribute/localdocs/.pages @@ -1,6 +1,7 @@ --- nav: - ... | index*.md + - ... | rockydocs_tool_guide*.md - ... | rockydocs_web_dev*.md - ... | mkdocs_lsyncd*.md - ... | rockydocs_webdev_v2*.md diff --git a/docs/guides/contribute/rockydocs_tool_guide.md b/docs/guides/contribute/localdocs/rockydocs_tool_guide.md similarity index 100% rename from docs/guides/contribute/rockydocs_tool_guide.md rename to docs/guides/contribute/localdocs/rockydocs_tool_guide.md