Skip to content

Commit

Permalink
change navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
avivace committed Sep 26, 2023
1 parent 5a16977 commit 0a69a4e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 4 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion docs/gbadev-getting-started.md → docs/getting-started.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions docs/resources.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: Resources
---

# gbadev resources

A curated list of development resources for Game Boy Advance.
Expand Down

0 comments on commit 0a69a4e

Please sign in to comment.