Skip to content

Commit 9771b9f

Browse files
Kevin Lackerleebyron
authored andcommitted
small fixes to code and community pages (graphql#63)
1 parent 91e6caf commit 9771b9f

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

site/code/index.html.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var Code = React.createClass({
1919
return (
2020
<Site section="code" title="Code">
2121

22-
<section className="content documentationContent">
22+
<section className="content documentationContent nosidebar">
2323
<DocsSidebar site={site} page={page} firstURL={firstURL} />
2424
<div className="inner-content">
2525
<h1>Code</h1>

site/community/Community-Events.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ category: Community
55
permalink: /community/upcoming-events/
66
---
77

8-
# Upcoming Events
9-
108
## Talks
119

1210
### High Performance GraphQL

site/community/Community-Resources.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ title: Community Resources
33
layout: ../_core/DocsLayout
44
category: Community
55
permalink: /community/resources/
6+
next: /community/upcoming-events/
67
---
78

8-
# Community Resources
9-
109
## Slack
1110

1211
Many developers and users idle on Slack in [**#general** on GraphQL](https://graphql.slack.com/messages/general/). [Get your invite here!](https://graphql-slack.herokuapp.com/)

site/community/index.html.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default function({ page, site }) {
1414
return (
1515
<Site section="community" title="Community">
1616
<section className="content documentationContent">
17-
<DocsSidebar site={site} page={page} />
17+
<DocsSidebar site={site} page={page} firstURL="/community/resources/" />
1818
<div className="inner-content">
1919
WIP.
2020
</div>

0 commit comments

Comments
 (0)