Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 4e2aa83

Browse files
authored
docs: fix toc
1 parent 1aff5e7 commit 4e2aa83

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/core-api/CONFIG.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,27 @@
33
- [`ipfs.config.get([key,] [options])`](#ipfsconfiggetkey-options)
44
- [Parameters](#parameters)
55
- [Options](#options)
6+
- [Returns](#returns)
67
- [Example](#example)
78
- [`ipfs.config.set(key, value, [options])`](#ipfsconfigsetkey-value-options)
89
- [Parameters](#parameters-1)
910
- [Options](#options-1)
10-
- [Returns](#returns)
11+
- [Returns](#returns-1)
1112
- [Example](#example-1)
1213
- [`ipfs.config.replace(config, [options])`](#ipfsconfigreplaceconfig-options)
1314
- [Parameters](#parameters-2)
1415
- [Options](#options-2)
15-
- [Returns](#returns-1)
16+
- [Returns](#returns-2)
1617
- [Example](#example-2)
1718
- [`ipfs.config.profiles.list([options])`](#ipfsconfigprofileslistoptions)
1819
- [Parameters](#parameters-3)
1920
- [Options](#options-3)
20-
- [Returns](#returns-2)
21+
- [Returns](#returns-3)
2122
- [Example](#example-3)
2223
- [`ipfs.config.profiles.apply(name, [options])`](#ipfsconfigprofilesapplyname-options)
2324
- [Parameters](#parameters-4)
2425
- [Options](#options-4)
25-
- [Returns](#returns-3)
26+
- [Returns](#returns-4)
2627
- [Example](#example-4)
2728

2829
## `ipfs.config.get([key,] [options])`

0 commit comments

Comments
 (0)