adds mdbook scaffolding

This commit is contained in:
adagio 2024-06-18 18:19:24 -04:00
parent c043a887c2
commit b09cf3acb6
No known key found for this signature in database
GPG key ID: 0AE37F9649850573
9 changed files with 111 additions and 13 deletions

24
book.toml Normal file
View file

@ -0,0 +1,24 @@
[book]
authors = ["Codeberg Contributors"]
language = "en"
multilingual = true
src = "src"
title = "Pages"
[preprocessor.toc]
command = "mdbook-toc"
renderer = ["html"]
max-level = 5
[output.html]
curly-quotes = true
git-repository-icon = "fa-git"
[output.html.playground]
editable = true
[output.html.search]
enable = true
[build]
create-missing = false