Skip to content

Commit d26a94d

Browse files
committed
re-organize
1 parent 78856d8 commit d26a94d

20 files changed

+24
-695
lines changed

src/.vitepress/config.ts

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -205,62 +205,62 @@ export const sidebar = {
205205
text: 'Best Practices',
206206
items: [
207207
{
208-
text: 'Production Deployment',
209-
link: '/guide/best-practices/production-deployment'
210-
},
211-
{
212-
text: 'Performance',
213-
link: '/guide/best-practices/performance'
208+
text: 'Accessibility',
209+
link: '/guide/best-practices/accessibility'
214210
},
215211
{
216212
text: 'Security',
217213
link: '/guide/best-practices/security'
218214
},
219215
{
220-
text: 'Accessibility',
221-
link: '/guide/best-practices/accessibility'
216+
text: 'Performance',
217+
link: '/guide/best-practices/performance'
218+
},
219+
{
220+
text: 'Production Deployment',
221+
link: '/guide/best-practices/production-deployment'
222222
}
223223
]
224224
},
225225
{
226-
text: 'Advanced Topics',
226+
text: 'Extra Topics',
227227
items: [
228228
{
229229
text: 'Ways of Using Vue',
230-
link: '/guide/advanced/ways-of-using-vue'
230+
link: '/guide/extras/ways-of-using-vue'
231231
},
232232
{
233-
text: 'Reactivity in Depth',
234-
link: '/guide/advanced/reactivity-in-depth'
233+
text: 'Composition API FAQ',
234+
link: '/guide/extras/composition-api-faq'
235235
},
236236
{
237-
text: 'Composition API FAQ',
238-
link: '/guide/advanced/composition-api-faq'
237+
text: 'Reactivity in Depth',
238+
link: '/guide/extras/reactivity-in-depth'
239239
},
240240
{
241241
text: 'Rendering Mechanism',
242-
link: '/guide/advanced/rendering-mechanism'
242+
link: '/guide/extras/rendering-mechanism'
243243
},
244244
{
245245
text: 'Render Functions & JSX',
246-
link: '/guide/advanced/render-function'
246+
link: '/guide/extras/render-function'
247247
},
248248
{
249-
text: 'Server-Side Rendering',
250-
link: '/guide/advanced/server-side-rendering'
249+
text: 'Server-Side Rendering (SSR)',
250+
link: '/guide/extras/ssr'
251251
},
252252
{
253253
text: 'Vue and Web Components',
254-
link: '/guide/advanced/web-components'
254+
link: '/guide/extras/web-components'
255+
},
256+
{
257+
text: 'Animation Techniques',
258+
link: '/guide/extras/animation'
255259
}
256260
// {
257261
// text: 'Building a Library for Vue',
258262
// link: '/guide/advanced/building-a-library'
259263
// },
260-
// {
261-
// text: 'Advanced Animations',
262-
// link: '/guide/advanced/animation'
263-
// },
264264
// { text: 'Custom Renderers', link: '/guide/advanced/custom-renderer' },
265265
// {
266266
// text: 'Vue for React Devs',

src/guide/advanced/ssr/build-config.md

Lines changed: 0 additions & 106 deletions
This file was deleted.

src/guide/advanced/ssr/getting-started.md

Lines changed: 0 additions & 99 deletions
This file was deleted.

src/guide/advanced/ssr/hydration.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

src/guide/advanced/ssr/introduction.md

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)