apollo-server/docs/_config.yml
Jesse Rosenberger b2691adaa4
docs: Add v2 to the versions property in _config.yml.
This should enable the dropdown box in the sidebar of the documentation.
Currently, that sidebar will be a terrible color, since it has never
appeared on Apollo documentation before and nobody has ever defined style on
it.  That'll have to be fixed in the theme itself[0].

[0]: https://github.com/meteor/meteor-theme-hexo
2018-05-01 21:37:16 -07:00

47 lines
1.2 KiB
YAML

title: Apollo Server
propertytitle: Using Apollo Server
subtitle: Apollo Server
description: A guide to using Apollo Server.
versions:
- '1'
- '2'
sidebar_categories:
null:
- index
- example
- setup
- requests
- graphiql
Servers:
- servers/express
- servers/hapi
- servers/koa
- servers/lambda
- servers/micro
- servers/restify
- servers/azure-functions
- servers/adonis
Related:
- title: Monitoring and caching
href: https://www.apollographql.com/docs/engine/setup-node.html
- title: graphql-tools
href: https://www.apollographql.com/docs/graphql-tools/
- title: GraphQL Subscriptions
href: https://www.apollographql.com/docs/graphql-subscriptions/
- title: Production deployment
href: https://dev-blog.apollodata.com/graphql-over-rest-with-node-heroku-and-apollo-engine-fb8581f8d77f
Migration:
- migration-one-dot
- migration-hapi
- migration
github_repo: apollographql/apollo-server
content_root: docs/source
typescript_api_box:
data_file: docs.json
url: https://www.apollographql.com/docs/apollo-server/
root: /docs/apollo-server/
public_dir: public/docs/apollo-server