Skip to content

Commit dd598f0

Browse files
authored
reorder community resources (#1672)
* reorder community resources * aa * add redirects * prettier * fix redirects * fixx * tiny fix
1 parent 22f8ca3 commit dd598f0

18 files changed

+42
-28
lines changed
File renamed without changes.

src/pages/_meta.tsx

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,13 @@ export default {
1010
type: "page",
1111
title: "Learn",
1212
},
13-
code: {
14-
type: "page",
15-
theme: {
16-
layout: "raw",
17-
},
18-
},
1913
community: {
2014
type: "menu",
2115
title: "Community",
2216
items: {
17+
"tools-and-libraries": {
18+
title: "Tools and Libraries",
19+
},
2320
resources: {
2421
title: "Resources",
2522
href: "/community/resources/official-channels",
@@ -29,6 +26,7 @@ export default {
2926
title: "Contribute to GraphQL",
3027
href: "/community/contribute/essential-links",
3128
},
29+
foundation: { title: "Foundation" },
3230
},
3331
},
3432
faq: {
@@ -41,10 +39,6 @@ export default {
4139
href: "https://spec.graphql.org",
4240
newWindow: true,
4341
},
44-
foundation: {
45-
type: "page",
46-
title: "Foundation",
47-
},
4842
blog: {
4943
type: "page",
5044
title: "Blog",

src/pages/community/_meta.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
export default {
2+
"tools-and-libraries": {
3+
theme: {
4+
layout: "raw",
5+
},
6+
},
27
resources: "Resources",
38
events: "",
49
contribute: "Contribute to GraphQL",
10+
foundation: "Foundation",
511
}

src/pages/foundation/graphql-conf.mdx renamed to src/pages/community/foundation/graphql-conf.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ heroText: The official GraphQL conference, hosted by the GraphQL Foundation.
66

77
By the community and for the community, GraphQLConf is a vendor-neutral event that brings together core contributors, community members, open source leaders, academics, vendors, and industry practitioners to discuss recent work, share techniques, and plan for the future.
88

9-
## GraphQLConf 2023
9+
## GraphQLConf 2024
1010

1111
We're looking forward to [GraphQLConf 2024](/conf/2024) in SF Bay Area, CA on September 10-12, 2024.
1212

13-
Join us by [registering](/conf/2024), consider [submitting a talk](/conf/2024/speak/), and help produce an incredible event by [sponsoring us](/conf/2024/sponsor).
13+
Join us by [registering](/conf/2024), consider [submitting a talk](/conf/2024/speak), and help produce an incredible event by [sponsoring us](/conf/2024/sponsor).
1414

1515
## GraphQLConf 2023
1616

0 commit comments

Comments
 (0)