Skip to content

zhangyinyuan/mdBook

 
 

Repository files navigation

mdBook

支持中文操作步骤

  1. cargo install mdbook --git https://github.com/zhangyinyuan/mdBook.git --branch search-non-english --force
  2. mdbook init mybook
  3. 修改mybook下的book.toml
    [book]
    language = "zh-Hans"
    

参考 mdBook 生成站点的中文搜索支持

Build Status crates.io LICENSE

mdBook is a utility to create modern online books from Markdown files.

Check out the User Guide for a list of features and installation and usage information. The User Guide also serves as a demonstration to showcase what a book looks like.

If you are interested in contributing to the development of mdBook, check out the Contribution Guide.

License

All the code in this repository is released under the Mozilla Public License v2.0, for more information take a look at the LICENSE file.

Releases

No releases published

Packages

No packages published

Languages

  • Rust 81.6%
  • JavaScript 8.6%
  • CSS 6.3%
  • Handlebars 3.0%
  • Shell 0.5%