mirror of
https://github.com/zhigang1992/apollo.git
synced 2026-01-12 22:45:53 +08:00
rename operation-registry to operation-safelisting (#455)
This commit is contained in:
committed by
Evans Hauser
parent
e9fed5f697
commit
3ee7e6e63c
@@ -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'
|
||||
|
||||
@@ -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
|
||||
3
docs/static/_redirects
vendored
3
docs/static/_redirects
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user