Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit acc0a15

Browse files
committed
feat: add constructs library mention
1 parent 7c02b9a commit acc0a15

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/astro.config.mjs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,17 @@ export default defineConfig({
111111
directory: 'getting-started'
112112
}
113113
},
114+
{
115+
label: 'Constructs Library',
116+
link: 'https://buttonize.io/library/',
117+
attrs: {
118+
target: '_blank'
119+
},
120+
badge: {
121+
text: 'NEW',
122+
variant: 'note'
123+
}
124+
},
114125
{
115126
label: 'Core concepts',
116127
autogenerate: {

0 commit comments

Comments
 (0)