remove unused descriptions

+ fix some titles
+ comment out unfinished packages page
+ start offline page
This commit is contained in:
Felix Roos 2023-02-09 21:42:48 +01:00
parent 33e2631e5d
commit ea1b2252fc
14 changed files with 16 additions and 17 deletions

View File

@ -65,16 +65,17 @@ export const SIDEBAR: Sidebar = {
{ text: 'Tonal Modifiers', link: 'learn/tonal' }, { text: 'Tonal Modifiers', link: 'learn/tonal' },
], ],
More: [ More: [
{ text: 'MIDI & OSC', link: 'learn/input-output' },
{ text: 'Offline', link: 'learn/pwa' },
{ text: 'Patterns', link: 'technical-manual/patterns' }, { text: 'Patterns', link: 'technical-manual/patterns' },
{ text: 'Pattern Alignment', link: 'technical-manual/alignment' }, { text: 'Pattern Alignment', link: 'technical-manual/alignment' },
{ text: 'MIDI & OSC', link: 'learn/input-output' },
{ text: 'Strudel vs Tidal', link: 'learn/strudel-vs-tidal' }, { text: 'Strudel vs Tidal', link: 'learn/strudel-vs-tidal' },
], ],
Development: [ Development: [
{ text: 'REPL', link: 'technical-manual/repl' }, { text: 'REPL', link: 'technical-manual/repl' },
{ text: 'Docs', link: 'technical-manual/docs' }, { text: 'Docs', link: 'technical-manual/docs' },
{ text: 'Testing', link: 'technical-manual/testing' }, { text: 'Testing', link: 'technical-manual/testing' },
{ text: 'Packages', link: 'technical-manual/packages' }, // { text: 'Packages', link: 'technical-manual/packages' },
// { text: 'Internals', link: 'technical-manual/internals' }, // { text: 'Internals', link: 'technical-manual/internals' },
], ],
}, },

View File

@ -1,5 +1,5 @@
--- ---
title: Introduction title: JavaScript API
layout: ../../layouts/MainLayout.astro layout: ../../layouts/MainLayout.astro
--- ---

View File

@ -1,6 +1,5 @@
--- ---
title: Accumulation Modifiers title: Accumulation Modifiers
description: Strudel Tutorial - Coding syntax
layout: ../../layouts/MainLayout.astro layout: ../../layouts/MainLayout.astro
--- ---

View File

@ -1,6 +1,5 @@
--- ---
title: Coding syntax title: Coding syntax
description: Strudel Tutorial - Coding syntax
layout: ../../layouts/MainLayout.astro layout: ../../layouts/MainLayout.astro
--- ---

View File

@ -1,6 +1,5 @@
--- ---
title: Audio effects title: Audio effects
description: Strudel Tutorial - Audio effects
layout: ../../layouts/MainLayout.astro layout: ../../layouts/MainLayout.astro
--- ---

View File

@ -1,6 +1,5 @@
--- ---
title: Pattern Constructors title: Pattern Constructors
description: Strudel Tutorial
layout: ../../layouts/MainLayout.astro layout: ../../layouts/MainLayout.astro
--- ---

View File

@ -1,6 +1,5 @@
--- ---
title: Getting Started title: Getting Started
description: Strudel Tutorial - Getting Started
layout: ../../layouts/MainLayout.astro layout: ../../layouts/MainLayout.astro
--- ---

View File

@ -1,6 +1,5 @@
--- ---
title: Other Outptuts title: MIDI & OSC
description: Strudel Tutorial
layout: ../../layouts/MainLayout.astro layout: ../../layouts/MainLayout.astro
--- ---

View File

@ -1,6 +1,5 @@
--- ---
title: Notes title: Notes
description: Strudel Tutorial - Notes
layout: ../../layouts/MainLayout.astro layout: ../../layouts/MainLayout.astro
--- ---

View File

@ -0,0 +1,9 @@
---
title: Offline
layout: ../../layouts/MainLayout.astro
---
# Using Strudel Offline
You can use Strudel even without a network! When you first visit the [Strudel REPL](strudel.tidalcycles.org/),
your browser will download the whole web app including documentation.

View File

@ -1,6 +1,5 @@
--- ---
title: Notes title: Samples
description: Strudel Tutorial - Notes
layout: ../../layouts/MainLayout.astro layout: ../../layouts/MainLayout.astro
--- ---

View File

@ -1,6 +1,5 @@
--- ---
title: What is Strudel? title: Signals
description: Strudel Tutorial
layout: ../../layouts/MainLayout.astro layout: ../../layouts/MainLayout.astro
--- ---

View File

@ -1,6 +1,5 @@
--- ---
title: Sounds title: Sounds
description: Strudel Tutorial - Sounds
layout: ../../layouts/MainLayout.astro layout: ../../layouts/MainLayout.astro
--- ---

View File

@ -1,6 +1,5 @@
--- ---
title: Synths title: Synths
description: Strudel Tutorial - Synths
layout: ../../layouts/MainLayout.astro layout: ../../layouts/MainLayout.astro
--- ---