We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8897b4 commit 55f780cCopy full SHA for 55f780c
docs/reference/plugin/nprogress.md
@@ -1,4 +1,12 @@
1
-# nprogress
+---
2
+title: nprogress
3
4
+
5
+<!-- `# nprogress` will be rendered as `<h1 id="nprogress">`, and the id will conflict with the nprogress bar (stupid) -->
6
7
+<!-- so we add a 'plugin' suffix in the h1 title, and use title frontmatter to set the page title -->
8
9
+# nprogress Plugin
10
11
> @vuepress/plugin-nprogress
12
docs/zh/reference/plugin/nprogress.md
+<!-- `# nprogress` 会被渲染成 `<h1 id="nprogress">` ,导致 id 和 nprogress 进度条冲突 (有点蠢) -->
+<!-- 所以我们在 h1 标题后添加一个 '插件' 后缀,然后通过 title frontmatter 来设置页面标题 -->
+# nprogress 插件
0 commit comments