Skip to content

Commit 3cac3f9

Browse files
authored
Yay vuepress menu stuff
1 parent c61c8ca commit 3cac3f9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/.vuepress/config.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ module.exports = {
9898
collapsable: false,
9999
children: [
100100
['/quickstart/publish','Publish with IPFS (UI)'],
101-
['/quickstart/retrieve','Retrieve with IPFS'],
102101
['/quickstart/publish_cli', 'Publish with IPFS (command line)' ]
102+
['/quickstart/retrieve','Retrieve with IPFS'],
103103
]
104104
},
105105
{
@@ -116,8 +116,10 @@ module.exports = {
116116
sidebarDepth: 1,
117117
collapsable: false,
118118
children: [
119-
['/quickstart/publish','Publish with IPFS'],
119+
['/quickstart/publish','Publish with IPFS (UI)'],
120+
['/quickstart/publish_cli', 'Publish with IPFS (command line)' ]
120121
['/quickstart/retrieve','Retrieve with IPFS'],
122+
121123
]
122124
},
123125
{

0 commit comments

Comments
 (0)