intermodal/book/book.toml
Casey Rodarmor 268c62b66d
Add bin/man command for generating man pages
Generates man pages and book entries for all subcommands, and keeps the
commands index in the book up to date.

There is much cursed roff munging in this diff.

type: documentation
2020-04-09 15:23:12 -07:00

14 lines
327 B
TOML

[book]
authors = ["Casey Rodarmor"]
create-missing = false
language = "en"
multilingual = false
src = "src"
title = "Intermodal"
[output.html]
additional-css = ["custom.css"]
curly-quotes = true
default-theme = "ayu"
git-repository-url = "https://github.com/casey/intermodal"