diff --git a/docs/.vuepress/components/Bit.vue b/docs/.vuepress/components/Bit.vue new file mode 100644 index 0000000000000000000000000000000000000000..51d4048aba3cd035f3badcdd159375f2de51eb74 --- /dev/null +++ b/docs/.vuepress/components/Bit.vue @@ -0,0 +1,25 @@ + + + diff --git a/docs/config/README.md b/docs/config/README.md index 7b1bf6854883f454ce66e480a8d29a0d8c6f8476..1899496557d180596ec0d964fa3e2a7d406dc197 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -4,6 +4,8 @@ sidebar: auto # Config Reference + + ## Basic Config ### base diff --git a/docs/default-theme-config/README.md b/docs/default-theme-config/README.md index 101e06b324671a6743625a1b6c4a29a61e18ece2..8b179ea1073f0b4c000aaf4001e82f8e3826ab39 100644 --- a/docs/default-theme-config/README.md +++ b/docs/default-theme-config/README.md @@ -4,6 +4,8 @@ sidebar: auto # Default Theme Config + + ::: tip All options listed on this page apply to the default theme only. If you are using a custom theme, the options may be different. ::: @@ -166,7 +168,7 @@ module.exports = { } ``` -::: tip +::: tip It is worth mentioning that when you disable this option, the corresponding script of this functionality will not be loaded. This is a small point in our performance optimization. ::: diff --git a/docs/guide/README.md b/docs/guide/README.md index 4cf446b3f7e37662a35312ca35ddb1c6bc8e50e7..2ab95d5003ae0eccee53298ffc318a9371c1d97c 100644 --- a/docs/guide/README.md +++ b/docs/guide/README.md @@ -1,5 +1,7 @@ # Introduction + + VuePress is composed of two parts: a minimalistic static site generator with a Vue-powered theming system, and a default theme optimized for writing technical documentation. It was created to support the documentation needs of Vue's own sub projects. Each page generated by VuePress has its own pre-rendered static HTML, providing great loading performance and is SEO-friendly. Once the page is loaded, however, Vue takes over the static content and turns it into a full Single-Page Application (SPA). Additional pages are fetched on demand as the user navigates around the site.