File tree Expand file tree Collapse file tree 3 files changed +13
-117
lines changed Expand file tree Collapse file tree 3 files changed +13
-117
lines changed Original file line number Diff line number Diff line change @@ -50,18 +50,6 @@ module.exports = {
50
50
footer : "test" ,
51
51
navbar : [
52
52
{ 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
- } ,
65
53
{
66
54
text : "Events" ,
67
55
link : "/" ,
@@ -97,8 +85,10 @@ module.exports = {
97
85
sidebarDepth : 1 ,
98
86
children : [
99
87
{ link : "/chat" , text : "Chat channels" } ,
100
- { link : "/contribute" , text : "Contribute" } ,
101
88
{ link : "/meetings" , text : "Meetings minutes" } ,
89
+ { link : "/donate" , text : "Donations and Bounties" } ,
90
+ { link : "/contributing" , text : "Contribution Guidelines" } ,
91
+ { link : "/newsletter" , text : "Newsletter" } ,
102
92
] ,
103
93
} ,
104
94
{
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
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 )
You can’t perform that action at this time.
0 commit comments