diff --git a/docs-2.0/3.ngql-guide/7.general-query-statements/2.match.md b/docs-2.0/3.ngql-guide/7.general-query-statements/2.match.md index c0853c14c51..04f18b568b3 100644 --- a/docs-2.0/3.ngql-guide/7.general-query-statements/2.match.md +++ b/docs-2.0/3.ngql-guide/7.general-query-statements/2.match.md @@ -4,7 +4,7 @@ The `MATCH` statement supports searching based on pattern matching. A `MATCH` statement defines a search pattern and uses it to match data stored in Nebula Graph and to retrieve them in the form defined in the `RETURN` clause. -The examples in this topic use the [basketballplayer](../1.nGQL-overview/1.overview.md#basketballplayer) dataset as the sample dataset. +The examples in this topic use the [basketballplayer](../1.nGQL-overview/1.overview.md#example_data_basketballplayer) dataset as the sample dataset. ## Syntax diff --git a/docs-2.0/7.data-security/3.manage-snapshot.md b/docs-2.0/7.data-security/3.manage-snapshot.md index 32ee19fe5b8..cb094c4517c 100644 --- a/docs-2.0/7.data-security/3.manage-snapshot.md +++ b/docs-2.0/7.data-security/3.manage-snapshot.md @@ -38,7 +38,7 @@ Run `CREATE SNAPSHOT` to create a snapshot for all the graph spaces based on the !!! note - If the creation fails, [delete the snapshot](#delete_a_snapshot) and try again. + If the creation fails, [delete the snapshot](#delete_snapshots) and try again. ```ngql nebula> CREATE SNAPSHOT; diff --git a/docs-2.0/8.service-tuning/load-balance.md b/docs-2.0/8.service-tuning/load-balance.md index aa528f362b4..800ea45f3b4 100644 --- a/docs-2.0/8.service-tuning/load-balance.md +++ b/docs-2.0/8.service-tuning/load-balance.md @@ -68,7 +68,7 @@ After you add new storage hosts into the zone, no partition is deployed on the n !!! Note - `BALANCE IN ZONE` does not balance the leader distribution. For more information, see [Balance leader distribution](#Balance leader distribution). + `BALANCE IN ZONE` does not balance the leader distribution. For more information, see [Balance leader distribution](#balance_leader_distribution). ```ngql nebula> SHOW HOSTS; diff --git a/docs-2.0/nebula-cloud/2.how-to-create-subsciption.md b/docs-2.0/nebula-cloud/2.how-to-create-subsciption.md index 311adb5a14c..a0884595936 100644 --- a/docs-2.0/nebula-cloud/2.how-to-create-subsciption.md +++ b/docs-2.0/nebula-cloud/2.how-to-create-subsciption.md @@ -28,8 +28,5 @@ Before using Nebula Graph Cloud, you need to create a subscription on Azure. Thi 3. (Optional) On the **Tags** page, enter **Name: Value**. 4. At the bottom of **Review + subscribe** page, click **Subscribe** and wait for about 2 minutes. -<<<<<<< Updated upstream -3. After the subscription is completed, you need to click **Open the SaaS account on the publisher's website** to create and configure your Solution. For details, see [How to configure a Solution](../nebula-nebula-cloud/3.how-to-set-solution.md). -======= 3. After the subscription is completed, you need to click `Open the SaaS account on the publisher's website` to create and configure your Solution. For details, see [How to configure a Solution](3.how-to-set-solution.md). ->>>>>>> Stashed changes + diff --git a/docs-2.0/nebula-cloud/5.solution/5.2.connection-configuration-and-use.md b/docs-2.0/nebula-cloud/5.solution/5.2.connection-configuration-and-use.md index e225268c82a..ed4032be7e5 100644 --- a/docs-2.0/nebula-cloud/5.solution/5.2.connection-configuration-and-use.md +++ b/docs-2.0/nebula-cloud/5.solution/5.2.connection-configuration-and-use.md @@ -88,4 +88,4 @@ You can create a Private Link endpoint in **Connectivity** to allow users to acc ## Connect to Nebula Graph with Private Link -You can use Private link endpoint IP to connect to Nebula Graph. For more information, see [Connect to Nebula Graph](../../reuse/source_connect-to-nebula-graph.md). +You can use Private link endpoint IP to connect to Nebula Graph. For more information, see [Connect to Nebula Graph](../../2.quick-start/3.connect-to-nebula-graph.md). diff --git a/docs-2.0/nebula-dashboard-ent/5.account-management.md b/docs-2.0/nebula-dashboard-ent/5.account-management.md index 76b2a99224a..8f0559e43ee 100644 --- a/docs-2.0/nebula-dashboard-ent/5.account-management.md +++ b/docs-2.0/nebula-dashboard-ent/5.account-management.md @@ -36,7 +36,7 @@ Before using an LDAP account, LDAP configurations are required. 3. Restart Dashboard Enterprise Edition to apply changes. -After the LDAP is configured successfully, and use the initialized account name `nebula` and password `nebula` to log into Dashboard Enterprise Edition, you can create an LDAP account then. For information about how to create an account, see [Create accounts](#_5). +After the LDAP is configured successfully, and use the initialized account name `nebula` and password `nebula` to log into Dashboard Enterprise Edition, you can create an LDAP account then. For information about how to create an account, see [Create accounts](#create_accounts). ### General accounts @@ -78,7 +78,7 @@ Accounts with `admin` roles can create other accounts. The steps are as follows: When selecting the **Invite** method to add accounts, ensure that the invitee's email has been added to the enterprise LDAP server. - - Create Account: Set the login name, password, and role for the new account. For information about roles, [Account roles](#_4). + - Create Account: Set the login name, password, and role for the new account. For information about roles, [Account roles](#account_roles). ## View accounts diff --git a/mkdocs.yml b/mkdocs.yml index da062e47d24..ff2f9e5e3be 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -340,7 +340,6 @@ nav: # - Use BR to back up data: 7.data-security/2.backup-restore/3.br-backup-data.md # - Use BR to restore data: 7.data-security/2.backup-restore/4.br-restore-data.md - Manage snapshots: 7.data-security/3.manage-snapshot.md - - Group&Zone: 7.data-security/5.zone.md - SSL: 7.data-security/4.ssl.md - Practices: