mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-05 21:40:31 +00:00
keeping the alt 87514151c4 (diff-73a8dc1ce58605f6c5ea53548454c3bae516ec5132a29c9d7ff7edf9730c75be)
48 lines
997 B
YAML
48 lines
997 B
YAML
site_name: '{fmt}'
|
|
|
|
docs_dir: ../doc
|
|
|
|
repo_url: https://github.com/fmtlib/fmt
|
|
|
|
theme:
|
|
name: material
|
|
features:
|
|
- navigation.tabs
|
|
- navigation.top
|
|
- toc.integrate
|
|
|
|
extra_javascript:
|
|
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/highlight.min.js
|
|
- fmt.js
|
|
|
|
extra_css:
|
|
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/styles/default.min.css
|
|
- fmt.css
|
|
|
|
markdown_extensions:
|
|
- pymdownx.highlight:
|
|
# Use JavaScript syntax highlighter instead of Pygments because it
|
|
# automatically applies to code blocks extracted through Doxygen.
|
|
use_pygments: false
|
|
anchor_linenums: true
|
|
line_spans: __span
|
|
pygments_lang_class: true
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.snippets
|
|
|
|
plugins:
|
|
- search
|
|
- mkdocstrings:
|
|
default_handler: cxx
|
|
nav:
|
|
- Home: index.md
|
|
- Get Started: get-started.md
|
|
- API: api.md
|
|
- Syntax: syntax.md
|
|
|
|
exclude_docs: ChangeLog-old.md
|
|
|
|
extra:
|
|
version:
|
|
provider: mike
|
|
generator: false
|