doc(website): Tweak configuration sections of website and update Docusaurus

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
Steffen Vogel
2023-08-12 15:32:07 +02:00
parent ab6430b90e
commit 920a00fe1a
16 changed files with 12713 additions and 8948 deletions

View File

@@ -207,8 +207,9 @@ $defs:
- $ref: "#/$defs/RouteSyncSettings"
- $ref: "#/$defs/ConfigSyncSettings"
- $ref: "#/$defs/HostsSyncSettings"
- $ref: "#/$defs/PeerDiscoverySettings"
- $ref: "#/$defs/PeerDiscSettings"
- $ref: "#/$defs/EndpointDiscoverySettings"
- $ref: "#/$defs/HooksSettings"
BasicInterfaceSettings:
title: Basic Interface Settings
@@ -251,11 +252,6 @@ $defs:
items:
$ref: "#/$defs/Address"
hooks:
type: array
items:
$ref: "#/$defs/HookSettings"
WireGuardInterfaceSettings:
title: WireGuard Interface Settings
type: object
@@ -568,6 +564,14 @@ $defs:
$ref: "#/$defs/Duration"
default: 2s
HooksSettings:
type: object
properties:
hooks:
type: array
items:
$ref: "#/$defs/HookSettings"
HookSettings:
title: Hook Settings
description: |
@@ -735,7 +739,7 @@ $defs:
examples:
- wg-local
PeerDiscoverySettings:
PeerDiscSettings:
title: Peer Discovery Settings
description: Peer discovery finds new peers within the same community and adds them to the respective interface.
type: object