summaryrefslogtreecommitdiff
path: root/docs/src/config.ts
diff options
context:
space:
mode:
authorGravatar Peter Singh <drgaud@hotmail.com> 2021-07-27 15:35:23 +0100
committerGravatar GitHub <noreply@github.com> 2021-07-27 10:35:23 -0400
commite3d73149f77793126efbc6b696f6e5ed90fb3252 (patch)
treeabf3c38ad698beac4fb9c2702d68eb61d80d3d16 /docs/src/config.ts
parent8700400a21932bfbeda627b50dafb9a83451509b (diff)
downloadastro-e3d73149f77793126efbc6b696f6e5ed90fb3252.tar.gz
astro-e3d73149f77793126efbc6b696f6e5ed90fb3252.tar.zst
astro-e3d73149f77793126efbc6b696f6e5ed90fb3252.zip
DOC: revisions made to the setup section (#864)
* this is the last time im changing these files.... * This is Thats these two files finished off... * Updated the section setup, a bit * trying to resolve the conflict Co-authored-by: Matthew Phillips <matthew@matthewphillips.info>
Diffstat (limited to 'docs/src/config.ts')
-rw-r--r--docs/src/config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/config.ts b/docs/src/config.ts
index 98d23fc42..ad69bd16d 100644
--- a/docs/src/config.ts
+++ b/docs/src/config.ts
@@ -4,8 +4,8 @@ export const sidebar = [
link: '',
children: [
{ text: 'Getting Started', link: 'getting-started' },
- { text: 'Installation', link: 'installation' },
{ text: 'Quickstart', link: 'quick-start' },
+ { text: 'Installation', link: 'installation' },
{ text: 'Examples', link: 'examples' },
{ text: 'Astro vs. X', link: 'comparing-astro-vs-other-tools' },
],