Skip to content

Commit c61c8ca

Browse files
authored
Add entry to TOC
1 parent 3b500f1 commit c61c8ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/.vuepress/config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,9 @@ module.exports = {
9797
sidebarDepth: 1,
9898
collapsable: false,
9999
children: [
100-
['/quickstart/publish','Publish with IPFS'],
100+
['/quickstart/publish','Publish with IPFS (UI)'],
101101
['/quickstart/retrieve','Retrieve with IPFS'],
102+
['/quickstart/publish_cli', 'Publish with IPFS (command line)' ]
102103
]
103104
},
104105
{

0 commit comments

Comments
 (0)