mirror of
https://github.com/EnderIce2/rpc-bridge.git
synced 2025-05-25 14:04:37 +00:00
83 lines
1.9 KiB
YAML
83 lines
1.9 KiB
YAML
site_name: rpc-bridge
|
|
repo_url: https://github.com/EnderIce2/rpc-bridge
|
|
repo_name: EnderIce2/rpc-bridge
|
|
theme:
|
|
name: material
|
|
features:
|
|
- content.code.copy
|
|
- content.tabs.link
|
|
- navigation.tabs
|
|
- navigation.top
|
|
- navigation.footer
|
|
- toc.integrate
|
|
- content.tooltips
|
|
palette:
|
|
- media: "(prefers-color-scheme)"
|
|
toggle:
|
|
icon: material/brightness-auto
|
|
name: Switch to dark mode
|
|
- media: "(prefers-color-scheme: dark)"
|
|
scheme: slate
|
|
primary: black
|
|
accent: indigo
|
|
toggle:
|
|
icon: material/brightness-4
|
|
name: Switch to light mode
|
|
- media: "(prefers-color-scheme: light)"
|
|
scheme: default
|
|
primary: indigo
|
|
accent: indigo
|
|
toggle:
|
|
icon: material/brightness-7
|
|
name: Switch to system preference
|
|
font:
|
|
text: Roboto
|
|
code: Roboto Mono
|
|
favicon: assets/favicon.png
|
|
logo: assets/favicon.png
|
|
icon:
|
|
logo: logo
|
|
admonition:
|
|
note: octicons/tag-16
|
|
abstract: octicons/checklist-16
|
|
info: octicons/info-16
|
|
tip: octicons/squirrel-16
|
|
success: octicons/check-16
|
|
question: octicons/question-16
|
|
warning: octicons/alert-16
|
|
failure: octicons/x-circle-16
|
|
danger: octicons/zap-16
|
|
bug: octicons/bug-16
|
|
example: octicons/beaker-16
|
|
quote: octicons/quote-16
|
|
markdown_extensions:
|
|
- pymdownx.highlight:
|
|
anchor_linenums: true
|
|
line_spans: __span
|
|
pygments_lang_class: true
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.snippets
|
|
- footnotes
|
|
- attr_list
|
|
- pymdownx.critic
|
|
- pymdownx.caret
|
|
- pymdownx.keys
|
|
- pymdownx.mark
|
|
- pymdownx.tilde
|
|
- pymdownx.tabbed:
|
|
alternate_style: true
|
|
plugins:
|
|
- offline
|
|
- mkdocs-video:
|
|
is_video: true
|
|
video_controls: true
|
|
video_loop: false
|
|
video_muted: false
|
|
nav:
|
|
- Home: index.md
|
|
- Linux: linux.md
|
|
- macOS: macos.md
|
|
- Usage: usage.md
|