Skip to content

Commit 029b62f

Browse files
committed
revamp navigation and reorganize content
1 parent 915c291 commit 029b62f

File tree

3 files changed

+44
-12
lines changed

3 files changed

+44
-12
lines changed

website/.vuepress/config.js

Lines changed: 41 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,24 +49,57 @@ module.exports = {
4949
docsDir: "website",
5050
footer: "test",
5151
navbar: [
52-
{ link: "/gbcompo23", text: "GB Compo 2023" },
53-
{ link: "https://hh.gbdev.io", text: "Games" },
54-
{ link: "https://gbdev.io/pandocs", text: "Pan Docs" },
52+
{ link: "/resources", text: "Resources" },
5553
{
56-
text: "Community",
54+
text: "Newsletter",
55+
link: "/",
56+
collapsable: false,
57+
sidebarDepth: 1,
58+
children: [
59+
{
60+
link: "/newsletter/1",
61+
text: "Issue #1 - 2021",
62+
},
63+
],
64+
},
65+
{
66+
text: "Events",
5767
link: "/",
5868
collapsable: false,
5969
sidebarDepth: 1,
6070
children: [
61-
{ link: "/chat", text: "Chat" },
62-
{ link: "/contribute", text: "Contribute" },
71+
{
72+
link: "/gbcompo23",
73+
text: "GB Competition 2023",
74+
},
6375
{
6476
link: "/gbcompo21",
6577
text: "GB Competition 2021",
6678
},
6779
],
6880
},
69-
{ link: "/resources", text: "Resources" },
81+
{
82+
text: "Projects",
83+
link: "/",
84+
collapsable: false,
85+
sidebarDepth: 1,
86+
children: [
87+
{ link: "https://hh.gbdev.io", text: "Homebrew Hub" },
88+
{ link: "https://gbdev.io/pandocs", text: "Pan Docs" },
89+
{ link: "https://gbdev.io/gb-asm-tutorial", text: "GB ASM Tutorial" },
90+
{ link: "https://rgbds.gbdev.io/", text: "RGBDS" },
91+
],
92+
},
93+
{
94+
text: "Community",
95+
link: "/",
96+
collapsable: false,
97+
sidebarDepth: 1,
98+
children: [
99+
{ link: "/chat", text: "Chat channels" },
100+
{ link: "/contribute", text: "Contribute" },
101+
],
102+
},
70103
{
71104
text: "Guides",
72105
children: [
@@ -85,6 +118,7 @@ module.exports = {
85118
{ link: "/guides/sgb_border", text: "Adding a custom SGB border" },
86119
],
87120
},
121+
{ link: "https://opencollective.com/gbdev", text: "Donate" },
88122
],
89123
}),
90124

website/gbcompo21/results.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

website/gbcompo23.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ head:
99
Join us for an epic game development event celebrating the classics! Show off your creativity and skills by crafting original games for the iconic Game Boy!
1010
---
1111

12+
# Game Boy Competition 2023
13+
14+
1215
<p align="center">
1316
<img alt="Game Boy Competition 2023" src="/images/kSruwo_alt.png" style="width: 65%">
1417
</p>

0 commit comments

Comments
 (0)