-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates for new docs infra (v2) (#6210)
* Prepare v2 server docs for new infra * Update code fences * Use a relative link * Add algolia filters
- Loading branch information
1 parent
41671ec
commit 628fbb7
Showing
37 changed files
with
150 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
--- | ||
title: "API Reference: Inline trace plugin" | ||
sidebar_title: Inline trace plugin | ||
api_reference: true | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
{ | ||
"title": "Apollo Server", | ||
"version": "v2", | ||
"algoliaFilters": [ | ||
"docset:server", | ||
[ | ||
"docset:react", | ||
"docset:federation" | ||
] | ||
], | ||
"sidebar": { | ||
"Introduction": "/", | ||
"Get started": "/getting-started", | ||
"Changelog": "https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md", | ||
"Apollo Federation": "https://www.apollographql.com/docs/federation/", | ||
"Defining a Schema": { | ||
"Schema basics": "/schema/schema", | ||
"Unions and interfaces": "/schema/unions-interfaces", | ||
"Custom scalars": "/schema/custom-scalars", | ||
"Directives": "/schema/directives", | ||
"Creating directives": "/schema/creating-directives" | ||
}, | ||
"Fetching Data": { | ||
"Resolvers": "/data/resolvers", | ||
"Data sources": "/data/data-sources", | ||
"Error handling": "/data/errors", | ||
"File uploads": "/data/file-uploads", | ||
"Subscriptions": "/data/subscriptions" | ||
}, | ||
"Testing": { | ||
"Mocking": "/testing/mocking", | ||
"Integration testing": "/testing/testing", | ||
"Apollo Studio Explorer": "https://www.apollographql.com/docs/studio/explorer/", | ||
"GraphQL Playground": "/testing/graphql-playground" | ||
}, | ||
"Performance": { | ||
"Caching": "/performance/caching", | ||
"Automatic persisted queries": "/performance/apq" | ||
}, | ||
"Security": { | ||
"Auth": "/security/authentication", | ||
"Terminating SSL": "/security/terminating-ssl" | ||
}, | ||
"Integrations": { | ||
"Node.js middleware": "/integrations/middleware", | ||
"Plugins": "/integrations/plugins" | ||
}, | ||
"Deployment": { | ||
"Heroku": "/deployment/heroku", | ||
"Lambda": "/deployment/lambda", | ||
"Netlify": "/deployment/netlify", | ||
"Azure Functions": "/deployment/azure-functions", | ||
"Google Cloud Functions": "/deployment/gcp-functions" | ||
}, | ||
"Monitoring": { | ||
"Metrics and logging": "/monitoring/metrics", | ||
"Health checks": "/monitoring/health-checks" | ||
}, | ||
"API Reference": { | ||
"apollo-server": "/api/apollo-server", | ||
"Usage reporting plugin": "/api/plugin/usage-reporting", | ||
"Schema reporting plugin": "/api/plugin/schema-reporting", | ||
"Inline trace plugin": "/api/plugin/inline-trace", | ||
"graphql-tools": "/api/graphql-tools", | ||
"@apollo/federation": "https://www.apollographql.com/docs/federation/api/apollo-federation/", | ||
"@apollo/gateway": "https://www.apollographql.com/docs/federation/api/apollo-gateway/" | ||
}, | ||
"Appendices": { | ||
"Proxy configuration": "/proxy-configuration", | ||
"Installing graphql-tools": "/installing-graphql-tools", | ||
"File uploads in Node.js < v8.5.0": "/migration-file-uploads", | ||
"Migrating from the \"engine\" option": "/migration-engine-plugins" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
--- | ||
title: Deploying with Heroku | ||
sidebar_title: Heroku | ||
description: Deploying your GraphQL server to Heroku | ||
--- | ||
|
||
|
Oops, something went wrong.