mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-10 21:28:31 +00:00
rename folder
This commit is contained in:
parent
b5f9ab7c20
commit
006ca12b6d
@ -43,7 +43,7 @@ export const ALGOLIA = {
|
||||
export type Sidebar = Record<typeof KNOWN_LANGUAGE_CODES[number], Record<string, { text: string; link: string }[]>>;
|
||||
export const SIDEBAR: Sidebar = {
|
||||
en: {
|
||||
Learn: [
|
||||
Tutorial: [
|
||||
{ text: 'Getting Started', link: 'learn/getting-started' },
|
||||
{ text: 'Mini Notation', link: 'learn/mini-notation' },
|
||||
{ text: 'Synths, Samples & FX', link: 'learn/synths-samples-effects' },
|
||||
|
||||
@ -4,8 +4,8 @@ description: Strudel Tutorial
|
||||
layout: ../../layouts/MainLayout.astro
|
||||
---
|
||||
|
||||
import { MiniRepl } from '../../components/strudel/MiniRepl';
|
||||
import { JsDoc } from '../../components/strudel/JsDoc';
|
||||
import { MiniRepl } from '../../components/docs/MiniRepl';
|
||||
import { JsDoc } from '../../components/docs/JsDoc';
|
||||
|
||||
# Functional JavaScript API
|
||||
|
||||
|
||||
@ -4,8 +4,8 @@ description: Strudel Tutorial
|
||||
layout: ../../layouts/MainLayout.astro
|
||||
---
|
||||
|
||||
import { MiniRepl } from '../../components/strudel/MiniRepl';
|
||||
import { JsDoc } from '../../components/strudel/JsDoc';
|
||||
import { MiniRepl } from '../../components/docs/MiniRepl';
|
||||
import { JsDoc } from '../../components/docs/JsDoc';
|
||||
|
||||
# What is Strudel?
|
||||
|
||||
|
||||
@ -3,8 +3,8 @@ title: Mini Notation
|
||||
layout: ../../layouts/MainLayout.astro
|
||||
---
|
||||
|
||||
import { MiniRepl } from '../../components/strudel/MiniRepl';
|
||||
import { JsDoc } from '../../components/strudel/JsDoc';
|
||||
import { MiniRepl } from '../../components/docs/MiniRepl';
|
||||
import { JsDoc } from '../../components/docs/JsDoc';
|
||||
|
||||
# Mini Notation
|
||||
|
||||
|
||||
@ -4,8 +4,8 @@ description: Strudel Tutorial
|
||||
layout: ../../layouts/MainLayout.astro
|
||||
---
|
||||
|
||||
import { MiniRepl } from '../../components/strudel/MiniRepl';
|
||||
import { JsDoc } from '../../components/strudel/JsDoc';
|
||||
import { MiniRepl } from '../../components/docs/MiniRepl';
|
||||
import { JsDoc } from '../../components/docs/JsDoc';
|
||||
|
||||
# Alternative Outputs
|
||||
|
||||
|
||||
@ -4,8 +4,8 @@ description: Strudel Tutorial
|
||||
layout: ../../layouts/MainLayout.astro
|
||||
---
|
||||
|
||||
import { MiniRepl } from '../../components/strudel/MiniRepl';
|
||||
import { JsDoc } from '../../components/strudel/JsDoc';
|
||||
import { MiniRepl } from '../../components/docs/MiniRepl';
|
||||
import { JsDoc } from '../../components/docs/JsDoc';
|
||||
|
||||
# Continuous Signals
|
||||
|
||||
|
||||
@ -4,8 +4,8 @@ description: Strudel Tutorial
|
||||
layout: ../../layouts/MainLayout.astro
|
||||
---
|
||||
|
||||
import { MiniRepl } from '../../components/strudel/MiniRepl';
|
||||
import { JsDoc } from '../../components/strudel/JsDoc';
|
||||
import { MiniRepl } from '../../components/docs/MiniRepl';
|
||||
import { JsDoc } from '../../components/docs/JsDoc';
|
||||
|
||||
# Synths, Samples & Effects
|
||||
|
||||
|
||||
@ -3,8 +3,8 @@ title: Tonal API
|
||||
layout: ../../layouts/MainLayout.astro
|
||||
---
|
||||
|
||||
import { MiniRepl } from '../../components/strudel/MiniRepl';
|
||||
import { JsDoc } from '../../components/strudel/JsDoc';
|
||||
import { MiniRepl } from '../../components/docs/MiniRepl';
|
||||
import { JsDoc } from '../../components/docs/JsDoc';
|
||||
|
||||
# Tonal API
|
||||
|
||||
|
||||
@ -4,8 +4,8 @@ description: Strudel Tutorial
|
||||
layout: ../../layouts/MainLayout.astro
|
||||
---
|
||||
|
||||
import { MiniRepl } from '../../components/strudel/MiniRepl';
|
||||
import { JsDoc } from '../../components/strudel/JsDoc';
|
||||
import { MiniRepl } from '../../components/docs/MiniRepl';
|
||||
import { JsDoc } from '../../components/docs/JsDoc';
|
||||
|
||||
# What is Strudel?
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user