generated from nhcarrigan/template
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "documentation",
|
"name": "documentation",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.0.1",
|
"version": "1.0.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"start": "astro dev",
|
"start": "astro dev",
|
||||||
|
|||||||
@@ -297,6 +297,11 @@ export const navigation = [
|
|||||||
label: "Callista",
|
label: "Callista",
|
||||||
link: "/projects/callista",
|
link: "/projects/callista",
|
||||||
badge: { text: "v1.0.0", variant: "tip" },
|
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)),
|
].sort((a, b) => a.label.localeCompare(b.label)),
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user