mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-09 18:43:14 +00:00
62 lines
1.4 KiB
YAML
62 lines
1.4 KiB
YAML
|
site_name: sing-box
|
||
|
site_author: nekohasekai
|
||
|
repo_url: https://github.com/SagerNet/sing-box
|
||
|
repo_name: SagerNet/sing-box
|
||
|
copyright: Copyright © 2021 nekohasekai
|
||
|
edit_uri: ""
|
||
|
theme:
|
||
|
name: material
|
||
|
icon:
|
||
|
logo: material/tools
|
||
|
palette:
|
||
|
- scheme: default
|
||
|
primary: white
|
||
|
toggle:
|
||
|
icon: material/brightness-7
|
||
|
name: Switch to dark mode
|
||
|
- scheme: slate
|
||
|
primary: black
|
||
|
toggle:
|
||
|
icon: material/brightness-4
|
||
|
name: Switch to light mode
|
||
|
features:
|
||
|
- navigation.instant
|
||
|
- navigation.tracking
|
||
|
- navigation.tabs
|
||
|
- navigation.indexes
|
||
|
- navigation.expand
|
||
|
- navigation.sections
|
||
|
- header.autohide
|
||
|
nav:
|
||
|
- Getting Started:
|
||
|
- index.md
|
||
|
- Installation: installation.md
|
||
|
- License: license.md
|
||
|
- Configuration:
|
||
|
- configuration/index.md
|
||
|
- Log: configuration/log.md
|
||
|
- DNS:
|
||
|
- configuration/dns/index.md
|
||
|
- DNS Server: configuration/dns/server.md
|
||
|
- DNS Rule: configuration/dns/rule.md
|
||
|
- Inbound:
|
||
|
- configuration/inbound/index.md
|
||
|
markdown_extensions:
|
||
|
- pymdownx.highlight:
|
||
|
anchor_linenums: true
|
||
|
- pymdownx.inlinehilite
|
||
|
- pymdownx.snippets
|
||
|
- pymdownx.superfences
|
||
|
- pymdownx.tabbed:
|
||
|
alternate_style: true
|
||
|
- admonition
|
||
|
- pymdownx.details
|
||
|
- attr_list
|
||
|
- md_in_html
|
||
|
- footnotes
|
||
|
extra:
|
||
|
social:
|
||
|
- icon: fontawesome/brands/github
|
||
|
link: https://github.com/SagerNet/sing-box
|
||
|
generator: false
|