Merge branch 'main' into docs

This commit is contained in:
Felix Roos 2023-02-05 14:34:16 +01:00
commit ff0b77908a
115 changed files with 12705 additions and 50763 deletions

View file

@ -40,7 +40,7 @@ export const ALGOLIA = {
apiKey: 'XXXXXXXXXX',
};
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 = {
en: {
Tutorial: [