diff --git a/package.json b/package.json index c959ea8..ee86daf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "documentation", "type": "module", - "version": "0.0.1", + "version": "1.0.0", "scripts": { "dev": "astro dev", "start": "astro dev", diff --git a/src/components/navigation.ts b/src/components/navigation.ts index 873cc6e..c3cdafd 100644 --- a/src/components/navigation.ts +++ b/src/components/navigation.ts @@ -297,6 +297,11 @@ export const navigation = [ label: "Callista", link: "/projects/callista", badge: { text: "v1.0.0", variant: "tip" }, + }, + { + label: "Documentation Site", + link: "/projects/docs", + badge: { text: "v1.0.0", variant: "tip" }, } ].sort((a, b) => a.label.localeCompare(b.label)), },