From 3993fb39a884d11277aef8045264d264a564d727 Mon Sep 17 00:00:00 2001 From: Liam Doodson Date: Mon, 13 Jan 2025 09:55:24 +0000 Subject: [PATCH] Remove data-api from urls --- modules/ROOT/content-nav.adoc | 10 +++++----- .../console-classic-api-keys.png | Bin .../console-classic-home.png | Bin .../unified-console-account-dropdown.png | Bin .../unified-console-api-keys.png | Bin .../unified-console-create-api-key.png | Bin .../unified-console-home.png | Bin .../authentication-providers.adoc | 0 .../deploy-and-operate.adoc | 6 +++--- .../index.adoc | 0 .../prerequisites.adoc | 12 ++++++------ .../using-your-api.adoc | 0 12 files changed, 14 insertions(+), 14 deletions(-) rename modules/ROOT/images/{aura-graphql-data-apis => aura-graphql}/console-classic-api-keys.png (100%) rename modules/ROOT/images/{aura-graphql-data-apis => aura-graphql}/console-classic-home.png (100%) rename modules/ROOT/images/{aura-graphql-data-apis => aura-graphql}/unified-console-account-dropdown.png (100%) rename modules/ROOT/images/{aura-graphql-data-apis => aura-graphql}/unified-console-api-keys.png (100%) rename modules/ROOT/images/{aura-graphql-data-apis => aura-graphql}/unified-console-create-api-key.png (100%) rename modules/ROOT/images/{aura-graphql-data-apis => aura-graphql}/unified-console-home.png (100%) rename modules/ROOT/pages/{aura-graphql-data-apis => aura-graphql}/authentication-providers.adoc (100%) rename modules/ROOT/pages/{aura-graphql-data-apis => aura-graphql}/deploy-and-operate.adoc (92%) rename modules/ROOT/pages/{aura-graphql-data-apis => aura-graphql}/index.adoc (100%) rename modules/ROOT/pages/{aura-graphql-data-apis => aura-graphql}/prerequisites.adoc (94%) rename modules/ROOT/pages/{aura-graphql-data-apis => aura-graphql}/using-your-api.adoc (100%) diff --git a/modules/ROOT/content-nav.adoc b/modules/ROOT/content-nav.adoc index 5d3d221..b3f17f0 100644 --- a/modules/ROOT/content-nav.adoc +++ b/modules/ROOT/content-nav.adoc @@ -58,11 +58,11 @@ * *Products* -* xref:aura-graphql-data-apis/index.adoc[] -** xref:aura-graphql-data-apis/prerequisites.adoc[] -** xref:aura-graphql-data-apis/deploy-and-operate.adoc[] -** xref:aura-graphql-data-apis/authentication-providers.adoc[] -** xref:aura-graphql-data-apis/using-your-api.adoc[] +* xref:aura-graphql/index.adoc[] +** xref:aura-graphql/prerequisites.adoc[] +** xref:aura-graphql/deploy-and-operate.adoc[] +** xref:aura-graphql/authentication-providers.adoc[] +** xref:aura-graphql/using-your-api.adoc[] * xref:introspector.adoc[Introspector] diff --git a/modules/ROOT/images/aura-graphql-data-apis/console-classic-api-keys.png b/modules/ROOT/images/aura-graphql/console-classic-api-keys.png similarity index 100% rename from modules/ROOT/images/aura-graphql-data-apis/console-classic-api-keys.png rename to modules/ROOT/images/aura-graphql/console-classic-api-keys.png diff --git a/modules/ROOT/images/aura-graphql-data-apis/console-classic-home.png b/modules/ROOT/images/aura-graphql/console-classic-home.png similarity index 100% rename from modules/ROOT/images/aura-graphql-data-apis/console-classic-home.png rename to modules/ROOT/images/aura-graphql/console-classic-home.png diff --git a/modules/ROOT/images/aura-graphql-data-apis/unified-console-account-dropdown.png b/modules/ROOT/images/aura-graphql/unified-console-account-dropdown.png similarity index 100% rename from modules/ROOT/images/aura-graphql-data-apis/unified-console-account-dropdown.png rename to modules/ROOT/images/aura-graphql/unified-console-account-dropdown.png diff --git a/modules/ROOT/images/aura-graphql-data-apis/unified-console-api-keys.png b/modules/ROOT/images/aura-graphql/unified-console-api-keys.png similarity index 100% rename from modules/ROOT/images/aura-graphql-data-apis/unified-console-api-keys.png rename to modules/ROOT/images/aura-graphql/unified-console-api-keys.png diff --git a/modules/ROOT/images/aura-graphql-data-apis/unified-console-create-api-key.png b/modules/ROOT/images/aura-graphql/unified-console-create-api-key.png similarity index 100% rename from modules/ROOT/images/aura-graphql-data-apis/unified-console-create-api-key.png rename to modules/ROOT/images/aura-graphql/unified-console-create-api-key.png diff --git a/modules/ROOT/images/aura-graphql-data-apis/unified-console-home.png b/modules/ROOT/images/aura-graphql/unified-console-home.png similarity index 100% rename from modules/ROOT/images/aura-graphql-data-apis/unified-console-home.png rename to modules/ROOT/images/aura-graphql/unified-console-home.png diff --git a/modules/ROOT/pages/aura-graphql-data-apis/authentication-providers.adoc b/modules/ROOT/pages/aura-graphql/authentication-providers.adoc similarity index 100% rename from modules/ROOT/pages/aura-graphql-data-apis/authentication-providers.adoc rename to modules/ROOT/pages/aura-graphql/authentication-providers.adoc diff --git a/modules/ROOT/pages/aura-graphql-data-apis/deploy-and-operate.adoc b/modules/ROOT/pages/aura-graphql/deploy-and-operate.adoc similarity index 92% rename from modules/ROOT/pages/aura-graphql-data-apis/deploy-and-operate.adoc rename to modules/ROOT/pages/aura-graphql/deploy-and-operate.adoc index b25c048..db75c3b 100644 --- a/modules/ROOT/pages/aura-graphql-data-apis/deploy-and-operate.adoc +++ b/modules/ROOT/pages/aura-graphql/deploy-and-operate.adoc @@ -3,7 +3,7 @@ == Deploy a GraphQL API -Before you deploy a GraphQL API, complete the steps in xref::/aura-graphql-data-apis/prerequisites.adoc[Prerequisites]. +Before you deploy a GraphQL API, complete the steps in xref::/aura-graphql/prerequisites.adoc[Prerequisites]. Make sure that you have: * The ID, username and password for the AuraDB. @@ -21,7 +21,7 @@ FULL_PATH_TO_YOUR_TYPE_DEFS --await [NOTE] ==== Make sure to record the API key shown in the response as it will not be displayed again. -If the API key is lost, a new one can be created by following the steps to create a new API key auth provider in xref::/aura-graphql-data-apis/authentication-providers.adoc[Authentication providers]. +If the API key is lost, a new one can be created by following the steps to create a new API key auth provider in xref::/aura-graphql/authentication-providers.adoc[Authentication providers]. ==== There are other items of note in the response: @@ -61,7 +61,7 @@ If the status is `updating` then the change is still being processed. When the change is committed, the status will return to `ready`. Additionally, it is possible to modify the authentication providers of GraphQL APIs. -To learn more, see xref::/aura-graphql-data-apis/authentication-providers.adoc[Authentication providers]. +To learn more, see xref::/aura-graphql/authentication-providers.adoc[Authentication providers]. == Deleting a GraphQL API diff --git a/modules/ROOT/pages/aura-graphql-data-apis/index.adoc b/modules/ROOT/pages/aura-graphql/index.adoc similarity index 100% rename from modules/ROOT/pages/aura-graphql-data-apis/index.adoc rename to modules/ROOT/pages/aura-graphql/index.adoc diff --git a/modules/ROOT/pages/aura-graphql-data-apis/prerequisites.adoc b/modules/ROOT/pages/aura-graphql/prerequisites.adoc similarity index 94% rename from modules/ROOT/pages/aura-graphql-data-apis/prerequisites.adoc rename to modules/ROOT/pages/aura-graphql/prerequisites.adoc index 9848fa3..589b61b 100644 --- a/modules/ROOT/pages/aura-graphql-data-apis/prerequisites.adoc +++ b/modules/ROOT/pages/aura-graphql/prerequisites.adoc @@ -24,19 +24,19 @@ To get the credentials, follow these steps depending on which version of the con 1. Log in to the link:https://console.neo4j.io/[Neo4j Aura Console]. 2. Navigate to the top right where your account name is displayed and click the down arrow. + -image::aura-graphql-data-apis/unified-console-home.png[] +image::aura-graphql/unified-console-home.png[] + 3. In the menu, click *API keys*. + -image::aura-graphql-data-apis/unified-console-account-dropdown.png[] +image::aura-graphql/unified-console-account-dropdown.png[] + 4. Click *Create*. + -image::aura-graphql-data-apis/unified-console-api-keys.png[] +image::aura-graphql/unified-console-api-keys.png[] + 5. In the pop-up window, enter a name for the API Key and click *Create*. + -image::aura-graphql-data-apis/unified-console-create-api-key.png[] +image::aura-graphql/unified-console-create-api-key.png[] + 6. The client ID and client secret are displayed. Make a note as the client secret will not be shown again and you need both. If you download them, keep them safe. @@ -45,12 +45,12 @@ image::aura-graphql-data-apis/unified-console-create-api-key.png[] 1. Log in to the link:https://console.neo4j.io/[Neo4j Aura Console]. 2. Navigate to the top right where your account name is displayed and click the down arrow. + -image::aura-graphql-data-apis/console-classic-home.png[] +image::aura-graphql/console-classic-home.png[] + 3. A menu with your account name is displayed. Click *Account Details*. 4. In the *Account Details* menu, click *Create* in the *Aura API* credentials section. + -image::aura-graphql-data-apis/console-classic-api-keys.png[] +image::aura-graphql/console-classic-api-keys.png[] + 5. In the pop-up window, enter a client name and click *Create*. 6. The newly created client ID and client secret are displayed. Make sure to securely save these as they are required to use the Aura CLI. diff --git a/modules/ROOT/pages/aura-graphql-data-apis/using-your-api.adoc b/modules/ROOT/pages/aura-graphql/using-your-api.adoc similarity index 100% rename from modules/ROOT/pages/aura-graphql-data-apis/using-your-api.adoc rename to modules/ROOT/pages/aura-graphql/using-your-api.adoc