Merge branch 'main' into docs
This commit is contained in:
commit
ff0b77908a
115 changed files with 12705 additions and 50763 deletions
|
|
@ -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: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue