From a4c82ebb961d48f7a4ae48a5bb1f6ffbb061d2b2 Mon Sep 17 00:00:00 2001 From: Fischer Moseley <42497969+fischermoseley@users.noreply.github.com> Date: Wed, 12 Apr 2023 20:55:50 -0400 Subject: [PATCH] update docs site outline --- doc/{getting_started.md => installation.md} | 0 mkdocs.yml | 13 +++++++++---- 2 files changed, 9 insertions(+), 4 deletions(-) rename doc/{getting_started.md => installation.md} (100%) diff --git a/doc/getting_started.md b/doc/installation.md similarity index 100% rename from doc/getting_started.md rename to doc/installation.md diff --git a/mkdocs.yml b/mkdocs.yml index be7ac4a..9e936e7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -49,11 +49,16 @@ markdown_extensions: nav: - User Reference: - Home: index.md - - Getting Started: getting_started.md - - Logic Analyzer Core: logic_analyzer_core.md - - IO Core: io_core.md + - Installation: installation.md + - Cores: + - IO Core: io_core.md + - Logic Analyzer Core: logic_analyzer_core.md + - Block Memory Core: block_memory_core.md + - LUT Memory Core: lut_memory_core.md - Tutorials: - - Tutorial 0 (Setup + IO Core): tutorial_0.md + - Tutorial 0 (Installation + IO Core): tutorial_0.md + - Tutorial 1 - Logic Analyzer Core: tutorial_1.md + - Tutorial 2 - Block Memory Core: tutorial_2.md - Developer Reference: - System Architecture: system_architecture.md - Tools Used: tools_used.md