diff --git a/config/redirects b/config/redirects index 7350fbfdf..9f4584721 100644 --- a/config/redirects +++ b/config/redirects @@ -307,3 +307,6 @@ raw: ${prefix}/cli/realm-cli-reference-v1/index -> ${base}/realm-cli/v1/ # Return to using tutorials instead of get started raw: ${prefix}/get-started -> ${base}/tutorials/ + +# Redirect Data API exmaples to Data API root to hide the examples page +raw: ${prefix}/data-api/examples/ -> ${base}/data-api/ diff --git a/source/data-api.txt b/source/data-api.txt index 4b1d1d44e..54b868491 100644 --- a/source/data-api.txt +++ b/source/data-api.txt @@ -27,7 +27,6 @@ Atlas Data API [Deprecated] Data API Endpoints [Deprecated] Custom HTTPS Endpoints [Deprecated] Authenticate Data API Requests - Data API Examples Data Formats Data API OpenAPI Reference diff --git a/source/data-api/examples.txt b/source/data-api/examples.txt index 79d4dd37b..8c71151c0 100644 --- a/source/data-api/examples.txt +++ b/source/data-api/examples.txt @@ -1,6 +1,8 @@ .. meta:: :robots: nosnippet +:orphan: + ================= Data API Examples =================