Skip to content

Commit 4251fc0

Browse files
Refactor Astro config and add Webface Guide to Development section
1 parent 6ec5253 commit 4251fc0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

astro.config.mjs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,17 @@ export default defineConfig({
9090
{
9191
label: "Contribution Guidelines",
9292
link: "/development/contribution-guidelines/",
93-
badge: { text: "WIP", variant: "caution" },
9493
},
9594
{
9695
label: "Projects & Applications",
9796
link: "/development/projects-applications/",
9897
badge: { text: "WIP", variant: "caution" },
9998
},
99+
{
100+
label: "Webface Guide",
101+
link: "/development/webface-guide/",
102+
badge: { text: "WIP", variant: "caution" },
103+
},
100104
],
101105
},
102106
{
File renamed without changes.

0 commit comments

Comments
 (0)