Skip to content

Commit 5114e99

Browse files
committed
chore: regenerate config ref doc from schema
1 parent b7b965d commit 5114e99

File tree

1 file changed

+15
-101
lines changed

1 file changed

+15
-101
lines changed

website/docs/configuration/reference.mdx

Lines changed: 15 additions & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ Must be one of:
607607

608608
<details>
609609
<summary>
610-
<strong> <a name="authentication_items_adminGroup"></a>15.1.3. [Optional] Property GitProxy configuration file > authentication > authentication items > adminGroup</strong>
610+
<strong> <a name="authentication_items_adminGroup"></a>16.1.3. [Optional] Property GitProxy configuration file > authentication > authentication items > adminGroup</strong>
611611
</summary>
612612
<blockquote>
613613

@@ -623,7 +623,7 @@ Must be one of:
623623

624624
<details>
625625
<summary>
626-
<strong> <a name="authentication_items_userGroup"></a>15.1.4. [Optional] Property GitProxy configuration file > authentication > authentication items > userGroup</strong>
626+
<strong> <a name="authentication_items_userGroup"></a>16.1.4. [Optional] Property GitProxy configuration file > authentication > authentication items > userGroup</strong>
627627
</summary>
628628
<blockquote>
629629

@@ -639,7 +639,7 @@ Must be one of:
639639

640640
<details>
641641
<summary>
642-
<strong> <a name="authentication_items_domain"></a>15.1.5. [Optional] Property GitProxy configuration file > authentication > authentication items > domain</strong>
642+
<strong> <a name="authentication_items_domain"></a>16.1.5. [Optional] Property GitProxy configuration file > authentication > authentication items > domain</strong>
643643
</summary>
644644
<blockquote>
645645

@@ -655,7 +655,7 @@ Must be one of:
655655

656656
<details>
657657
<summary>
658-
<strong> <a name="authentication_items_adConfig"></a>15.1.6. [Optional] Property GitProxy configuration file > authentication > authentication items > adConfig</strong>
658+
<strong> <a name="authentication_items_adConfig"></a>16.1.6. [Optional] Property GitProxy configuration file > authentication > authentication items > adConfig</strong>
659659
</summary>
660660
<blockquote>
661661

@@ -669,7 +669,7 @@ Must be one of:
669669

670670
<details>
671671
<summary>
672-
<strong> <a name="authentication_items_adConfig_url"></a>15.1.6.1. [Required] Property GitProxy configuration file > authentication > authentication items > adConfig > url</strong>
672+
<strong> <a name="authentication_items_adConfig_url"></a>16.1.6.1. [Required] Property GitProxy configuration file > authentication > authentication items > adConfig > url</strong>
673673
</summary>
674674
<blockquote>
675675

@@ -685,7 +685,7 @@ Must be one of:
685685

686686
<details>
687687
<summary>
688-
<strong> <a name="authentication_items_adConfig_baseDN"></a>15.1.6.2. [Required] Property GitProxy configuration file > authentication > authentication items > adConfig > baseDN</strong>
688+
<strong> <a name="authentication_items_adConfig_baseDN"></a>16.1.6.2. [Required] Property GitProxy configuration file > authentication > authentication items > adConfig > baseDN</strong>
689689
</summary>
690690
<blockquote>
691691

@@ -701,7 +701,7 @@ Must be one of:
701701

702702
<details>
703703
<summary>
704-
<strong> <a name="authentication_items_adConfig_username"></a>15.1.6.3. [Required] Property GitProxy configuration file > authentication > authentication items > adConfig > username</strong>
704+
<strong> <a name="authentication_items_adConfig_username"></a>16.1.6.3. [Required] Property GitProxy configuration file > authentication > authentication items > adConfig > username</strong>
705705
</summary>
706706
<blockquote>
707707

@@ -717,7 +717,7 @@ Must be one of:
717717

718718
<details>
719719
<summary>
720-
<strong> <a name="authentication_items_adConfig_password"></a>15.1.6.4. [Required] Property GitProxy configuration file > authentication > authentication items > adConfig > password</strong>
720+
<strong> <a name="authentication_items_adConfig_password"></a>16.1.6.4. [Required] Property GitProxy configuration file > authentication > authentication items > adConfig > password</strong>
721721
</summary>
722722
<blockquote>
723723

@@ -731,7 +731,6 @@ Must be one of:
731731
</blockquote>
732732
</details>
733733

734-
735734
</blockquote>
736735
</details>
737736

@@ -851,99 +850,14 @@ Must be one of:
851850
</summary>
852851
<blockquote>
853852

854-
| | |
855-
| ------------------------- | ------------------------------------------------------- |
856-
| **Type** | `object` |
857-
| **Required** | No |
858-
| **Additional properties** | [[Not allowed]](# "Additional Properties not allowed.") |
859-
860-
**Description:** Configuration for dynamic loading from external sources
861-
862-
<details>
863-
<summary>
864-
<strong> <a name="configurationSources_enabled"></a>19.1. [Optional] Property configurationSources > enabled</strong>
865-
</summary>
866-
<blockquote>
867-
868-
| | |
869-
| ------------ | --------- |
870-
| **Type** | `boolean` |
871-
| **Required** | No |
872-
873-
**Description:** Enable/disable dynamic configuration loading
874-
875-
</blockquote>
876-
</details>
877-
878-
<details>
879-
<summary>
880-
<strong> <a name="configurationSources_reloadIntervalSeconds"></a>19.2. [Optional] Property configurationSources > reloadIntervalSeconds</strong>
881-
</summary>
882-
<blockquote>
883-
884-
| | |
885-
| ------------ | -------- |
886-
| **Type** | `number` |
887-
| **Required** | No |
888-
889-
**Description:** How often to check for configuration updates (in seconds)
890-
891-
</blockquote>
892-
</details>
893-
894-
<details>
895-
<summary>
896-
<strong> <a name="configurationSources_merge"></a>19.3. [Optional] Property configurationSources > merge</strong>
897-
</summary>
898-
<blockquote>
899-
900-
| | |
901-
| ------------ | --------- |
902-
| **Type** | `boolean` |
903-
| **Required** | No |
904-
905-
**Description:** When true, merges configurations from all enabled sources. When false, uses the last successful configuration load
906-
907-
</blockquote>
908-
</details>
909-
910-
<details>
911-
<summary>
912-
<strong> <a name="configurationSources_sources"></a>19.4. [Optional] Property configurationSources > sources</strong>
913-
</summary>
914-
<blockquote>
915-
916-
| | |
917-
| ------------ | ------- |
918-
| **Type** | `array` |
919-
| **Required** | No |
920-
921-
**Description:** Array of configuration sources to load from
922-
923-
Each item in the array must be an object with the following properties:
924-
925-
- `type`: (Required) Type of configuration source (`"file"`, `"http"`, or `"git"`)
926-
- `enabled`: (Required) Whether this source is enabled
927-
- `path`: (Required for `file` type) Path to the configuration file
928-
- `url`: (Required for `http` type) URL of the configuration endpoint
929-
- `repository`: (Required for `git` type) Git repository URL
930-
- `branch`: (Optional for `git` type) Branch to use
931-
- `path`: (Required for `git` type) Path to configuration file in repository
932-
- `headers`: (Optional for `http` type) HTTP headers to include
933-
- `auth`: (Optional) Authentication configuration
934-
- For `http` type:
935-
- `type`: `"bearer"`
936-
- `token`: Bearer token value
937-
- For `git` type:
938-
- `type`: `"ssh"`
939-
- `privateKeyPath`: Path to SSH private key
940-
941-
</blockquote>
942-
</details>
853+
| | |
854+
| ------------------------- | ---------------- |
855+
| **Type** | `object` |
856+
| **Required** | No |
857+
| **Additional properties** | Any type allowed |
943858

944859
</blockquote>
945860
</details>
946861

947-
---
948-
949-
Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on 2025-05-01 at 18:17:32 +0100
862+
----------------------------------------------------------------------------------------------------------------------------
863+
Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on 2025-05-22 at 11:28:04 +0100

0 commit comments

Comments
 (0)