mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-12-22 19:49:28 +00:00
d21160868c
* update `books/` * update CONTRIBUTING.md * .gitignore: ignore built books * add dummy `books/architecture/` * remove some changes from CONTRIBUTING.md out of scope, will be in another PR * add docs/books to LICENSE * formatting
19 lines
500 B
TOML
19 lines
500 B
TOML
[book]
|
|
authors = ["hinto-janai"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "Cuprate Architecture"
|
|
git-repository-url = "https://github.com/Cuprate/architecture-book"
|
|
|
|
# TODO: fix after importing real files.
|
|
#
|
|
# [preprocessor.last-changed]
|
|
# command = "mdbook-last-changed"
|
|
# renderer = ["html"]
|
|
#
|
|
# [output.html]
|
|
# default-theme = "ayu"
|
|
# preferred-dark-theme = "ayu"
|
|
# git-repository-url = "https://github.com/hinto-janai/cuprate-architecture"
|
|
# additional-css = ["last-changed.css"]
|