rust mdbook alternative
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Kenton Hamaluik 7f8f36183d updated latex section of the book 4 years ago
assets changed mkbook.toml to README.md, updated book to reflect changes 4 years ago
docs updated latex section of the book 4 years ago
docs-src updated latex section of the book 4 years ago
src misc latex fixes and improvements 4 years ago
style refactored file placement on html, added assets on latex 4 years ago
templates misc latex fixes and improvements 4 years ago
.gitignore basic markdown conversion working, lets do this! 🚀 4 years ago
Cargo.lock misc latex fixes and improvements 4 years ago
Cargo.toml misc latex fixes and improvements 4 years ago
LICENSE basic markdown conversion working, lets do this! 🚀 4 years ago
README.md generating index, added meta tags, added book.toml file, styling improvements 4 years ago
build.rs basic markdown conversion working, lets do this! 🚀 4 years ago

README.md

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.