@@ -30,8 +30,8 @@ export default defineConfig({
3030 themes : [ 'github-light' ] ,
3131 useStarlightDarkModeSwitch : false
3232 } ,
33- title : 'Orbit CSS Radial Framework ' ,
34- description : 'Get started building an amazing cool radial UI with Orbit CSS Radial Framework ' ,
33+ title : 'Orbit CSS radial UI composer ' ,
34+ description : 'Get started building an amazing cool radial UI with Orbit CSS composer ' ,
3535
3636 disable404Route : true ,
3737 logo : {
@@ -63,7 +63,7 @@ export default defineConfig({
6363 } , {
6464 label : 'Guide' ,
6565 items : [ {
66- label : 'How does Orbit work? ' ,
66+ label : 'Steps to create a knob ' ,
6767 link : '/guide/'
6868 } ]
6969 } , {
@@ -99,7 +99,8 @@ export default defineConfig({
9999 } , {
100100 label : 'capsule' ,
101101 link : '/elements/capsule/'
102- } ]
102+ } ,
103+ ]
103104 } , {
104105 label : 'Tools' ,
105106 items : [ {
@@ -109,11 +110,51 @@ export default defineConfig({
109110 } , {
110111 label : 'Auto resize' ,
111112 link : '/tools/orbit-resize/' ,
112-
113- } ]
113+ } , {
114+ label : 'Colors' ,
115+ link : '/tools/colors/'
116+ }
117+ ]
114118 } , {
115119 label : 'Examples' ,
116- link : '/examples/' ,
120+ items : [ {
121+ label : 'Progress bars' ,
122+ link : '/examples/progress/' ,
123+
124+ } , {
125+ label : 'Charts' ,
126+ link : '/examples/charts/' ,
127+ } , {
128+ label : 'Gauges' ,
129+ link : '/examples/gauges/'
130+ } , {
131+ label : 'Knobs' ,
132+ link : '/examples/knobs/'
133+ } , {
134+ label : 'Pie menues' ,
135+ link : '/examples/piemenu/'
136+ } , {
137+ label : 'Watch faces' ,
138+ link : '/examples/watches/'
139+ } , {
140+ label : 'Scifi' ,
141+ link : '/examples/scifi/'
142+ } , {
143+ label : 'Chemical structures' ,
144+ link : '/examples/chemical_structures/'
145+ } , {
146+ label : 'Calendars & time planners' ,
147+ link : '/examples/calendar/'
148+ } , {
149+ label : 'Mandalas' ,
150+ link : '/examples/mandalas/'
151+ } , {
152+ label : 'Dashboards' ,
153+ link : '/examples/dashboard/'
154+ } , {
155+ label : 'Abstract orbital map' ,
156+ link : '/examples/abstract_map/'
157+ } ]
117158
118159 } ]
119160 } ) ,
0 commit comments