diff options
author | 2021-07-16 12:57:07 -0400 | |
---|---|---|
committer | 2021-07-16 11:57:07 -0500 | |
commit | 2827f077baab6674a8ee47f3006e82ce991118b8 (patch) | |
tree | 6ec6bbf3fc38a481816c6ed471f52bda39393a6d /docs/src/config.ts | |
parent | 6d06fce6d2f47ee793b98b970212b27e8dc059f2 (diff) | |
download | astro-2827f077baab6674a8ee47f3006e82ce991118b8.tar.gz astro-2827f077baab6674a8ee47f3006e82ce991118b8.tar.zst astro-2827f077baab6674a8ee47f3006e82ce991118b8.zip |
New getting started guide (#715)
* New getting started guide
* style: small style tweaks
* style: theme updates
* chore: add redirect
* style: theme tweaks
* fix: clamp logo height
* style: fix sidebar width
Co-authored-by: Nate Moore <nate@skypack.dev>
Diffstat (limited to 'docs/src/config.ts')
-rw-r--r-- | docs/src/config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/src/config.ts b/docs/src/config.ts index bb96ac4e9..d972fb366 100644 --- a/docs/src/config.ts +++ b/docs/src/config.ts @@ -3,6 +3,7 @@ export const sidebar = [ text: 'Setup', link: '', children: [ + { text: 'Getting Started', link: 'getting-started' }, { text: 'Installation', link: 'installation' }, { text: 'Quickstart', link: 'quick-start' }, { text: 'Examples', link: 'examples' }, |