diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index a60f0cc..e44d591 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -9,6 +9,7 @@ export default { logo: "https://forum.gbadev.net/static/logo.png", sidebar: [ "README.md", + "getting-started.md", "/resources.md", { text: "GBA Doc", diff --git a/docs/README.md b/docs/README.md index 75e6cec..14190c1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -5,9 +5,12 @@ heroImage: https://forum.gbadev.net/static/logo.png heroHeight: 200 tagline: GBA development community actions: + - text: Get started + link: /getting-started + type: primary - text: Check resources link: /resources - type: primary + type: secondary - text: Join us on Discord link: https://discord.gg/ctGSNxRkg2 type: secondary diff --git a/docs/gbadev-getting-started.md b/docs/getting-started.md similarity index 97% rename from docs/gbadev-getting-started.md rename to docs/getting-started.md index 87884b7..6a45f03 100644 --- a/docs/gbadev-getting-started.md +++ b/docs/getting-started.md @@ -1,8 +1,12 @@ +--- +title: Getting started +--- + # Getting started in GBAdev Welcome to GBAdev! If you have decided to try to develop something for the GBA and you're completely lost, this guide is for you. Note that this will only mention the most popular and -recommended options. Check [gbadev resources](https://gbadev.net/resources.html) for a long list +recommended options. Check [gbadev resources](resources.md) for a long list about many relevant toolkits and libraries you can use! ## Developing your game diff --git a/docs/resources.md b/docs/resources.md index 435a4d4..1f4413f 100644 --- a/docs/resources.md +++ b/docs/resources.md @@ -1,3 +1,7 @@ +--- +title: Resources +--- + # gbadev resources A curated list of development resources for Game Boy Advance.