46 lines
1.1 KiB
YAML
46 lines
1.1 KiB
YAML
site_name: OF-DL Docs
|
|
site_url: https://docs.ofdl.tools
|
|
theme:
|
|
name: material
|
|
features:
|
|
- navigation.tabs
|
|
- navigation.top
|
|
- navigation.instant
|
|
- navigation.expand
|
|
- navigation.sections
|
|
- navigation.tracking
|
|
- navigation.search.highlight
|
|
- navigation.search.suggest
|
|
- navigation.search.share
|
|
- navigation.search.suggest
|
|
- navigation.search.share
|
|
- navigation.search.suggest
|
|
- navigation.search.share
|
|
language: en
|
|
palette:
|
|
- scheme: default
|
|
toggle:
|
|
icon: material/toggle-switch-off-outline
|
|
name: Switch to dark mode
|
|
primary: dark-blue
|
|
accent: white
|
|
- scheme: slate
|
|
toggle:
|
|
icon: material/toggle-switch
|
|
name: Switch to light mode
|
|
primary: dark-blue
|
|
accent: white
|
|
font:
|
|
text: Roboto
|
|
code: Roboto Mono
|
|
logo: img/logo.ico
|
|
favicon: img/logo.ico
|
|
markdown_extensions:
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.superfences
|
|
extra:
|
|
social:
|
|
- icon: fontawesome/brands/discord
|
|
link: https://discord.com/invite/6bUW8EJ53j
|
|
copyright: "© 2025 OF-DL. All rights reserved." |