diff --git a/docs/guide/deploy.md b/docs/guide/deploy.md index 423228b0ff1d..007e48166cfd 100644 --- a/docs/guide/deploy.md +++ b/docs/guide/deploy.md @@ -1,3 +1,7 @@ +--- +sidebarDepth: 3 +--- + # Deploying The following guides are based on some shared assumptions: diff --git a/docs/guide/differences-from-vuepress.md b/docs/guide/differences-from-vuepress.md index 6e0596916969..eefa0c1e8a5f 100644 --- a/docs/guide/differences-from-vuepress.md +++ b/docs/guide/differences-from-vuepress.md @@ -1,3 +1,6 @@ +--- +sidebarDepth: 2 +--- # Differences from VuePress VitePress and VuePress have different [design goals](../index.md). Both projects share similar config naming conventions. VitePress aims to have the bare minimum features needed for authoring docs. Other features are pushed to Themes. On the other hand, VuePress has more features out-of-the-box or enabled by its ecosystem of plugins. diff --git a/docs/guide/markdown.md b/docs/guide/markdown.md index 38d2e3d16e44..d4bd9d8553a5 100644 --- a/docs/guide/markdown.md +++ b/docs/guide/markdown.md @@ -1,3 +1,7 @@ +--- +sidebarDepth: 3 +--- + # Markdown Extensions ## Header Anchors diff --git a/docs/guide/using-vue.md b/docs/guide/using-vue.md index 504dfd63dd05..fae01ee2bbbf 100644 --- a/docs/guide/using-vue.md +++ b/docs/guide/using-vue.md @@ -1,3 +1,7 @@ +--- +sidebarDepth: 3 +--- + # Using Vue in Markdown In VitePress, each markdown file is compiled into HTML and then processed as a Vue Single-File Component. This means you can use any Vue features inside the markdown, including dynamic templating, using Vue components, or arbitrary in-page Vue component logic by adding a `