- Add github link to page - Fix link in contributing.md - Small update to docs_src/README.md - Remove logo in the core docs - Move branching.md and release_guide.md to /docs_src - Add "under construction" warning for the web samples - Update matdbg README.md
23 lines
376 B
TOML
23 lines
376 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
|