mirror of
https://github.com/Drop-OSS/drop-wiki.git
synced 2025-11-13 16:22:45 +10:00
feat: add instructions on building for other platforms
This commit is contained in:
@ -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" }],
|
||||
|
||||
Reference in New Issue
Block a user