Skip to content

Commit 1e9998e

Browse files
committed
update sidebar
1 parent 9ebc31b commit 1e9998e

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

.vitepress/config.mts

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,26 @@ export default defineConfig({
107107
text: 'Compiler',
108108
link: '/compiler/',
109109
items: [
110-
{ text: 'Platform Support', link: '/compiler/platform-support' },
111-
{ text: 'Directives', link: '/compiler/directives' },
112-
{ text: 'Specific Programming', link: '/compiler/specific-programming' },
113110
{ text: 'Basic Commands', link: '/compiler/basic-commands' },
114111
{ text: 'Compiler Options', link: '/compiler/compiler-options' },
115112
{ text: 'Compiler Optimizations', link: '/compiler/compiler-optimizations' },
116-
{ text: 'Cross Compilation', link: '/compiler/cross-compilation' },
113+
{
114+
text: 'Compiling',
115+
link: '/compiler/compiling/',
116+
items: [
117+
{ text: 'Using JuleC', link: '/compiler/compiling/using-julec' },
118+
{ text: 'Using Backend Compiler', link: '/compiler/compiling/using-backend-compiler' },
119+
],
120+
},
121+
{ text: 'Directives', link: '/compiler/directives' },
122+
{
123+
text: 'Platform Support',
124+
link: '/compiler/platform-support',
125+
items: [
126+
{ text: 'Specific Programming', link: '/compiler/specific-programming' },
127+
{ text: 'Cross Compilation', link: '/compiler/cross-compilation' },
128+
]
129+
},
117130
{
118131
text: 'Backend',
119132
link: '/compiler/backend/',
@@ -128,14 +141,6 @@ export default defineConfig({
128141
},
129142
],
130143
},
131-
{
132-
text: 'Compiling',
133-
link: '/compiler/compiling/',
134-
items: [
135-
{ text: 'Using JuleC', link: '/compiler/compiling/using-julec' },
136-
{ text: 'Using Backend Compiler', link: '/compiler/compiling/using-backend-compiler' },
137-
],
138-
},
139144
],
140145
},
141146
{

0 commit comments

Comments
 (0)