File tree 1 file changed +1
-1
lines changed
packages/docs/docs/plugin
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ Plugins usually add global-level functionality to VuePress. There is no strictly
5
5
1 . Extend the page's metadata generated at compile time. e.g. [ @vuepress/plugin-last-updated ] ( ./official/plugin-last-updated.md ) ;
6
6
2 . Generate extra files before or after compilation. e.g. [ @vuepress/plugin-pwa ] ( ./official/plugin-pwa.md ) ;
7
7
3 . Inject global UI. e.g. [ @vuepress/plugin-back-to-top ] ( ./official/plugin-back-to-top.md ) ;
8
- 4 . Exntend command of CLI,如 [ vuepress-plugin-export] ( https://github.com/ulivz/vuepress-plugin-export ) 。
8
+ 4 . Extend the CLI with custom commands. e.g. [ vuepress-plugin-export] ( https://github.com/ulivz/vuepress-plugin-export ) .
9
9
10
10
![ Architecture of VuePress] ( /architecture.png )
You can’t perform that action at this time.
0 commit comments