Move user guide docs to a new directory

This commit is contained in:
Rodrigo Arias 2023-02-27 11:23:00 +01:00 committed by Rodrigo Arias Mallo
parent 78c4bba62e
commit 5adfd80bce
29 changed files with 14 additions and 13 deletions

View File

Before

Width:  |  Height:  |  Size: 158 KiB

After

Width:  |  Height:  |  Size: 158 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 58 KiB

View File

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

View File

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -19,19 +19,20 @@ markdown_extensions:
separator: "_"
nav:
- index.md
- concepts.md
- installation.md
- 'Runtime':
- runtime/tracing.md
- runtime/distributed.md
- runtime/kernel.md
- runtime/trace_spec.md
- 'Emulation':
- emulation/index.md
- emulation/ovni.md
- emulation/nosv.md
- emulation/nanos6.md
- emulation/events.md
- 'User guide':
- user/concepts.md
- user/installation.md
- 'Runtime':
- user/runtime/tracing.md
- user/runtime/distributed.md
- user/runtime/kernel.md
- user/runtime/trace_spec.md
- 'Emulation':
- user/emulation/index.md
- user/emulation/ovni.md
- user/emulation/nosv.md
- user/emulation/nanos6.md
- user/emulation/events.md
- 'Developer guide':
- dev/index.md
- dev/channels.md