rename folder

This commit is contained in:
Felix Roos 2022-12-22 15:36:24 +01:00
parent b5f9ab7c20
commit 006ca12b6d
13 changed files with 17 additions and 17 deletions

View file

@ -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' },