Not a direct fork of https://github.com/rust-lang/mdBook
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.
Run as console with argument 'root of folder with src'. Other is very similar to User Guide of mdBook.
This repository uses mdBook frontend part, but have full rewrited code of backend on C#. Differences is:
- Added extensions pipeline
- Extensions available only via code-usage, but in-depth have access to parsed html object, pure html text, original markdown content, and all other information about page
themefolder must be inside ofsrcfolder, and all of it's content copying intobinfolder directly- Different rules of chapter numbering
- Searching is available of
ruandenby default, but can be customized via code (for now) - Have some beautiful bugs
settings.jsonfor extensions configuration and search tweek
Keep in mind, this is solution for personal purpose, but issues and pull-requests of any kind is appreciate. As of code - it must be fully refactor before adding new features or cleaning of mdBook files/solutions.