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 2d59016 commit 9294605Copy full SHA for 9294605
.vitepress/sidebar.ts
@@ -30,10 +30,6 @@ export function getSidebar() {
30
},
31
],
32
33
- {
34
- text: '🪙 RLC Token',
35
- link: '/overview/rlc',
36
- },
37
{
38
text: '🚀 Quick Start',
39
link: '/overview/quick-start',
@@ -42,6 +38,10 @@ export function getSidebar() {
42
text: '📋 Use Cases',
43
link: '/overview/use-cases',
44
40
41
+ {
+ text: '🪙 RLC Token',
+ link: '/overview/rlc',
+ },
45
46
text: '🤖 Develop with AI',
47
link: '/overview/develop-with-ai',
0 commit comments