We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e59da commit ca3f4fdCopy full SHA for ca3f4fd
1 file changed
docs/.vitepress/config.mts
@@ -15,9 +15,13 @@ const guideSidebar = [
15
items: [
16
{ text: 'Overview', link: '/cli/' },
17
{ text: 'Code Commands', link: '/cli/code' },
18
+ { text: 'Job Commands', link: '/cli/jobs' },
19
{ text: 'Sites Commands', link: '/cli/sites' },
- { text: 'Sandbox Commands', link: '/cli/sandbox' },
20
+ { text: 'WebDAV Commands', link: '/cli/webdav' },
21
+ { text: 'ODS Commands', link: '/cli/ods' },
22
{ text: 'MRT Commands', link: '/cli/mrt' },
23
+ { text: 'SLAS Commands', link: '/cli/slas' },
24
+ { text: 'Auth Commands', link: '/cli/auth' },
25
{ text: 'Logging', link: '/cli/logging' },
26
],
27
},
0 commit comments