Skip to content

Commit a10399f

Browse files
committed
add docs
1 parent aa1381a commit a10399f

2,017 files changed

Lines changed: 66972 additions & 2529 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

astro.config.mjs

Lines changed: 76 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -156,46 +156,103 @@ export default defineConfig({
156156
label: 'Examples',
157157
items: [
158158
{
159-
label: 'Circular timer',
160-
link: '/examples/circular_time/',
161-
},
162-
{
159+
label: 'Circular timer',
160+
link: '/examples/circular_time/',
161+
},{
162+
label: 'Gauges',
163+
collapsed: true,
164+
items: [
165+
{ label: 'Overview', link: '/examples/gauges/' },
166+
{ label: '180° gauge', link: '/examples/gauges/180-degree-gauge/' },
167+
{ label: '240° gauge', link: '/examples/gauges/240-degree-gauge/' },
168+
{ label: 'Fuel gauge', link: '/examples/gauges/fuel-gauge/' },
169+
]
170+
},{
171+
label: 'Knobs',
172+
collapsed: true,
173+
items: [
174+
{ label: 'Overview', link: '/examples/knobs/' },
175+
{ label: 'Knob with progress bar', link: '/examples/knobs/knob-with-progress-bar/' },
176+
{ label: 'LED knob', link: '/examples/knobs/led-knob/' },
177+
]
178+
},{
163179
label: 'Progress bars',
164-
link: '/examples/progress/',
180+
collapsed: true,
181+
items: [
182+
{ label: 'Overview', link: '/examples/progress/' },
183+
{ label: 'Dashed circular progress bar', link: '/examples/progress/dashed-circular-progress-bar/' },
184+
{ label: 'Circular progress with background', link: '/examples/progress/circular-progress-with-background/' },
185+
{ label: 'Circular progress with handle', link: '/examples/progress/circular-progress-with-handle/' },
186+
{ label: 'Stacked circular progress bars', link: '/examples/progress/stacked-circular-progress-bars/' },
187+
]
165188
},{
166189
label: 'Charts',
167-
link: '/examples/charts/',
190+
collapsed: true,
191+
items: [
192+
{ label: 'Overview', link: '/examples/charts/' },
193+
{ label: 'Donut chart', link: '/examples/charts/donut-chart/' },
194+
{ label: 'Pie chart', link: '/examples/charts/pie-chart/' },
195+
{ label: 'Sunburst chart', link: '/examples/charts/sunburst-chart/' },
196+
]
168197
},{
169-
label: 'Gauges',
170-
link: '/examples/gauges/'
198+
label: 'Watch faces',
199+
collapsed: true,
200+
items: [
201+
{ label: 'Overview', link: '/examples/watches/' },
202+
{ label: 'Minimalist analog clock', link: '/examples/watches/minimalist-analog-clock/' },
203+
{ label: 'Chronograph watch face', link: '/examples/watches/chronograph-watch-face/' },
204+
{ label: 'Roman numeral clock face', link: '/examples/watches/roman-numeral-clock-face/' },
205+
{ label: 'Smartwatch face', link: '/examples/watches/smartwatch-face/' },
206+
]
171207
},{
172-
label: 'Knobs',
173-
link: '/examples/knobs/'
208+
label: 'Mandalas',
209+
collapsed: true,
210+
items: [
211+
{ label: 'Overview', link: '/examples/mandalas/' },
212+
{ label: 'Geometric square mandala', link: '/examples/mandalas/geometric-square-mandala/' },
213+
{ label: 'Radial symmetry mandala', link: '/examples/mandalas/radial-symmetry-mandala/' },
214+
]
215+
},{
216+
label: 'Calendars & time planners',
217+
collapsed: true,
218+
items: [
219+
{ label: 'Overview', link: '/examples/calendar/' },
220+
{ label: 'Circular year calendar', link: '/examples/calendar/circular-year-calendar/' },
221+
]
174222
},{
175223
label: 'Pie menues',
176224
link: '/examples/piemenu/'
177-
},{
178-
label: 'Watch faces',
179-
link: '/examples/watches/'
180225
},{
181226
label: 'Scifi',
182227
link: '/examples/scifi/'
183228
},{
184229
label: 'Chemical structures',
185230
link: '/examples/chemical_structures/'
186-
},{
187-
label: 'Calendars & time planners',
188-
link: '/examples/calendar/'
189-
},{
190-
label: 'Mandalas',
191-
link: '/examples/mandalas/'
192231
},{
193232
label: 'Dashboards',
194233
link: '/examples/dashboard/'
195234
},{
196235
label: 'Abstract orbital map',
197236
link: '/examples/abstract_map/'
198237
}]
238+
}, {
239+
label: 'Use cases',
240+
items: [{
241+
label: 'Dashboards',
242+
link: '/use-cases/dashboards/'
243+
},{
244+
label: 'IoT and hardware UI',
245+
link: '/use-cases/iot-and-hardware-ui/'
246+
},{
247+
label: 'Audio app UI',
248+
link: '/use-cases/audio-app-ui/'
249+
},{
250+
label: 'Fitness and health apps',
251+
link: '/use-cases/fitness-and-health-apps/'
252+
},{
253+
label: 'Sci-fi game UIs',
254+
link: '/use-cases/sci-fi-game-uis/'
255+
}]
199256
}]
200257
}),
201258
react({

dist/BingSiteAuth.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0"?>
2+
<users>
3+
<user>EFC603A38486866D265D44574B829D86</user>
4+
</users>

dist/_astro/FeelbackLoader.astro_astro_type_script_index_0_lang.DdLxx2F2.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/_astro/MobileTableOfContents.astro_astro_type_script_index_0_lang.CwvHEPnB.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/_astro/Search.astro_astro_type_script_index_0_lang.DMWIVbLj.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/_astro/TableOfContents.astro_astro_type_script_index_0_lang.CxWEh7Yp.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)