File tree Expand file tree Collapse file tree 12 files changed +71
-147
lines changed
Expand file tree Collapse file tree 12 files changed +71
-147
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,12 @@ export default {
2222 ai : "AI" ,
2323 security : "" ,
2424 monitoring : "" ,
25- "tools-and-libraries" : "Tools & Libraries" ,
25+ "tools-and-libraries" : {
26+ type : "page" ,
27+ title : "Tools & Libraries" ,
28+ // for now, until we have bandwidth to migrate it to App Router
29+ href : "/community/tools-and-libraries" ,
30+ } ,
2631 spec : {
2732 type : "page" ,
2833 title : "Specification" ,
@@ -37,12 +42,16 @@ export default {
3742 type : "menu" ,
3843 title : "Community" ,
3944 items : {
40- // TODO: Set a redirect from /community/tools-and-libraries to /resources/tools-and-libraries
4145 events : {
4246 title : "Events" ,
4347 type : "page" ,
4448 href : "/community/events" ,
4549 } ,
50+ "official-channels" : { title : "Official Channels" } ,
51+ "training-courses" : { title : "Training Courses" } ,
52+ "community-channels" : { title : "Community Channels" } ,
53+ "vendor-channels" : { title : "Vendor Channels" } ,
54+ "more-resources" : { title : "Community Resources" } ,
4655 ambassadors : { title : "Ambassador Program" } ,
4756 contribute : {
4857 title : "Contribute to GraphQL" ,
Original file line number Diff line number Diff line change 11export default {
2- resources : "Resources" ,
2+ "official-channels" : "" ,
3+ "training-courses" : "" ,
4+ "community-channels" : "" ,
5+ "vendor-channels" : "" ,
6+ "more-resources" : "Community Resources" ,
37 "tools-and-libraries" : {
48 theme : {
59 layout : "raw" ,
Original file line number Diff line number Diff line change 33 ReactifluxIcon ,
44 FreenodeIcon ,
55 StackOverflowIcon ,
6- } from " ../../../ icons"
7- import { Cards } from " ../../../ components/cards"
6+ } from " ../../icons"
7+ import { Cards } from " ../../components/cards"
88
99# Community Channels
1010
Original file line number Diff line number Diff line change 1- # More Resources
1+ # Community Resources
22
33To explore other community-developed resources and content about GraphQL, take a look at these sites:
44
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ import {
1010 CodeIcon ,
1111 GraphQLLogo ,
1212 FoundationTalksChannel
13- } from " ../../../ icons"
14- import { Cards } from " ../../../ components/cards"
13+ } from " ../../icons"
14+ import { Cards } from " ../../components/cards"
1515
1616# Official Channels
1717
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments