diff --git a/docs-2.0/nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md b/docs-2.0/nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md index 834dc3f219e..dffdec97084 100644 --- a/docs-2.0/nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md +++ b/docs-2.0/nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md @@ -375,3 +375,7 @@ To uninstall Dashboard Enterprise Edition, run the following command. ``` sudo dpkg -r ``` + +## Next to do + +[Connect to Dashboard](3.connect-dashboard.md) \ No newline at end of file diff --git a/docs-2.0/nebula-explorer/deploy-connect/ex-ug-connect.md b/docs-2.0/nebula-explorer/deploy-connect/ex-ug-connect.md index 2c42543b42b..cc29bc93192 100644 --- a/docs-2.0/nebula-explorer/deploy-connect/ex-ug-connect.md +++ b/docs-2.0/nebula-explorer/deploy-connect/ex-ug-connect.md @@ -12,6 +12,8 @@ Before connecting to the NebulaGraph database, you need to confirm the following - You have a NebulaGraph account and its password. +- We recommend you to use the Chrome browser of the version above 89. Otherwise, there may be compatibility issues. + ## OAuth2.0 Configuration !!! caution @@ -47,7 +49,17 @@ After the configuration is complete, restart the Explorer service. The OAuth aut To connect Explorer to NebulaGraph, follow these steps: -1. On the **Config Server** page of Explorer, configure these fields: +1. Type `http://:7002` in the address bar of your browser. + + The following login page shows that Explorer is successfully connected to NebulaGraph. + + ![NebulaGraph Explorer Login page](https://docs-cdn.nebula-graph.com.cn/figures/explorer_connect_230116_en.png) + + !!! note + + When logging into NebulaGraph Explorer for the first time, the content of *END USER LICENSE AGREEMENT* is displayed on the login page. Please read it and then click **I agree**. + +2. On the **Config Server** page of Explorer, configure these fields: - **Graphd IP address**: Enter the IP address of the Graph service of NebulaGraph. For example, `192.168.10.100`. @@ -66,7 +78,7 @@ To connect Explorer to NebulaGraph, follow these steps: - If authentication is enabled and different users are created and assigned roles, users in different roles log in with their accounts and passwords. -2. After the configuration, click the **Login** button. +3. After the configuration, click the **Login** button. !!! note diff --git a/docs-2.0/nebula-explorer/deploy-connect/ex-ug-deploy.md b/docs-2.0/nebula-explorer/deploy-connect/ex-ug-deploy.md index 1c021f81561..a3d7016c83a 100644 --- a/docs-2.0/nebula-explorer/deploy-connect/ex-ug-deploy.md +++ b/docs-2.0/nebula-explorer/deploy-connect/ex-ug-deploy.md @@ -309,20 +309,6 @@ The Dag Controller can perform complex graph computing with NebulaGraph Analytic exec_file: /home/xxx/nebula-analytics/scripts/run_algo.sh ``` - - - - ## Next to do -When Explorer is started, use `http://:7002` to get access to Explorer. - -The following login page shows that Explorer is successfully connected to NebulaGraph. - -![NebulaGraph Explorer Login page](https://docs-cdn.nebula-graph.com.cn/figures/explorer_deploy.png) - -!!! note - - When logging into NebulaGraph Explorer for the first time, the content of *END USER LICENSE AGREEMENT* is displayed on the login page. Please read it and then click **I agree**. - -After entering the Explorer login interface, you need to connect to NebulaGraph. For more information, refer to [Connecting to the NebulaGraph](../deploy-connect/ex-ug-connect.md). +[Connect to Explorer](ex-ug-connect.md) diff --git a/mkdocs.yml b/mkdocs.yml index 234e825cb4c..6e00b5aa548 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -575,6 +575,7 @@ nav: - NebulaGraph Dashboard Enterprise Edition: - What is NebulaGraph Dashboard Enterprise Edition: nebula-dashboard-ent/1.what-is-dashboard-ent.md - Deploy Dashboard Enterprise Edition: nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md + - Connect to Dashboard: nebula-dashboard-ent/3.connect-dashboard.md - NebulaGraph Dashboard Enterprise Edition license: nebula-dashboard-ent/11.dashboard-ent-license.md - Create and import clusters: - Create clusters: nebula-dashboard-ent/3.create-import-dashboard/1.create-cluster.md