@@ -39,13 +39,20 @@ retrieval address and protocol.
39
39
* [ Specification] ( #specification )
40
40
- [ Overview] ( #overview )
41
41
- [ 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 )
46
46
- [ Advertisement Transfer] ( #advertisement-transfer )
47
+ - [ Libp2p] ( #libp2p )
48
+ - [ HTTP] ( #http )
47
49
- [ Announcements] ( #announcements )
50
+ - [ GossupSub] ( #gossipsub )
51
+ - [ HTTP] ( #http-1 )
48
52
- [ Querying Records] ( #querying-records )
53
+ - [ Find Providers by CID] ( #get-cidcid )
54
+ - [ Find Providers by Multihash] ( #get-multihashmultihash )
55
+ - [ Batch Find Providers] ( #post-multihash )
49
56
* [ Implementations] ( #implementations )
50
57
* [ Related Resources] ( #related-resources )
51
58
* [ Copyright] ( #copyright )
@@ -171,7 +178,7 @@ The indexer reads the advertisement chain starting from the head, reading previo
171
178
until a previously seen advertisement, or the end of the chain, is reached. The advertisements and
172
179
their entries are then processed in order from earliest to head.
173
180
174
- ## Advertisements
181
+ ### Advertisements
175
182
176
183
An Advertisement is represented as an IPLD node with the following schema:
177
184
0 commit comments