mirror of
https://github.com/zhigang1992/apollo.git
synced 2026-01-12 17:12:35 +08:00
Rename data privacy article and set up redirect
This commit is contained in:
@@ -41,7 +41,7 @@ module.exports = {
|
||||
References: [
|
||||
'references/apollo-config',
|
||||
'references/setup-analytics',
|
||||
'references/apollo-engine',
|
||||
'references/graph-manager-data-privacy',
|
||||
'references/engine-proxy',
|
||||
'references/engine-proxy-release-notes',
|
||||
],
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Graph Manager data privacy and compliance
|
||||
description: Control what Graph Manager ingests and learn about GDPR
|
||||
description: Understand what Graph Manager ingests and learn about GDPR
|
||||
---
|
||||
|
||||
You can configure Apollo Server to automatically trace the execution of your requests and forward that information to Graph Manager. Graph Manager uses this trace data to reconstruct both operation-level timing data for given query shapes and field-level timing data for your overall schema. This data is available for you to explore and visualize in the Graph Manager interface.
|
||||
3
docs/static/_redirects
vendored
3
docs/static/_redirects
vendored
@@ -1,5 +1,8 @@
|
||||
/ /docs/
|
||||
|
||||
# Split "Apollo Engine guide" into two articles
|
||||
/docs/references/apollo-engine/ /docs/platform/graph-manager-overview/
|
||||
|
||||
# Redirect Removed Guides to Platform Features
|
||||
/docs/guides/security.html /docs/platform/operation-registry.html
|
||||
/docs/guides/monitoring.html /docs/platform/integrations.html
|
||||
|
||||
Reference in New Issue
Block a user