Skip to content

Commit da829cb

Browse files
committed
navbar: new pages and misc improvements
1 parent 0c1a8a3 commit da829cb

File tree

3 files changed

+13
-117
lines changed

3 files changed

+13
-117
lines changed

website/.vuepress/config.js

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,6 @@ module.exports = {
5050
footer: "test",
5151
navbar: [
5252
{ link: "/resources", text: "Resources" },
53-
{
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-
},
6553
{
6654
text: "Events",
6755
link: "/",
@@ -97,8 +85,10 @@ module.exports = {
9785
sidebarDepth: 1,
9886
children: [
9987
{ link: "/chat", text: "Chat channels" },
100-
{ link: "/contribute", text: "Contribute" },
10188
{ link: "/meetings", text: "Meetings minutes" },
89+
{ link: "/donate", text: "Donations and Bounties" },
90+
{ link: "/contributing", text: "Contribution Guidelines" },
91+
{ link: "/newsletter", text: "Newsletter" },
10292
],
10393
},
10494
{

website/contribute.md

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

website/newsletter.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
sidebar: false
3+
editLink: false
4+
---
5+
6+
# Newsletter
7+
8+
- [gbdev newsletter Issue #1 - 2021](/newsletter/1)
9+
- [State of GBDev - March 2021](https://eldred.fr/blog/gbdev-status)
10+
- [gbdev updates - November 2020](https://avivace.com/blog/gbdev-updates-nov20.html)

0 commit comments

Comments
 (0)