[ci] yarn format

This commit is contained in:
FredKSchott 2021-08-02 06:40:02 +00:00 committed by GitHub Actions
parent 94f89a3c88
commit 877f9d2702
3 changed files with 10 additions and 11 deletions

View file

@ -1,5 +1,5 @@
export const SIDEBAR = {
'en': [
en: [
{ text: 'Setup', header: true },
{ text: 'Getting Started', link: 'getting-started' },
{ text: 'Quickstart', link: 'quick-start' },
@ -33,18 +33,17 @@ export const SIDEBAR = {
},
{ text: 'Renderer Reference', link: 'reference/renderer-reference' },
],
'nl': [
nl: [
{ text: 'Welkom', header: true },
{ text: 'Beginnen', link: 'nl/getting-started' },
],
'fi': [
fi: [
{ text: 'Tervetuloa', header: true },
{ text: 'Aloittaminen', link: 'fi/getting-started' },
{ text: 'Pika-aloitus', link: 'fi/quick-start' },
{ text: 'Asennus', link: 'fi/installation' },
],
}
};
export const SITE = {
title: 'Astro Documentation',