profectus-docs/.vitepress/config.js

18 lines
517 B
JavaScript
Raw Normal View History

2022-03-01 01:51:29 +00:00
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" }
// ]
}
}