diff --git a/docs/config.md b/docs/config.md index fb495a8902d..7263f4ffa48 100644 --- a/docs/config.md +++ b/docs/config.md @@ -46,6 +46,7 @@ config file at runtime. - [`Discovery.MDNS`](#discoverymdns) - [`Discovery.MDNS.Enabled`](#discoverymdnsenabled) - [`Discovery.MDNS.Interval`](#discoverymdnsinterval) + - [`Experimental`](#experimental) - [`Gateway`](#gateway) - [`Gateway.NoFetch`](#gatewaynofetch) - [`Gateway.NoDNSLink`](#gatewaynodnslink) @@ -599,6 +600,10 @@ Type: `bool` **REMOVED:** this is not configurable any more in the [new mDNS implementation](https://github.com/libp2p/zeroconf#readme). +## `Experimental` + +Toggle and configure experimental features of Kubo. Experimental features are listed [here](./experimental-features.md). + ## `Gateway` Options for the HTTP gateway.