Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit c824410

Browse files
committed
doc: readme update
1 parent 333c575 commit c824410

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,27 @@
3434

3535
## Table of Contents
3636

37+
- [Lead Maintainer](#lead-maintainer)
38+
- [Table of Contents](#table-of-contents)
3739
- [Install](#install)
3840
- [Running the daemon with the right port](#running-the-daemon-with-the-right-port)
3941
- [Importing the module and usage](#importing-the-module-and-usage)
4042
- [Importing a sub-module and usage](#importing-a-sub-module-and-usage)
41-
- [In a web browser through Browserify](#in-a-web-browser-through-browserify)
42-
- [In a web browser from CDN](#in-a-web-browser-from-cdn)
43+
- [In a web browser](#in-a-web-browser)
4344
- [CORS](#cors)
45+
- [Custom Headers](#custom-headers)
4446
- [Usage](#usage)
45-
- [API Docs](#api)
46-
- [Callbacks and promises](#callbacks-and-promises)
47+
- [API](#api)
48+
- [Files](#files)
49+
- [Graph](#graph)
50+
- [Network](#network)
51+
- [Node Management](#node-management)
52+
- [Instance utils](#instance-utils)
53+
- [Static types and utils](#static-types-and-utils)
54+
- [Development](#development)
55+
- [Testing](#testing)
4756
- [Contribute](#contribute)
57+
- [Historical context](#historical-context)
4858
- [License](#license)
4959

5060
## Install
@@ -313,6 +323,8 @@ const ipfs = ipfsClient({
313323
- [`ipfs.config.get([key], [callback])`](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/CONFIG.md#configget)
314324
- [`ipfs.config.replace(config, [callback])`](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/CONFIG.md#configreplace)
315325
- [`ipfs.config.set(key, value, [callback])`](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/CONFIG.md#configset)
326+
- [`ipfs.config.profiles.list([callback])`](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/CONFIG.md#configprofileslist)
327+
- [`ipfs.config.profiles.apply(name, [options], [callback])`](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/CONFIG.md#configprofilesapply)
316328

317329
- [stats](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/STATS.md)
318330
- [`ipfs.stats.bitswap([callback])`](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/STATS.md#statsbitswap)

0 commit comments

Comments
 (0)