mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 17:51:40 -05:00
57 lines
1.4 KiB
YAML
57 lines
1.4 KiB
YAML
# Hexo Configuration
|
|
## Docs: http://hexo.io/docs/configuration.html
|
|
## Source: https://github.com/hexojs/hexo/
|
|
|
|
# Site
|
|
title: Apollo Server
|
|
propertytitle: Using Apollo Server
|
|
subtitle: Apollo Server
|
|
description: A guide to using Apollo Server.
|
|
versions:
|
|
- '1'
|
|
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
|
|
|
|
# API keys
|
|
apis:
|
|
docsearch:
|
|
apiKey: 768e823959d35bbd51e4b2439be13fb7
|
|
indexName: apollodata
|
|
|
|
url: https://www.apollographql.com/docs/apollo-server/
|
|
root: /docs/apollo-server/
|
|
|
|
public_dir: public/docs/apollo-server
|