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

* Add 1.0 migration article, belated * Add tracing + cache control to sidebar * Suggest graphql-tools * Link to graphql-tools in README * Wording * Try a new title * Add example to top
127 lines
2.9 KiB
YAML
127 lines
2.9 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.
|
|
author:
|
|
language:
|
|
timezone:
|
|
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: graphql-tools
|
|
href: https://www.apollographql.com/docs/graphql-tools/
|
|
- title: GraphQL Subscriptions
|
|
href: https://www.apollographql.com/docs/graphql-subscriptions/
|
|
- title: Apollo Tracing
|
|
href: https://github.com/apollographql/apollo-tracing-js
|
|
- title: Apollo Cache Control
|
|
href: https://github.com/apollographql/apollo-cache-control-js
|
|
Migration:
|
|
- migration-one-dot
|
|
- migration-hapi
|
|
- migration
|
|
|
|
github_repo: apollographql/apollo-server
|
|
content_root: docs/source
|
|
|
|
typescript_api_box:
|
|
data_file: docs.json
|
|
|
|
social_links:
|
|
github: 'https://github.com/apollographql'
|
|
twitter: '@apollographql'
|
|
slackInvitePage: 'https://www.apollographql.com/#slack'
|
|
|
|
# API keys
|
|
apis:
|
|
segment: wgrIo8Bul0Ujl8USETG3DB6hONdy4kTg
|
|
docsearch:
|
|
apiKey: 768e823959d35bbd51e4b2439be13fb7
|
|
indexName: apollodata
|
|
gtm: GTM-PNFDVBB
|
|
|
|
logo:
|
|
nav_mobile: images/logo-apollo-space-left.svg
|
|
title: Apollo
|
|
url: https://www.apollographql.com/
|
|
|
|
# URL
|
|
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
|
|
url: https://www.apollographql.com/docs/apollo-server/
|
|
root: /docs/apollo-server/
|
|
permalink: :year/:month/:day/:title/
|
|
permalink_defaults:
|
|
|
|
# Directory
|
|
source_dir: source
|
|
public_dir: public/docs/apollo-server
|
|
tag_dir: tags
|
|
archive_dir: archives
|
|
category_dir: categories
|
|
code_dir: downloads/code
|
|
i18n_dir: :lang
|
|
skip_render:
|
|
|
|
# Writing
|
|
new_post_name: :title.md # File name of new posts
|
|
default_layout: post
|
|
titlecase: false # Transform title into titlecase
|
|
external_link: true # Open external links in new tab
|
|
filename_case: 0
|
|
render_drafts: false
|
|
post_asset_folder: false
|
|
relative_link: false
|
|
future: true
|
|
highlight:
|
|
enable: true
|
|
line_number: true
|
|
auto_detect: true
|
|
tab_replace:
|
|
|
|
# Category & Tag
|
|
default_category: uncategorized
|
|
category_map:
|
|
tag_map:
|
|
|
|
# Date / Time format
|
|
## Hexo uses Moment.js to parse and display date
|
|
## You can customize the date format as defined in
|
|
## http://momentjs.com/docs/#/displaying/format/
|
|
date_format: YYYY-MM-DD
|
|
time_format: HH:mm:ss
|
|
|
|
# Pagination
|
|
## Set per_page to 0 to disable pagination
|
|
per_page: 10
|
|
pagination_dir: page
|
|
|
|
# Extensions
|
|
## Plugins: http://hexo.io/plugins/
|
|
## Themes: http://hexo.io/themes/
|
|
theme: meteor
|
|
|
|
# Deployment
|
|
## Docs: http://hexo.io/docs/deployment.html
|
|
deploy:
|
|
type:
|