generated from nhcarrigan/template
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "documentation",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
|
||||
@@ -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)),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user