Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit eb97422

Browse files
author
Lukas Puehringer
committed
Deduplicate usage section
fixes #24 PR #23 copied the "Using Lind-Wasm" section to a "Usage" section. Differences are: - "Usage" is further down in the navigation list - The pages in the sections are ordered differently - Only "Using Lind-Wasm" has an "Examples" page (which was added later, after the copy) Assuming some motivation for the copy, I kept "Usage" and removed "Using Lind-Wasm", preserving the "Examples" page (now also under "Usage"). That said, from a UX perspective, it would seem beneficial to make the "Usage" section more prominent in the navigation section, than the sections "Internal Documentation", and maybe "Build System", which are both above "Usage". Does it make sense to move "Build System" into "Usage"? I suggest to ticketize this and discuss/address separately. Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
1 parent 00c427f commit eb97422

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

mkdocs.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ theme:
55

66
nav:
77
- Home: index.md
8-
- Using Lind-Wasm:
9-
- Compiling programs: use/compile-programs.md
10-
- Running programs: use/run-programs.md
11-
- Debugging programs: use/debug-programs.md
12-
- Examples: use/examples.md
138
- Internal Documentation:
149
- libc: internal/libc.md
1510
- Wasmtime: internal/wasmtime.md
@@ -24,6 +19,7 @@ nav:
2419
- Compile Programs: use/compile-programs.md
2520
- Debug Programs: use/debug-programs.md
2621
- Run Programs: use/run-programs.md
22+
- Examples: use/examples.md
2723
- Contributing:
2824
- contribute/README.md
2925
- Rust style guide: contribute/styleguide.md

0 commit comments

Comments
 (0)