From 7ccd63abd0a1c56a4df76e9a1c18f90e862745c8 Mon Sep 17 00:00:00 2001 From: Abby <78209557+abby-cyber@users.noreply.github.com> Date: Thu, 10 Aug 2023 12:11:25 +0800 Subject: [PATCH] Update mkdocs.yml --- mkdocs.yml | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index e447e5aa42f..6d594534b79 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -456,16 +456,18 @@ nav: - Job statements: 3.ngql-guide/4.job-statements.md - - Deployment and installation: + - Deploy and install: - Resource preparations: 4.deployment-and-installation/1.resource-preparations.md - - Installation methods: - - Compile and install from source code: 4.deployment-and-installation/2.compile-and-install-nebula-graph/1.install-nebula-graph-by-compiling-the-source-code.md + - Compile and install: + - Compile locally: 4.deployment-and-installation/2.compile-and-install-nebula-graph/1.install-nebula-graph-by-compiling-the-source-code.md +# - Compile using Docker: + - Local single-node installation: - Install using RPM or DEB package: 4.deployment-and-installation/2.compile-and-install-nebula-graph/2.install-nebula-graph-by-rpm-or-deb.md - Install using TAR package: 4.deployment-and-installation/2.compile-and-install-nebula-graph/4.install-nebula-graph-from-tar.md - - Deploy a NebulaGraph cluster on multiple servers: 4.deployment-and-installation/2.compile-and-install-nebula-graph/deploy-nebula-graph-cluster.md -# release after operator 1.5.0 published -# - Deploy with ecosystem tools: 4.deployment-and-installation/2.compile-and-install-nebula-graph/6.deploy-nebula-graph-with-peripherals.md - - Deploy standalone NebulaGraph: 4.deployment-and-installation/standalone-deployment.md + - Install standalone NebulaGraph: 4.deployment-and-installation/standalone-deployment.md + - Local multi-node installation: 4.deployment-and-installation/2.compile-and-install-nebula-graph/deploy-nebula-graph-cluster.md + - Install using Docker Compose: 4.deployment-and-installation/2.compile-and-install-nebula-graph/3.deploy-nebula-graph-with-docker-compose.md + - Install with ecosystem tools: 4.deployment-and-installation/2.compile-and-install-nebula-graph/6.deploy-nebula-graph-with-peripherals.md - Manage Service: 4.deployment-and-installation/manage-service.md - Connect to Service: 4.deployment-and-installation/connect-to-nebula-graph.md - Manage Storage host: 4.deployment-and-installation/manage-storage-host.md @@ -477,7 +479,7 @@ nav: - Upgrade NebulaGraph Enterprise to the latest version: 4.deployment-and-installation/3.upgrade-nebula-graph/upgrade-nebula-ent-from-3.x-3.4.md - Uninstall NebulaGraph: 4.deployment-and-installation/4.uninstall-nebula-graph.md - - Configurations and logs: + - Configure and log: - Configurations: - Configurations: 5.configurations-and-logs/1.configurations/1.configurations.md - Meta Service configurations: 5.configurations-and-logs/1.configurations/2.meta-config.md @@ -489,7 +491,7 @@ nav: #ent - Audit logs(Enterprise): 5.configurations-and-logs/2.log-management/audit-log.md - - Monitoring and metrics: + - Monitor: - Query NebulaGraph metrics: 6.monitor-and-metrics/1.query-performance-metrics.md - RocksDB Statistics: 6.monitor-and-metrics/2.rocksdb-statistics.md #ent @@ -520,7 +522,7 @@ nav: - Restore data with BR: backup-and-restore/nebula-br-ent/4.restore-data.md - Manage snapshots: backup-and-restore/3.manage-snapshot.md - - Synchronization and migration: + - Synchronize and migrate: - Load balance: synchronization-and-migration/2.balance-syntax.md #ent - Synchronize between two clusters: synchronization-and-migration/replication-between-clusters.md @@ -584,14 +586,14 @@ nav: - Unable to access Studio: nebula-studio/troubleshooting/st-ug-connection-errors.md - FAQ: nebula-studio/troubleshooting/st-ug-faq.md - - Community Dashboard: + - Dashboard (Community): - What is NebulaGraph Dashboard: nebula-dashboard/1.what-is-dashboard.md - Deploy Dashboard: nebula-dashboard/2.deploy-dashboard.md - Connect to Dashboard: nebula-dashboard/3.connect-dashboard.md - Use Dashboard: nebula-dashboard/4.use-dashboard.md - Monitoring metrics: nebula-dashboard/6.monitor-parameter.md - - Enterprise Dashboard: + - Dashboard (Enterprise): - 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