rust mdbook alternative
Go to file
2019-12-01 11:55:18 -07:00
assets changed mkbook.toml to README.md, updated book to reflect changes 2019-11-29 15:38:48 -07:00
docs added rendering katex formulas 2019-12-01 11:55:18 -07:00
docs-src added rendering katex formulas 2019-12-01 11:55:18 -07:00
src added rendering katex formulas 2019-12-01 11:55:18 -07:00
style added inline plantuml diagrams 2019-11-29 16:24:25 -07:00
templates added rendering katex formulas 2019-12-01 11:55:18 -07:00
.gitignore basic markdown conversion working, lets do this! 🚀 2019-11-27 16:53:21 -07:00
build.rs basic markdown conversion working, lets do this! 🚀 2019-11-27 16:53:21 -07:00
Cargo.lock added rendering katex formulas 2019-12-01 11:55:18 -07:00
Cargo.toml added rendering katex formulas 2019-12-01 11:55:18 -07:00
LICENSE basic markdown conversion working, lets do this! 🚀 2019-11-27 16:53:21 -07:00
README.md generating index, added meta tags, added book.toml file, styling improvements 2019-11-28 11:23:20 -07:00

mkbook

mkbook is my simpler alternative to mdbook which is a great tool, but for which I really dislike some of the decisions they took, such as relying on javascript for highlighting and navigation, and including a lot of bells and whistles such as javascript-based search.

This tool aims to work somewhat similarly to mdbook, but is generally intended to be a more minimal alternative that is customized more towards my needs and desires than anything else.

Still very WIP, but it can convert .md files into fancy-looking .html files, demo it by building the mkbook book by running: cargo run -- build -i docs-src -o docs and then serving the docs directory. Alternatively, view these generated docs here.