Skip to content

Commit 419bc92

Browse files
committed
start restructure
1 parent 410c3ef commit 419bc92

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

docs/features.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Features
3+
---
4+
5+
- Build truly reactive state.
6+
- Makes code-splitting simple.
7+
- First-class support for React Suspense.
8+
- First-class support for Error boundaries.
9+
- Built in Typescript.
10+
- Extremely light: 3.4kB parsed, 1.5kB gziped.
11+
- Thin API.

docs/getting-started.md renamed to docs/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Getting Started
2+
title: Quick Start
33
---
44

55
import CharacterCounter from "./examples/CharacterCounter"

sidebars.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module.exports = {
22
someSidebar: {
3-
Introduction: ["motivation", "core-concepts", "getting-started"],
4-
Tutorial: ["tutorial/github-issues", "tutorial/todos"],
3+
Introduction: ["motivation", "quick-start", "features"],
54
"API Reference": [
65
{
76
type: "category",

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function Home() {
112112
"button button--outline button--secondary button--lg",
113113
styles.getStarted,
114114
)}
115-
to={useBaseUrl("docs/getting-started")}
115+
to={useBaseUrl("docs/motivation")}
116116
>
117117
Get Started
118118
</Link>

0 commit comments

Comments
 (0)