update docs site outline

This commit is contained in:
Fischer Moseley 2023-04-12 20:55:50 -04:00
parent d3213c6369
commit a4c82ebb96
2 changed files with 9 additions and 4 deletions

View File

@ -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