update docs site outline
This commit is contained in:
parent
d3213c6369
commit
a4c82ebb96
13
mkdocs.yml
13
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue