File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
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