- Add documentation for specgen along with proper math rendering - Adjust the heading size, capitalization of various READMEs. - Add backend test README to the doc - Rename the CI related tests to have prefix "CI:"
25 lines
412 B
TOML
25 lines
412 B
TOML
[book]
|
|
authors = []
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "Filament"
|
|
|
|
[build]
|
|
create-missing = false
|
|
|
|
[output.html]
|
|
mathjax-support = true
|
|
default-theme = "light"
|
|
preferred-dark-theme = "light"
|
|
git-repository-url = "https://github.com/google/filament"
|
|
git-repository-icon = "fa-github"
|
|
|
|
[output.html.print]
|
|
enable = false
|
|
|
|
[output.html.fold]
|
|
enable = false
|
|
|
|
[output.html.mathjax]
|
|
enable = true |