@@ -170,21 +170,21 @@ $ ipfs config --json API.HTTPHeaders.Access-Control-Allow-Methods "[\"PUT\", \"P
170
170
- alias to ` ipfs .get `
171
171
- ` ipfs .ls `
172
172
- mfs (mutable file system) specific:
173
- - [ ` ipfs .files .cp ` ](https://github.com/ipfs/interface-ipfs-core/tree/master/API/files#cp)
174
- - [ ` ipfs .files .ls ` ](https://github.com/ipfs/interface-ipfs-core/tree/master/API/files#ls)
175
- - [ ` ipfs .files .mkdir ` ](https://github.com/ipfs/interface-ipfs-core/tree/master/API/files#mkdir)
176
- - [ ` ipfs .files .stat ` ](https://github.com/ipfs/interface-ipfs-core/tree/master/API/files#stat)
177
- - [ ` ipfs .files .rm ` ](https://github.com/ipfs/interface-ipfs-core/tree/master/API/files#rm)
178
- - [ ` ipfs .files .read ` ](https://github.com/ipfs/interface-ipfs-core/tree/master/API/files#read)
179
- - [ ` ipfs .files .write ` ](https://github.com/ipfs/interface-ipfs-core/tree/master/API/files#write)
180
- - [ ` ipfs .files .mv ` ](https://github.com/ipfs/interface-ipfs-core/tree/master/API/files#mv)
173
+ - ` ipfs .files .cp `
174
+ - ` ipfs .files .ls `
175
+ - ` ipfs .files .mkdir `
176
+ - ` ipfs .files .stat `
177
+ - ` ipfs .files .rm `
178
+ - ` ipfs .files .read `
179
+ - ` ipfs .files .write `
180
+ - ` ipfs .files .mv `
181
181
- [block](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/BLOCK.md)
182
182
- [` ipfs .block .get (cid, [options, callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/BLOCK.md#get)
183
183
- [` ipfs .block .put (block, cid, [callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/BLOCK.md#put)
184
184
- [` ipfs .block .stat (cid, [callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/BLOCK.md#stat)
185
- - [ repo](https://github.com/ipfs/interface-ipfs-core/tree/master/API/repo)
186
- - [ ` ipfs .repo .stat ()` ](https://github.com/ipfs/interface-ipfs-core/tree/master/API/repo#stat)
187
- - [ ` ipfs .repo .gc ()` ](https://github.com/ipfs/interface-ipfs-core/tree/master/API/repo#gc)
185
+ - repo
186
+ - ` ipfs .repo .stat ()`
187
+ - ` ipfs .repo .gc ()`
188
188
189
189
#### ` Graph`
190
190
@@ -237,8 +237,8 @@ $ ipfs config --json API.HTTPHeaders.Access-Control-Allow-Methods "[\"PUT\", \"P
237
237
- [` ipfs .swarm .disconnect (addr, [callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/SWARM.md#disconnect)
238
238
- [` ipfs .swarm .peers ([opts] [, callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/SWARM.md#peers)
239
239
- [name](https://github.com/ipfs/interface-ipfs-core/tree/master/API/name)
240
- - [` ipfs .name .publish ()` ](https://github.com/ipfs/interface-ipfs-core/tree/master/API/name #publish)
241
- - [` ipfs .name .resolve ()` ](https://github.com/ipfs/interface-ipfs-core/tree/master/API/name #resolve)
240
+ - [` ipfs .name .publish ()` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/NAME.md #publish)
241
+ - [` ipfs .name .resolve ()` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/NAME.md #resolve)
242
242
243
243
#### ` Node Management`
244
244
@@ -251,12 +251,12 @@ $ ipfs config --json API.HTTPHeaders.Access-Control-Allow-Methods "[\"PUT\", \"P
251
251
- [` ipfs .config .set (key, value, [callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/CONFIG.md#configset)
252
252
- [` ipfs .config .replace (config, [callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/CONFIG.md#configreplace)
253
253
- log:
254
- - [ ` ipfs .log .ls ([callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/API/generic)
255
- - [ ` ipfs .log .tail ([callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/API/generic)
256
- - [ ` ipfs .log .level (subsystem, level, [options, callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/API/generic)
254
+ - ` ipfs .log .ls ([callback])`
255
+ - ` ipfs .log .tail ([callback])`
256
+ - ` ipfs .log .level (subsystem, level, [options, callback])`
257
257
- key:
258
- - [ ` ipfs .key .gen (name, [options, callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/API/key#gen)
259
- - [ ` ipfs .key .list ([options, callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/API/key#list)
258
+ - ` ipfs .key .gen (name, [options, callback])`
259
+ - ` ipfs .key .list ([options, callback])`
260
260
261
261
#### ` Pubsub Caveat`
262
262
0 commit comments