- 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
29 lines
529 B
YAML
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
|
|
|