From 7b270f413c535bbe7ae51e1f790e4f014d940dab Mon Sep 17 00:00:00 2001 From: halgari Date: Thu, 9 May 2024 07:50:05 -0600 Subject: [PATCH] add Getting started to the docs --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index 1da97408..1330acf0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -48,6 +48,7 @@ theme: nav: - Home: index.md + - Getting Started: GettingStarted.md - Index Format: IndexFormat.md - Value Format: ValueFormat.md - Schema Changes: SchemaChanges.md