2024-06-01 13:50:57 +00:00
|
|
|
site_name: '{fmt}'
|
|
|
|
|
|
|
|
docs_dir: doc
|
|
|
|
|
|
|
|
repo_url: https://github.com/fmtlib/fmt
|
|
|
|
|
|
|
|
# Make the docs work locally without a server.
|
|
|
|
use_directory_urls: false
|
|
|
|
|
|
|
|
theme:
|
|
|
|
name: material
|
|
|
|
features:
|
|
|
|
- navigation.tabs
|
|
|
|
- toc.integrate
|
|
|
|
|
2024-06-01 15:04:55 +00:00
|
|
|
extra_javascript:
|
|
|
|
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/highlight.min.js
|
|
|
|
- fmt.js
|
|
|
|
|
2024-06-01 14:32:43 +00:00
|
|
|
extra_css:
|
2024-06-01 15:04:55 +00:00
|
|
|
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/styles/default.min.css
|
2024-06-01 14:32:43 +00:00
|
|
|
- fmt.css
|
|
|
|
|
2024-06-01 13:50:57 +00:00
|
|
|
markdown_extensions:
|
|
|
|
- pymdownx.highlight:
|
2024-06-01 15:04:55 +00:00
|
|
|
# Use JavaScript syntax highlighter instead of Pygments because it
|
|
|
|
# automatically applies to code blocks extracted through Doxygen.
|
|
|
|
use_pygments: false
|
2024-06-01 13:50:57 +00:00
|
|
|
anchor_linenums: true
|
|
|
|
line_spans: __span
|
|
|
|
pygments_lang_class: true
|
|
|
|
- pymdownx.inlinehilite
|
|
|
|
- pymdownx.snippets
|
|
|
|
|
|
|
|
plugins:
|
|
|
|
- mkdocstrings:
|
|
|
|
default_handler: cxx
|
|
|
|
|
|
|
|
nav:
|
|
|
|
- Usage: usage.md
|
|
|
|
- API: api.md
|
|
|
|
- Syntax: syntax.md
|
|
|
|
# Make the {fmt} link work locally.
|
|
|
|
- '': index.md
|
|
|
|
|
|
|
|
extra:
|
|
|
|
version:
|
|
|
|
provider: mike
|