Skip to content

Commit 1b45e16

Browse files
committed
chore/update docs
1 parent a755993 commit 1b45e16

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

docs/astro.config.mjs

+21-3
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,29 @@ export default defineConfig({
3030
attrs: { target: '_blank' },
3131
},
3232
{
33-
label: 'Shadcn UI',
34-
autogenerate: { directory: 'shadcn-ui' },
33+
label: 'Flutter Shadcn UI',
34+
collapsed: false,
35+
items: [
36+
{ label: 'Getting started', link: '' },
37+
{
38+
label: 'Theme',
39+
autogenerate: { directory: 'shadcn-ui/Theme' },
40+
collapsed: false,
41+
},
42+
{
43+
label: 'Components',
44+
autogenerate: { directory: 'shadcn-ui/Components' },
45+
collapsed: false,
46+
},
47+
{
48+
label: 'Utils',
49+
autogenerate: { directory: 'shadcn-ui/Utils' },
50+
collapsed: false,
51+
},
52+
],
3553
},
3654
],
37-
},),
55+
}),
3856
],
3957
site: 'https://mariuti.com/shadcn-ui',
4058
output: "static",

docs/src/content/docs/shadcn-ui/index.md docs/src/content/docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar:
99
Welcome to Shadcn UI for Flutter.
1010
This is the official documentation for Shadcn UI for Flutter.
1111

12-
![Shadcn UI](../../../assets/shadcn-banner.png)
12+
![Shadcn UI](../../assets/shadcn-banner.png)
1313

1414
> The work is still in progress.
1515

0 commit comments

Comments
 (0)