Skip to content

Commit 8120fb2

Browse files
committed
feat: work in progress badge for js docs as its work in progress
1 parent 75cc97f commit 8120fb2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

astro.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ export default defineConfig({
4949
},
5050
{
5151
label: "JS Documentation",
52+
badge: {
53+
text: "Work in Progress",
54+
variant: "caution"
55+
},
5256
items: [
5357
{
5458
label: "Installation",

0 commit comments

Comments
 (0)