mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 09:41:40 -05:00

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
52 lines
1.2 KiB
YAML
52 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
|
|
- why-apollo-server
|
|
- getting-started
|
|
- whats-new
|
|
Essentials:
|
|
- essentials/schema
|
|
- essentials/server
|
|
- essentials/data
|
|
Schema:
|
|
- schemas/organization
|
|
- schemas/types
|
|
- schemas/resolvers
|
|
- schemas/directives
|
|
Best Practices:
|
|
- best-practices/authentication
|
|
- best-practices/schema-design
|
|
- best-practices/performance
|
|
- best-practices/security
|
|
- best-practices/caching
|
|
- best-practices/monitoring
|
|
Deployment:
|
|
- deployment/index
|
|
- deployment/heroku
|
|
- deployment/lambda
|
|
Advanced:
|
|
- advanced/scalars-enums
|
|
API Reference:
|
|
- api/apollo-server
|
|
- api/graphql-subscriptions
|
|
- api/apollo-engine
|
|
- title: graphql-tools
|
|
url: https://www.apollographql.com/docs/graphql-tools
|
|
|
|
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
|