feat: add instructions on building for other platforms

This commit is contained in:
DecDuck
2025-01-26 23:55:09 +11:00
parent f889f51b60
commit 9cf4310d39
2 changed files with 87 additions and 1 deletions

View File

@ -9,7 +9,8 @@ export default defineConfig({
themeConfig: {
logo: "/drop.svg",
footer: {
message: "If you have any suggestions to update this wiki, please submit them on our GitHub",
message:
"If you have any suggestions to update this wiki, please submit them on our GitHub",
},
// https://vitepress.dev/reference/default-theme-config
@ -45,6 +46,12 @@ export default defineConfig({
text: "Metadata",
items: [{ text: "GiantBomb", link: "/metadata/giantbomb" }],
},
{
text: "Advanced",
items: [
{ text: "Building for other platforms", link: "/advanced/building" },
],
},
{
text: "Documentation",
items: [{ text: "Library", link: "/docs/library" }],