This commit is contained in:
@@ -10,12 +10,12 @@ pub const DOCS: &[DocEntry] = &[
|
||||
Section("Getting Started"),
|
||||
Topic("Welcome", include_str!("../../docs/welcome.md")),
|
||||
Topic(
|
||||
"Moving Around",
|
||||
"Navigation",
|
||||
include_str!("../../docs/getting-started/navigation.md"),
|
||||
),
|
||||
Topic(
|
||||
"How Does It Work?",
|
||||
include_str!("../../docs/getting-started/how_it_works.md"),
|
||||
"The Big Picture",
|
||||
include_str!("../../docs/getting-started/big_picture.md"),
|
||||
),
|
||||
Topic(
|
||||
"Banks & Patterns",
|
||||
@@ -33,6 +33,22 @@ pub const DOCS: &[DocEntry] = &[
|
||||
"Editing a Step",
|
||||
include_str!("../../docs/getting-started/editing.md"),
|
||||
),
|
||||
Topic(
|
||||
"The Audio Engine",
|
||||
include_str!("../../docs/getting-started/engine.md"),
|
||||
),
|
||||
Topic(
|
||||
"Options",
|
||||
include_str!("../../docs/getting-started/options.md"),
|
||||
),
|
||||
Topic(
|
||||
"Saving & Loading",
|
||||
include_str!("../../docs/getting-started/saving.md"),
|
||||
),
|
||||
Topic(
|
||||
"The Sample Browser",
|
||||
include_str!("../../docs/getting-started/samples.md"),
|
||||
),
|
||||
// Forth fundamentals
|
||||
Section("Forth"),
|
||||
Topic(
|
||||
@@ -60,10 +76,7 @@ pub const DOCS: &[DocEntry] = &[
|
||||
Topic("Settings", include_str!("../../docs/engine/settings.md")),
|
||||
Topic("Sources", include_str!("../../docs/engine/sources.md")),
|
||||
Topic("Samples", include_str!("../../docs/engine/samples.md")),
|
||||
Topic(
|
||||
"Wavetables",
|
||||
include_str!("../../docs/engine/wavetable.md"),
|
||||
),
|
||||
Topic("Wavetables", include_str!("../../docs/engine/wavetable.md")),
|
||||
Topic("Filters", include_str!("../../docs/engine/filters.md")),
|
||||
Topic(
|
||||
"Modulation",
|
||||
@@ -78,10 +91,7 @@ pub const DOCS: &[DocEntry] = &[
|
||||
"Audio-Rate Mod",
|
||||
include_str!("../../docs/engine/audio_modulation.md"),
|
||||
),
|
||||
Topic(
|
||||
"Words & Sounds",
|
||||
include_str!("../../docs/engine/words.md"),
|
||||
),
|
||||
Topic("Words & Sounds", include_str!("../../docs/engine/words.md")),
|
||||
// MIDI
|
||||
Section("MIDI"),
|
||||
Topic("Introduction", include_str!("../../docs/midi/intro.md")),
|
||||
@@ -101,10 +111,7 @@ pub const DOCS: &[DocEntry] = &[
|
||||
"Generators",
|
||||
include_str!("../../docs/tutorials/generators.md"),
|
||||
),
|
||||
Topic(
|
||||
"Timing with at",
|
||||
include_str!("../../docs/tutorials/at.md"),
|
||||
),
|
||||
Topic("Timing with at", include_str!("../../docs/tutorials/at.md")),
|
||||
Topic(
|
||||
"Using Variables",
|
||||
include_str!("../../docs/tutorials/variables.md"),
|
||||
|
||||
Reference in New Issue
Block a user