@xcodebuild/vuepress-plugin-yuque

0.6.9 • Public • Published

vuepress-plugin-yuque

NPM version NPM downloads

本插件需要 VuePress >= 1.0.0-alpha.37

特性

  • 简单:Zero-Markdown,只需配置你的语雀 repo 地址,就能获得一个 VuePress 站点;
  • 高效:自动生成的文档主页、侧边栏让你享受 “高效” 的文档生成体验;
  • 缓存:完美地解决语雀 Open API 调用次数超限的问题;

想了解更多,请移步:

快速上手

在 VuePress 中配置 repoUrl

// .vuepress/config.js
module.exports = {
  title: 'Ant Design 实战教程',
  description: '基于 umi 的 Ant Design 实战教程',
  plugins: [
    ['vuepress-plugin-yuque', {
      repoUrl: 'https://www.yuque.com/ant-design/course',
    }]
  ]
}

你就能获得这个Site,更多使用方法,可参见文档

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

vuepress-plugin-yuque © ULVIZ, Released under the MIT License.
Authored and maintained by ULVIZ with help from contributors (list).

github.com/ulivz · GitHub @ULVIZ · Twitter @_ulivz

Readme

Keywords

none

Package Sidebar

Install

npm i @xcodebuild/vuepress-plugin-yuque

Weekly Downloads

0

Version

0.6.9

License

MIT

Unpacked Size

37.1 kB

Total Files

19

Last publish

Collaborators

  • xcodebuild