From 97834467b17c73336ecef579febfa555e51f26d4 Mon Sep 17 00:00:00 2001 From: Richard Lundeen Date: Fri, 13 Mar 2026 16:36:08 -0700 Subject: [PATCH] FIX: fixing navbar link --- doc/myst.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/myst.yml b/doc/myst.yml index a8dd9351c..c1f28dd7e 100644 --- a/doc/myst.yml +++ b/doc/myst.yml @@ -218,11 +218,11 @@ project: site: nav: - title: Cookbooks - url: /cookbooks/README + url: /cookbooks/readme - title: Setup url: /setup/a-install-uv - title: Contributing - url: /contributing/README + url: /contributing/readme - title: User Guide children: - title: Architecture @@ -244,7 +244,7 @@ site: - title: API Reference url: /api/index - title: Blog - url: /blog/README + url: /blog/readme options: logo: roakey.png favicon: roakey.png