Skip to content

Commit

Permalink
docs: fix the ToC links (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw authored and jacobheun committed Jan 24, 2020
1 parent 854ac49 commit bd1068e
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions doc/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@
* [`start`](#start)
* [`stop`](#stop)
* [`dial`](#dial)
* [`dialProtocol`](#dialProtocol)
* [`dialProtocol`](#dialprotocol)
* [`hangUp`](#hangUp)
* [`handle`](#handle)
* [`unhandle`](#unhandle)
* [`ping`](#ping)
* [`peerRouting.findPeer`](#peerRouting.findPeer)
* [`contentRouting.findProviders`](#contentRouting.findProviders)
* [`contentRouting.provide`](#contentRouting.provide)
* [`contentRouting.put`](#contentRouting.put)
* [`contentRouting.get`](#contentRouting.get)
* [`contentRouting.getMany`](#contentRouting.getMany)
* [`pubsub.getSubscribers`](#pubsub.getSubscribers)
* [`pubsub.getTopics`](#pubsub.getTopics)
* [`pubsub.publish`](#pubsub.publish)
* [`pubsub.subscribe`](#pubsub.subscribe)
* [`metrics.global`](#metrics.global)
* [`metrics.peers`](#metrics.peers)
* [`metrics.protocols`](#metrics.protocols)
* [`metrics.forPeer`](#metrics.forPeer)
* [`metrics.forProtocol`](#metrics.forProtocol)
* [`peerRouting.findPeer`](#peerRoutingfindPeer)
* [`contentRouting.findProviders`](#contentroutingfindproviders)
* [`contentRouting.provide`](#contentroutingprovide)
* [`contentRouting.put`](#contentroutingput)
* [`contentRouting.get`](#contentroutingget)
* [`contentRouting.getMany`](#contentroutinggetmany)
* [`pubsub.getSubscribers`](#pubsubgetsubscribers)
* [`pubsub.getTopics`](#pubsubgettopics)
* [`pubsub.publish`](#pubsubpublish)
* [`pubsub.subscribe`](#pubsubsubscribe)
* [`metrics.global`](#metricsglobal)
* [`metrics.peers`](#metricspeers)
* [`metrics.protocols`](#metricsprotocols)
* [`metrics.forPeer`](#metricsforpeer)
* [`metrics.forProtocol`](#metricsforprotocol)
* [Types](#types)
* [`Stats`](#stats)

Expand Down

0 comments on commit bd1068e

Please sign in to comment.