apollo-server/docs/_config.yml
Prosper Otemuyiwa 61f2e47108
Add Authentication and File Uploads as guides and feature (#1956)
* Add File uploads as a feature

* Add authentication to server as access-control
2018-11-13 12:09:18 +01:00

77 lines
2 KiB
YAML

title: Apollo Server
propertytitle: Using Apollo Server
subtitle: Apollo Server
description: A guide to using Apollo Server.
versions:
- '2'
- '1'
sidebar_categories:
null:
- index
- getting-started
- whats-new
Essentials:
- essentials/schema
- essentials/server
- essentials/data
Features:
- features/mocking
- features/errors
- features/data-sources
- features/subscriptions
- features/metrics
- features/graphql-playground
- features/scalars-enums
- features/unions-interfaces
- features/directives
- features/creating-directives
- features/test-utils
- features/file-uploads
# Schema stitching:
# - features/schema-stitching
# - features/remote-schemas
# - features/schema-delegation
# - features/schema-transforms
Deployment:
# - deployment/index
- deployment/heroku
- deployment/lambda
- deployment/now
Related Guides:
- best-practices/access-control
- title: Monitoring
href: https://www.apollographql.com/docs/guides/monitoring.html
- title: Versioning
href: https://www.apollographql.com/docs/guides/versioning.html
- title: Access Control
href: https://www.apollographql.com/docs/guides/access-control.html
- title: Security
href: https://www.apollographql.com/docs/guides/security.html
API Reference:
- api/apollo-server
- api/graphql-tools
Migration:
- migration-two-dot
- migration-engine
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
redirects:
/docs/apollo-server/v2/features/cdn.html:
docs/guides/performance
/docs/apollo-server/v2/features/apq.html:
docs/guides/performance
/docs/apollo-server/v2/features/file-uploads.html:
docs/guides/file-uploads
versioned-netlify-redirects:
netlify_site_id: apollo-server-docs