@cryptotaxi247 / kubo / commits / 8fd49badc

Add reference to Experimental config doc (#9181)

* Add reference to Experimental config doc this clarifies that `Experimental` is in fact a top level configuration key, and links to the most current documentation Co-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com>

Brendan O'Brien committed Aug 11, 2022 at 13:15 UTC 8fd49badc2b9b802721efc29863e07850924429e
1 file changed +5
docs/config.md
+5
@@ -46,6 +46,7 @@ config file at runtime.
46 - [`Discovery.MDNS`](#discoverymdns)
47 - [`Discovery.MDNS.Enabled`](#discoverymdnsenabled)
48 - [`Discovery.MDNS.Interval`](#discoverymdnsinterval)
49 + - [`Experimental`](#experimental)
50 - [`Gateway`](#gateway)
51 - [`Gateway.NoFetch`](#gatewaynofetch)
52 - [`Gateway.NoDNSLink`](#gatewaynodnslink)
@@ -599,6 +600,10 @@ Type: `bool`
600 **REMOVED:** this is not configurable any more
601 in the [new mDNS implementation](https://github.com/libp2p/zeroconf#readme).
602
603 +## `Experimental`
604 +
605 +Toggle and configure experimental features of Kubo. Experimental features are listed [here](./experimental-features.md).
606 +
607 ## `Gateway`
608
609 Options for the HTTP gateway.