Skip to content

Commit

Permalink
Add reference to Experimental config doc (#9181)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
b5 and aschmahmann authored Aug 11, 2022
1 parent d419c0e commit 8fd49ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 8fd49ba

Please sign in to comment.