From d47b3edba5a79d6453aeddfd7fecc9058e3c0ead Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Sat, 4 May 2024 18:40:38 +0800 Subject: [PATCH] documentation: Fix missing docs --- docs/configuration/index.md | 8 ++++++++ docs/configuration/profile.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/docs/configuration/index.md b/docs/configuration/index.md index b9c3d78..2e84698 100644 --- a/docs/configuration/index.md +++ b/docs/configuration/index.md @@ -26,6 +26,8 @@ Log configuration, see [Log](https://sing-box.sagernet.org/configuration/log/). #### listen +==Required== + Listen address. #### tls @@ -50,14 +52,20 @@ List of [Subscription](./subscription), can be referenced in [Profile](./profile #### templates +==Required== + List of [Template](./template), can be referenced in [Profile](./profile). #### profiles +==Required== + List of [Profile](./profile), can be referenced in [User](./user). #### users +==Required== + List of [User](./user). ### Check diff --git a/docs/configuration/profile.md b/docs/configuration/profile.md index d14c442..12231d6 100644 --- a/docs/configuration/profile.md +++ b/docs/configuration/profile.md @@ -40,3 +40,11 @@ Custom template for different user agent. The key is a regular expression matching the user agent. The value is the template name. + +#### outbound + +Included outbounds. + +#### subscription + +Included subscriptions.