Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mkdocs.yml #2215

Merged
merged 1 commit into from
Aug 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 14 additions & 12 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down