mkdocs.yml 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. site_name: sing-box
  2. site_author: nekohasekai
  3. repo_url: https://github.com/SagerNet/sing-box
  4. repo_name: SagerNet/sing-box
  5. copyright: Copyright © 2022 nekohasekai
  6. site_description: The universal proxy platform.
  7. remote_branch: docs
  8. edit_uri: ""
  9. theme:
  10. name: material
  11. icon:
  12. logo: material/tools
  13. palette:
  14. - scheme: default
  15. primary: white
  16. toggle:
  17. icon: material/brightness-7
  18. name: Switch to dark mode
  19. - scheme: slate
  20. primary: black
  21. toggle:
  22. icon: material/brightness-4
  23. name: Switch to light mode
  24. features:
  25. # - navigation.instant
  26. - navigation.tracking
  27. - navigation.tabs
  28. - navigation.indexes
  29. - navigation.expand
  30. - navigation.sections
  31. - header.autohide
  32. nav:
  33. - Getting Started:
  34. - index.md
  35. - Features: features.md
  36. - Support: support.md
  37. - Change Log: changelog.md
  38. - Configuration:
  39. - configuration/index.md
  40. - Log: configuration/log.md
  41. - DNS:
  42. - configuration/dns/index.md
  43. - DNS Server: configuration/dns/server.md
  44. - DNS Rule: configuration/dns/rule.md
  45. - Route:
  46. - configuration/route/index.md
  47. - GeoIP: configuration/route/geoip.md
  48. - Geosite: configuration/route/geosite.md
  49. - Route Rule: configuration/route/rule.md
  50. - Protocol Sniff: configuration/route/sniff.md
  51. - Experimental:
  52. - configuration/experimental/index.md
  53. - Shared:
  54. - TLS: configuration/shared/tls.md
  55. - Multiplex: configuration/shared/multiplex.md
  56. - V2Ray Transport: configuration/shared/v2ray-transport.md
  57. - Inbound:
  58. - configuration/inbound/index.md
  59. - Direct: configuration/inbound/direct.md
  60. - Mixed: configuration/inbound/mixed.md
  61. - SOCKS: configuration/inbound/socks.md
  62. - HTTP: configuration/inbound/http.md
  63. - Shadowsocks: configuration/inbound/shadowsocks.md
  64. - VMess: configuration/inbound/vmess.md
  65. - Trojan: configuration/inbound/trojan.md
  66. - Naive: configuration/inbound/naive.md
  67. - Hysteria: configuration/inbound/hysteria.md
  68. - Tun: configuration/inbound/tun.md
  69. - Redirect: configuration/inbound/redirect.md
  70. - TProxy: configuration/inbound/tproxy.md
  71. - Outbound:
  72. - configuration/outbound/index.md
  73. - Direct: configuration/outbound/direct.md
  74. - Block: configuration/outbound/block.md
  75. - SOCKS: configuration/outbound/socks.md
  76. - HTTP: configuration/outbound/http.md
  77. - Shadowsocks: configuration/outbound/shadowsocks.md
  78. - VMess: configuration/outbound/vmess.md
  79. - Trojan: configuration/outbound/trojan.md
  80. - WireGuard: configuration/outbound/wireguard.md
  81. - Hysteria: configuration/outbound/hysteria.md
  82. - Tor: configuration/outbound/tor.md
  83. - SSH: configuration/outbound/ssh.md
  84. - DNS: configuration/outbound/dns.md
  85. - Selector: configuration/outbound/selector.md
  86. - FAQ:
  87. - faq/index.md
  88. - Known Issues: faq/known-issues.md
  89. - Examples:
  90. - examples/index.md
  91. - Linux Server Installation: examples/linux-server-installation.md
  92. - Shadowsocks Server: examples/ss-server.md
  93. - Shadowsocks Client: examples/ss-client.md
  94. - Shadowsocks Tun: examples/ss-tun.md
  95. - DNS Hijack: examples/dns-hijack.md
  96. - Contributing:
  97. - contributing/index.md
  98. - Developing:
  99. - Environment: contributing/environment.md
  100. - Sub projects: contributing/sub-projects.md
  101. markdown_extensions:
  102. - pymdownx.inlinehilite
  103. - pymdownx.snippets
  104. - pymdownx.superfences
  105. - pymdownx.details
  106. - pymdownx.critic
  107. - pymdownx.caret
  108. - pymdownx.keys
  109. - pymdownx.mark
  110. - pymdownx.tilde
  111. - admonition
  112. - attr_list
  113. - md_in_html
  114. - footnotes
  115. - def_list
  116. - pymdownx.highlight:
  117. anchor_linenums: true
  118. - pymdownx.tabbed:
  119. alternate_style: true
  120. - pymdownx.tasklist:
  121. custom_checkbox: true
  122. extra:
  123. social:
  124. - icon: fontawesome/brands/github
  125. link: https://github.com/SagerNet/sing-box
  126. generator: false
  127. plugins:
  128. - i18n:
  129. default_language: en
  130. languages:
  131. en:
  132. name: English
  133. build: false
  134. zh:
  135. name: 简体中文
  136. material_alternate: true
  137. nav_translations:
  138. zh:
  139. Getting Started: 开始
  140. Features: 特性
  141. Support: 支持
  142. Change Log: 更新日志
  143. Configuration: 配置
  144. Log: 日志
  145. DNS Server: DNS 服务器
  146. DNS Rule: DNS 规则
  147. Route: 路由
  148. Route Rule: 路由规则
  149. Protocol Sniff: 协议探测
  150. Experimental: 实验性
  151. Shared: 通用
  152. Multiplex: 多路复用
  153. V2Ray Transport: V2Ray 传输层
  154. Inbound: 入站
  155. Outbound: 出站
  156. FAQ: 常见问题
  157. Known Issues: 已知问题
  158. Examples: 示例
  159. Linux Server Installation: Linux 服务器安装
  160. Shadowsocks Server: Shadowsocks 服务器
  161. Shadowsocks Client: Shadowsocks 客户端
  162. Shadowsocks Tun: Shadowsocks Tun
  163. DNS Hijack: DNS 劫持