From f7e6930642fa9f3a0f69cba3f6f05783ea220bc5 Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Tue, 27 Feb 2024 20:40:48 -0700 Subject: [PATCH] fix: Add the two new docs to the index --- mkdocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 3bfd64a0..cc7acf8b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -82,6 +82,8 @@ nav: - Endpoints: endpoints.md - Database schema: schema.md - For Developers: + - Code Structure: structure.md + - Database Support: pgsupport.md - Code API: api.md - Protobuf API: protos-api.md - Class Hierarchy: apidocs/html/index.html