Skip to content

Commit 69a5f6b

Browse files
committed
Fix ToC levels in IPNI spec
Fix the indentation of levels in IPNI spec ToC
1 parent 52f9621 commit 69a5f6b

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

IPNI.md

+12-5
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,20 @@ retrieval address and protocol.
3939
* [Specification](#specification)
4040
- [Overview](#overview)
4141
- [Ingestion](#ingestion)
42-
* [Advertisements](#advertisements)
43-
- [Entries](#entries)
44-
- [Metadata](#metadata)
45-
- [ExtendedProvider](#extendedprovider)
42+
- [Advertisements](#advertisements)
43+
- [Entries](#entries)
44+
- [Metadata](#metadata)
45+
- [ExtendedProvider](#extendedprovider)
4646
- [Advertisement Transfer](#advertisement-transfer)
47+
- [Libp2p](#libp2p)
48+
- [HTTP](#http)
4749
- [Announcements](#announcements)
50+
- [GossupSub](#gossipsub)
51+
- [HTTP](#http-1)
4852
- [Querying Records](#querying-records)
53+
- [Find Providers by CID](#get-cidcid)
54+
- [Find Providers by Multihash](#get-multihashmultihash)
55+
- [Batch Find Providers](#post-multihash)
4956
* [Implementations](#implementations)
5057
* [Related Resources](#related-resources)
5158
* [Copyright](#copyright)
@@ -171,7 +178,7 @@ The indexer reads the advertisement chain starting from the head, reading previo
171178
until a previously seen advertisement, or the end of the chain, is reached. The advertisements and
172179
their entries are then processed in order from earliest to head.
173180

174-
## Advertisements
181+
### Advertisements
175182

176183
An Advertisement is represented as an IPLD node with the following schema:
177184

0 commit comments

Comments
 (0)