xref: /aosp_15_r20/external/fmtlib/support/mkdocs.yml (revision 5c90c05cd622c0a81b57953a4d343e0e489f2e08)
1*5c90c05cSAndroid Build Coastguard Workersite_name: '{fmt}'
2*5c90c05cSAndroid Build Coastguard Worker
3*5c90c05cSAndroid Build Coastguard Workerdocs_dir: ../doc
4*5c90c05cSAndroid Build Coastguard Worker
5*5c90c05cSAndroid Build Coastguard Workerrepo_url: https://github.com/fmtlib/fmt
6*5c90c05cSAndroid Build Coastguard Worker
7*5c90c05cSAndroid Build Coastguard Workertheme:
8*5c90c05cSAndroid Build Coastguard Worker  name: material
9*5c90c05cSAndroid Build Coastguard Worker  features:
10*5c90c05cSAndroid Build Coastguard Worker    - navigation.tabs
11*5c90c05cSAndroid Build Coastguard Worker    - navigation.top
12*5c90c05cSAndroid Build Coastguard Worker    - toc.integrate
13*5c90c05cSAndroid Build Coastguard Worker
14*5c90c05cSAndroid Build Coastguard Workerextra_javascript:
15*5c90c05cSAndroid Build Coastguard Worker  - https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/highlight.min.js
16*5c90c05cSAndroid Build Coastguard Worker  - fmt.js
17*5c90c05cSAndroid Build Coastguard Worker
18*5c90c05cSAndroid Build Coastguard Workerextra_css:
19*5c90c05cSAndroid Build Coastguard Worker  - https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/styles/default.min.css
20*5c90c05cSAndroid Build Coastguard Worker  - fmt.css
21*5c90c05cSAndroid Build Coastguard Worker
22*5c90c05cSAndroid Build Coastguard Workermarkdown_extensions:
23*5c90c05cSAndroid Build Coastguard Worker  - pymdownx.highlight:
24*5c90c05cSAndroid Build Coastguard Worker      # Use JavaScript syntax highlighter instead of Pygments because it
25*5c90c05cSAndroid Build Coastguard Worker      # automatically applies to code blocks extracted through Doxygen.
26*5c90c05cSAndroid Build Coastguard Worker      use_pygments: false
27*5c90c05cSAndroid Build Coastguard Worker      anchor_linenums: true
28*5c90c05cSAndroid Build Coastguard Worker      line_spans: __span
29*5c90c05cSAndroid Build Coastguard Worker      pygments_lang_class: true
30*5c90c05cSAndroid Build Coastguard Worker  - pymdownx.inlinehilite
31*5c90c05cSAndroid Build Coastguard Worker  - pymdownx.snippets
32*5c90c05cSAndroid Build Coastguard Worker
33*5c90c05cSAndroid Build Coastguard Workerplugins:
34*5c90c05cSAndroid Build Coastguard Worker  - search
35*5c90c05cSAndroid Build Coastguard Worker  - mkdocstrings:
36*5c90c05cSAndroid Build Coastguard Worker      default_handler: cxx
37*5c90c05cSAndroid Build Coastguard Workernav:
38*5c90c05cSAndroid Build Coastguard Worker  - Home: index.md
39*5c90c05cSAndroid Build Coastguard Worker  - Get Started: get-started.md
40*5c90c05cSAndroid Build Coastguard Worker  - API: api.md
41*5c90c05cSAndroid Build Coastguard Worker  - Syntax: syntax.md
42*5c90c05cSAndroid Build Coastguard Worker
43*5c90c05cSAndroid Build Coastguard Workerexclude_docs: ChangeLog-old.md
44*5c90c05cSAndroid Build Coastguard Worker
45*5c90c05cSAndroid Build Coastguard Workerextra:
46*5c90c05cSAndroid Build Coastguard Worker  version:
47*5c90c05cSAndroid Build Coastguard Worker    provider: mike
48*5c90c05cSAndroid Build Coastguard Worker  generator: false
49