browsertrix/mkdocs.yml
Ilya Kreymer e2025dac4b docs:
- local deploy update: add collapsible details blocks for vendor-specific instructions, move installing section before running
- add missing docs on how to run docs
- fix doc typos
2022-12-08 17:59:24 -08:00

29 lines
529 B
YAML

site_name: Browsertrix Cloud
theme:
name: material
features:
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.instant
font:
text: Inter
code: Recursive
icon:
admonition:
tip: fontawesome/solid/angles-right
example: fontawesome/solid/flask
markdown_extensions:
- toc:
toc_depth: 3
permalink: true
- pymdownx.highlight:
anchor_linenums: true
- admonition
- pymdownx.inlinehilite
- pymdownx.details
- pymdownx.superfences