Skip to content

Commit

Permalink
Cleanup subscriptions link (#1437)
Browse files Browse the repository at this point in the history
* Remove graphql-subscriptions link from the sidebar

* Add graphql-subscriptions docs link under Subscriptions Feature
  • Loading branch information
Prosper Otemuyiwa committed Jul 27, 2018
1 parent 3ba9bb9 commit e514cdf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ sidebar_categories:
href: https://www.apollographql.com/docs/guides/security.html
API Reference:
- api/apollo-server
- title: graphql-subscriptions
href: https://www.apollographql.com/docs/graphql-subscriptions
- api/graphql-tools
Migration:
- migration-two-dot
Expand Down
2 changes: 1 addition & 1 deletion docs/source/features/subscriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,4 +239,4 @@ The Apollo Server implementation of `PubSub` can be replaced by another implemen
- [Postgres](https://github.com/GraphQLCollege/graphql-postgres-subscriptions)
- [Add your implementation...](https://github.com/apollographql/apollo-server/pull/new/master)

You can implement a `PubSub` of your own, using the exported `PubSubEngine` interface from `apollo-server` or another integration.
You can implement a `PubSub` of your own, using the exported `PubSubEngine` interface from `apollo-server` or another integration. If you want to set up a GraphQL server using the `graphql-subscriptions` package, follow [this guide](https://www.apollographql.com/docs/graphql-subscriptions/).

0 comments on commit e514cdf

Please sign in to comment.