Skip to content

Commit edadea8

Browse files
committed
Include android and federation in landing page menu
1 parent a46fe06 commit edadea8

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

packages/gatsby-theme-apollo-docs/src/components/page-content.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ const BodyContent = styled.div({
6262
paddingTop: HEADER_HEIGHT
6363
},
6464
[['h2']]: {
65-
marginTop: -25,
65+
marginTop: -25
6666
},
6767
[['h3']]: {
68-
marginTop: -30,
68+
marginTop: -30
6969
},
7070
[['h4', 'h5']]: {
71-
marginTop: -40,
71+
marginTop: -40
7272
}
7373
},
7474
img: {

packages/gatsby-theme-apollo-docs/theme-options.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ const navConfig = {
2525
shortName: 'Android',
2626
url: 'https://www.apollographql.com/docs/android',
2727
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."
3029
},
3130
'Apollo Server': {
3231
category: 'Backend',
@@ -37,7 +36,6 @@ const navConfig = {
3736
'Apollo Federation': {
3837
category: 'Backend',
3938
url: 'https://www.apollographql.com/docs/federation',
40-
omitLandingPage: true,
4139
description: 'Implement a single data graph across multiple services.'
4240
},
4341
'Apollo Studio': {

0 commit comments

Comments
 (0)