File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
packages/gatsby-theme-apollo-docs Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -62,13 +62,13 @@ const BodyContent = styled.div({
62
62
paddingTop : HEADER_HEIGHT
63
63
} ,
64
64
[ [ 'h2' ] ] : {
65
- marginTop : - 25 ,
65
+ marginTop : - 25
66
66
} ,
67
67
[ [ 'h3' ] ] : {
68
- marginTop : - 30 ,
68
+ marginTop : - 30
69
69
} ,
70
70
[ [ 'h4' , 'h5' ] ] : {
71
- marginTop : - 40 ,
71
+ marginTop : - 40
72
72
}
73
73
} ,
74
74
img : {
Original file line number Diff line number Diff line change @@ -25,8 +25,7 @@ const navConfig = {
25
25
shortName : 'Android' ,
26
26
url : 'https://www.apollographql.com/docs/android' ,
27
27
description :
28
- "Manage the entirety of your Android app's state and seamlessly execute GraphQL operations." ,
29
- omitLandingPage : true
28
+ "Manage the entirety of your Android app's state and seamlessly execute GraphQL operations."
30
29
} ,
31
30
'Apollo Server' : {
32
31
category : 'Backend' ,
@@ -37,7 +36,6 @@ const navConfig = {
37
36
'Apollo Federation' : {
38
37
category : 'Backend' ,
39
38
url : 'https://www.apollographql.com/docs/federation' ,
40
- omitLandingPage : true ,
41
39
description : 'Implement a single data graph across multiple services.'
42
40
} ,
43
41
'Apollo Studio' : {
You can’t perform that action at this time.
0 commit comments