documentation: Fix missing docs

This commit is contained in:
世界 2024-05-04 18:40:38 +08:00
parent 239a64c7e6
commit d47b3edba5
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
2 changed files with 16 additions and 0 deletions

View File

@ -26,6 +26,8 @@ Log configuration, see [Log](https://sing-box.sagernet.org/configuration/log/).
#### listen #### listen
==Required==
Listen address. Listen address.
#### tls #### tls
@ -50,14 +52,20 @@ List of [Subscription](./subscription), can be referenced in [Profile](./profile
#### templates #### templates
==Required==
List of [Template](./template), can be referenced in [Profile](./profile). List of [Template](./template), can be referenced in [Profile](./profile).
#### profiles #### profiles
==Required==
List of [Profile](./profile), can be referenced in [User](./user). List of [Profile](./profile), can be referenced in [User](./user).
#### users #### users
==Required==
List of [User](./user). List of [User](./user).
### Check ### Check

View File

@ -40,3 +40,11 @@ Custom template for different user agent.
The key is a regular expression matching the user agent. The key is a regular expression matching the user agent.
The value is the template name. The value is the template name.
#### outbound
Included outbounds.
#### subscription
Included subscriptions.