Working on internal documentation

This commit is contained in:
2026-01-31 02:41:05 +01:00
parent 8cd0ec92c0
commit 9b730c310e
5 changed files with 194 additions and 20 deletions

View File

@@ -33,8 +33,10 @@ const DOCS: &[DocEntry] = &[
),
Topic("Stage / Commit", include_str!("../../docs/staging.md")),
Topic("Using the Sequencer", include_str!("../../docs/grid.md")),
Topic("Editing a Step", include_str!("../../docs/editing.md")),
// Forth fundamentals
Section("Forth"),
Topic("About Forth", include_str!("../../docs/about_forth.md")),
Topic("The Dictionary", include_str!("../../docs/dictionary.md")),
Topic("The Stack", include_str!("../../docs/stack.md")),
Topic("Arithmetic", include_str!("../../docs/arithmetic.md")),