18 lines
517 B
JavaScript
18 lines
517 B
JavaScript
|
module.exports = {
|
||
|
lang: "en-US",
|
||
|
title: 'Profectus',
|
||
|
description: 'A game engine that grows with you.',
|
||
|
themeConfig: {
|
||
|
nav: [
|
||
|
{ text: "Home", link: "/" },
|
||
|
{ text: "Forums", link: "https://forums.moddingtree.com" },
|
||
|
{ text: "Discord", link: "https://discord.gg/F3xveHV" },
|
||
|
{ text: "Github", link: "https://github.com/profectus-engine/Profectus" }
|
||
|
],
|
||
|
// sidebar: [
|
||
|
// { text: "Guide", link: "/docs" },
|
||
|
// { text: "Reference", link: "/profectus" }
|
||
|
// ]
|
||
|
}
|
||
|
}
|