fix: add the navbar links to the documentation page
This commit is contained in:
parent
f9b8f297b4
commit
00ed127dde
1 changed files with 16 additions and 1 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue