Files
filament/docs_src/src_mdbook/book.toml
Powei Feng d4e0d051b1 docs: make docs more consistent and complete (#9620)
- 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:"
2026-01-21 22:22:12 +00:00

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