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