We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccaab2d commit 198b4efCopy full SHA for 198b4ef
packages/docs/docs/zh/guide/directory-structure.md
@@ -36,7 +36,7 @@ VuePress 遵循 **“约定优于配置”** 的原则,推荐的目录结构
36
- `docs/.vuepress/theme`: 用于存放本地主题。
37
- `docs/.vuepress/styles`: 用于存放样式相关的文件。
38
- `docs/.vuepress/styles/index.styl`: 将会被自动应用的全局样式文件,会生成在最终的 CSS 文件结尾,具有比默认样式更高的优先级。
39
-- `docs/.vuepress/styles/palette.styl`: 用于重写默认颜色常量,或者设置新的的 stylus 颜色常量。
+- `docs/.vuepress/styles/palette.styl`: 用于重写默认颜色常量,或者设置新的 stylus 颜色常量。
40
- `docs/.vuepress/public`: 静态资源目录。
41
- `docs/.vuepress/templates`: 存储 HTML 模板文件。
42
- `docs/.vuepress/templates/dev.html`: 用于开发环境的 HTML 模板文件。
0 commit comments