mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
docs: remove redundant Summary section from delegated-routing.md
the IMPORTANT callout and Motivation section already cover what users need to know. historical version info was noise for researchers trying to configure custom routing. addresses reviewer feedback from #11111.
This commit is contained in:
parent
7a5eac96de
commit
05cc511eae
@ -28,20 +28,6 @@
|
||||
>
|
||||
> **For production deployments**, use `Routing.Type=auto` (default) or `Routing.Type=autoclient` with [`Routing.DelegatedRouters`](https://github.com/ipfs/kubo/blob/master/docs/config.md#routingdelegatedrouters).
|
||||
|
||||
## Summary
|
||||
|
||||
Previously we only used the Amino DHT for content routing and content
|
||||
providing.
|
||||
|
||||
Kubo 0.14 introduced experimental support for [delegated routing](https://github.com/ipfs/kubo/pull/8997),
|
||||
which then got changed and standardized as [Routing V1 HTTP API](https://specs.ipfs.tech/routing/http-routing-v1/).
|
||||
|
||||
Kubo 0.23.0 release added support for [self-hosting Routing V1 HTTP API server](https://github.com/ipfs/kubo/blob/master/docs/changelogs/v0.23.md#self-hosting-routingv1-endpoint-for-delegated-routing-needs).
|
||||
|
||||
Now we need a better way to add different routers using different protocols
|
||||
like [Routing V1](https://specs.ipfs.tech/routing/http-routing-v1/) or Amino
|
||||
DHT, and be able to configure them (future routing systems to come) to cover different use cases.
|
||||
|
||||
## Motivation
|
||||
|
||||
The actual routing implementation is not enough. Some users need to have more options when configuring the routing system. The new implementations should be able to:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user