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 c61c8ca commit 3cac3f9Copy full SHA for 3cac3f9
docs/.vuepress/config.js
@@ -98,8 +98,8 @@ module.exports = {
98
collapsable: false,
99
children: [
100
['/quickstart/publish','Publish with IPFS (UI)'],
101
- ['/quickstart/retrieve','Retrieve with IPFS'],
102
['/quickstart/publish_cli', 'Publish with IPFS (command line)' ]
+ ['/quickstart/retrieve','Retrieve with IPFS'],
103
]
104
},
105
{
@@ -116,8 +116,10 @@ module.exports = {
116
sidebarDepth: 1,
117
118
119
- ['/quickstart/publish','Publish with IPFS'],
+ ['/quickstart/publish','Publish with IPFS (UI)'],
120
+ ['/quickstart/publish_cli', 'Publish with IPFS (command line)' ]
121
['/quickstart/retrieve','Retrieve with IPFS'],
122
+
123
124
125
0 commit comments