We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b500f1 commit c61c8caCopy full SHA for c61c8ca
docs/.vuepress/config.js
@@ -97,8 +97,9 @@ module.exports = {
97
sidebarDepth: 1,
98
collapsable: false,
99
children: [
100
- ['/quickstart/publish','Publish with IPFS'],
+ ['/quickstart/publish','Publish with IPFS (UI)'],
101
['/quickstart/retrieve','Retrieve with IPFS'],
102
+ ['/quickstart/publish_cli', 'Publish with IPFS (command line)' ]
103
]
104
},
105
{
0 commit comments