diff options
author | 2021-12-15 08:53:30 -0800 | |
---|---|---|
committer | 2021-12-15 08:53:30 -0800 | |
commit | c80f9eca61a7cd4119dbc4024b769f814bc3216f (patch) | |
tree | 6d6bcf77b4e63eebbfe1ba96396c1d7d69ea098c /docs/src/config.ts | |
parent | 93ded5d79b7c8dd015df42cac92f9e115469a7a2 (diff) | |
download | astro-c80f9eca61a7cd4119dbc4024b769f814bc3216f.tar.gz astro-c80f9eca61a7cd4119dbc4024b769f814bc3216f.tar.zst astro-c80f9eca61a7cd4119dbc4024b769f814bc3216f.zip |
[ci] update lockfile (#2208)
* [ci] update lockfile
* chore(lint): Prettier fix
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'docs/src/config.ts')
-rw-r--r-- | docs/src/config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/config.ts b/docs/src/config.ts index 2142fd0fc..57cfada7d 100644 --- a/docs/src/config.ts +++ b/docs/src/config.ts @@ -58,7 +58,7 @@ export const SIDEBAR = { { text: 'Anleitungen', header: true }, { text: 'Styling & CSS', link: 'de/guides/styling' }, - + { text: 'Referenz', header: true }, ], nl: [ |