fix: add the navbar links to the documentation page

This commit is contained in:
Dorian Niemiec 2024-11-28 19:04:58 +01:00
parent f9b8f297b4
commit 00ed127dde

View file

@ -1,6 +1,21 @@
export default { export default {
index: {
title: "Home",
href: "/",
type: "page"
},
docs: { docs: {
title: "SVR.JS documentation", title: "Docs",
type: "page"
},
blog: {
title: "Blog",
href: "/blog",
type: "page"
},
forum: {
title: "Forum",
href: "https://forum.svrjs.org",
type: "page" type: "page"
} }
}; };