Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 000eb3c

Browse files
committed
docs: update readme
1 parent 0204885 commit 000eb3c

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ The development server will be running at [http://localhost:3000](http://localho
4545
- [ ] Persist user changes when toggling solutions
4646
- [ ] Verification for tutorial tasks
4747
- [ ] Search feature
48+
- [x] Search in command palette
49+
- [ ] Search button
50+
- [ ] Navigation
51+
- [ ] Dropdown for guide outlines
52+
- [ ] Breadcrumbs
53+
- [ ] Previous/Next buttons
4854
- [x] Embedded Nuxt Docs (update CORS headers)
4955
- [x] Only make necessary changes when navigating between guides
5056
- [x] Switch playgrounds on different guides
@@ -55,7 +61,7 @@ The development server will be running at [http://localhost:3000](http://localho
5561
- [x] OG Image
5662
- [x] Meta tags
5763
- [x] Sitemap
58-
- [ ] Command K System
64+
- [x] Command K System
5965
- [ ] About Page
6066
- [ ] Welcome Screen
6167
- [ ] Try https://ark-ui.com/docs/components/splitter

content/1.vue/1.intro/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ In Nuxt, we supports Vue SFC out-of-box and highly recommend you to use it to bu
3333

3434
Going forward, we will cover the following topics:
3535

36-
- Reactivity
37-
- Composition API
38-
- Component Lifecycles
39-
- Props
36+
- [Reactivity](/vue/reactivity)
37+
- [Composition API](/vue/composition-api)
38+
- [Vue Components](/vue/components)

content/1.vue/4.components/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Components

content/1.vue/5.summary/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Vue Basics Summary
2+
3+
Great! You've learned the basics of Vue. If you are interested in learnmore more about Vue, check out the [official Vue documentation](https://vuejs.org/) for more in-depth guides and tutorials.
4+
5+
Up next, let's start to explore how Nuxt would make your development experience even better.

0 commit comments

Comments
 (0)