Skip to content

Commit

Permalink
Fix ToC levels in IPNI spec
Browse files Browse the repository at this point in the history
Fix the indentation of levels in IPNI spec ToC
  • Loading branch information
masih committed Dec 1, 2022
1 parent 52f9621 commit 69a5f6b
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions IPNI.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,20 @@ retrieval address and protocol.
* [Specification](#specification)
- [Overview](#overview)
- [Ingestion](#ingestion)
* [Advertisements](#advertisements)
- [Entries](#entries)
- [Metadata](#metadata)
- [ExtendedProvider](#extendedprovider)
- [Advertisements](#advertisements)
- [Entries](#entries)
- [Metadata](#metadata)
- [ExtendedProvider](#extendedprovider)
- [Advertisement Transfer](#advertisement-transfer)
- [Libp2p](#libp2p)
- [HTTP](#http)
- [Announcements](#announcements)
- [GossupSub](#gossipsub)
- [HTTP](#http-1)
- [Querying Records](#querying-records)
- [Find Providers by CID](#get-cidcid)
- [Find Providers by Multihash](#get-multihashmultihash)
- [Batch Find Providers](#post-multihash)
* [Implementations](#implementations)
* [Related Resources](#related-resources)
* [Copyright](#copyright)
Expand Down Expand Up @@ -171,7 +178,7 @@ The indexer reads the advertisement chain starting from the head, reading previo
until a previously seen advertisement, or the end of the chain, is reached. The advertisements and
their entries are then processed in order from earliest to head.

## Advertisements
### Advertisements

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

Expand Down

0 comments on commit 69a5f6b

Please sign in to comment.