diff options
author | 2021-12-06 23:37:30 +0000 | |
---|---|---|
committer | 2021-12-06 23:37:30 +0000 | |
commit | 09144e8e88fbb79a75a2283aca8bf6eba6dc45f0 (patch) | |
tree | 6a28d02d0537efaaac7388ea8e106b2084b3166e | |
parent | 31af8efa10d63c945836470e344be1909017f4fd (diff) | |
download | astro-09144e8e88fbb79a75a2283aca8bf6eba6dc45f0.tar.gz astro-09144e8e88fbb79a75a2283aca8bf6eba6dc45f0.tar.zst astro-09144e8e88fbb79a75a2283aca8bf6eba6dc45f0.zip |
chore(lint): Prettier fix
-rw-r--r-- | docs/src/config.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/config.ts b/docs/src/config.ts index 85f9a369d..4a8840ae5 100644 --- a/docs/src/config.ts +++ b/docs/src/config.ts @@ -55,9 +55,9 @@ export const SIDEBAR = { { text: 'Layouts', link: 'de/core-concepts/layouts' }, { text: 'Routing', link: 'de/core-concepts/routing' }, { text: 'Partial Hydration', link: 'de/core-concepts/component-hydration' }, - + { text: 'Anleitungen', header: true }, - + { text: 'Referenz', header: true }, ], nl: [ |