Skip to content

Commit

Permalink
Update Pages for Start Here and its navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanawa02 committed Jun 17, 2021
1 parent 8d5c213 commit 6468a1d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions src/config.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
export const sidebar = [
{
text: 'Welcome to Astro',
text: 'Start Here',
link: '',
children: [
{ text: 'Why Astro?', link: 'why-astro' },
{ text: 'Island Architecture', link: 'island-architecture' },
{ text: 'What is Astro?', link: 'what-is-astro' },
{ text: 'Installation', link: 'installation' },
{ text: 'Quickstart', link: 'quickstart' },
{ text: 'Examples', link: 'examples' },
],
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/pages/why-astro.md → src/pages/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
layout: ~/layouts/Main.astro
---

# Why Astro?
# Examples
2 changes: 1 addition & 1 deletion src/pages/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: ~/layouts/Main.astro
---

# Start Here

<img src="https://github.com/snowpackjs/astro/blob/main/assets/social/banner.png?raw=true" alt="Astro" width="638" height="320" >

Expand Down
1 change: 1 addition & 0 deletions src/pages/installation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Installation
1 change: 1 addition & 0 deletions src/pages/quick-start.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Quick Start
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
layout: ~/layouts/Main.astro
---

# Island Architecture
# What is Astro?

0 comments on commit 6468a1d

Please sign in to comment.