diff --git a/docs/gatsby-config.js b/docs/gatsby-config.js index 3abba68..29e14a1 100644 --- a/docs/gatsby-config.js +++ b/docs/gatsby-config.js @@ -27,7 +27,7 @@ module.exports = { 'platform/schema-registry', 'platform/schema-validation', 'platform/client-awareness', - 'platform/operation-registry', + 'platform/operation-safelisting', 'platform/editor-plugins', 'platform/performance', 'platform/integrations' diff --git a/docs/source/platform/operation-registry.md b/docs/source/platform/operation-safelisting.md similarity index 99% rename from docs/source/platform/operation-registry.md rename to docs/source/platform/operation-safelisting.md index dd74d9c..dbcafd8 100644 --- a/docs/source/platform/operation-registry.md +++ b/docs/source/platform/operation-safelisting.md @@ -1,6 +1,6 @@ --- -title: Operation registry -description: How to secure your graph with operation safelisting +title: Operation safelisting +description: How to secure your graph by enforcing a safelist of registered operations --- ## Overview diff --git a/docs/static/_redirects b/docs/static/_redirects index 5509695..c5900dc 100644 --- a/docs/static/_redirects +++ b/docs/static/_redirects @@ -1,7 +1,7 @@ / /docs/ # Redirect Removed Guides to Platform Features -/docs/guides/security.html /docs/platform/operation-registry.html +/docs/guides/security.html /docs/platform/operation-safelisting.html /docs/guides/monitoring.html /docs/platform/integrations.html /docs/guides/versioning.html /docs/platform/schema-validation.html#versioning @@ -17,6 +17,7 @@ /docs/platform/tracing.html /docs/platform/performance.html /docs/platform/errors.html /docs/platform/performance.html +/docs/platform/operation-registry.html /docs/platform/operation-safelisting.html # File uploads no longer have a home, but the blog post is the same content. /docs/guides/file-uploads.html https://blog.apollographql.com/file-uploads-with-apollo-server-2-0-5db2f3f60675