Add log and dns documentation

This commit is contained in:
世界
2022-07-08 17:01:38 +08:00
parent 3699a57847
commit d6d02b9924
13 changed files with 442 additions and 1 deletions

61
mkdocs.yml Normal file
View File

@@ -0,0 +1,61 @@
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