rename folder
This commit is contained in:
parent
b5f9ab7c20
commit
006ca12b6d
13 changed files with 17 additions and 17 deletions
|
|
@ -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' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue