Added stub for API
This commit is contained in:
parent
0488a870ef
commit
93bbb5751e
2 changed files with 6 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
node_modules
|
||||
.vitepress/dist
|
||||
api
|
||||
|
|
|
@ -14,11 +14,13 @@ module.exports = {
|
|||
lastUpdated: 'Last Updated',
|
||||
nav: [
|
||||
{ text: "Guide", link: "/guide/", activeMatch: "^/guide/" },
|
||||
{ text: "API", link: "/api/", activeMatch: "^/api/" },
|
||||
{ text: "Forums", link: "https://forums.moddingtree.com" },
|
||||
{ text: "Discord", link: "https://discord.gg/F3xveHV" },
|
||||
{ text: "Github", link: "https://github.com/profectus-engine/Profectus" }
|
||||
],
|
||||
sidebar: [
|
||||
sidebar: {
|
||||
"/guide/": [
|
||||
{
|
||||
text: "Guide",
|
||||
children: [
|
||||
|
@ -30,6 +32,7 @@ module.exports = {
|
|||
text: "Creating Features",
|
||||
children: []
|
||||
}
|
||||
]
|
||||
],
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue