@@ -25,12 +25,19 @@ const getLinks = (sourcePath: string): FooterLinks[] => [
25
25
] ,
26
26
} ,
27
27
{
28
- text : "Code" ,
28
+ text : "Spec and Code" ,
29
29
href : "/code" ,
30
30
subsections : [
31
+ { text : "Specification" , href : "https://spec.graphql.org" } ,
31
32
{ text : "Languages" , href : "/code/#languages" } ,
32
33
{ text : "Tools" , href : "/code/#tools" } ,
33
34
{ text : "Services" , href : "/code/#services" } ,
35
+ {
36
+ text : "Edit this page ✎" ,
37
+ href :
38
+ "https://github.com/graphql/graphql.github.io/edit/source/" +
39
+ sourcePath ,
40
+ } ,
34
41
] ,
35
42
} ,
36
43
{
@@ -52,23 +59,14 @@ const getLinks = (sourcePath: string): FooterLinks[] => [
52
59
] ,
53
60
} ,
54
61
{
55
- text : "More " ,
62
+ text : "GraphQL Foundation " ,
56
63
subsections : [
57
- {
58
- text : "GraphQL Specification" ,
59
- href : "https://spec.graphql.org/" ,
60
- } ,
61
- { text : "GraphQL Foundation" , href : "https://foundation.graphql.org/" } ,
62
- {
63
- text : "GraphQL GitHub" ,
64
- href : "https://github.com/graphql" ,
65
- } ,
66
- {
67
- text : "Edit this page ✎" ,
68
- href :
69
- "https://github.com/graphql/graphql.github.io/edit/source/" +
70
- sourcePath ,
71
- } ,
64
+ { text : "About" , href : "/foundation/" } ,
65
+ { text : "Join" , href : "/foundation/join/" } ,
66
+ { text : "Current members" , href : "/foundation/members/" } ,
67
+ { text : "Landscape" , href : "https://landscape.graphql.org" } ,
68
+ { text : "Artwork" , href : "https://github.com/graphql/artwork" } ,
69
+ { text : "Contact" , href : "/foundation/contact/" } ,
72
70
] ,
73
71
} ,
74
72
]
0 commit comments