@@ -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