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
14 lines
327 B
TOML
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"
|