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

Opt content #2174

Merged
merged 3 commits into from
Jul 14, 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
66 changes: 33 additions & 33 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,8 @@ nav:
- Graph Service: 1.introduction/3.nebula-graph-architecture/3.graph-service.md
- Storage Service: 1.introduction/3.nebula-graph-architecture/4.storage-service.md
#ent
- About NebulaGraph licenses:
- License overview: 9.about-license/1.license-overview.md
- Licensing:
- Licensing overview: 9.about-license/1.license-overview.md
- License management suites:
- Suite overview: 9.about-license/2.license-management-suite/1.suite-overview.md
- License Center: 9.about-license/2.license-management-suite/2.license-center.md
Expand Down Expand Up @@ -457,23 +457,23 @@ nav:

- Deployment and installation:
- Resource preparations: 4.deployment-and-installation/1.resource-preparations.md
- Compile and install Nebula Graph:
- Install Nebula Graph by compiling the source code: 4.deployment-and-installation/2.compile-and-install-nebula-graph/1.install-nebula-graph-by-compiling-the-source-code.md
- Install NebulaGraph with RPM or DEB package: 4.deployment-and-installation/2.compile-and-install-nebula-graph/2.install-nebula-graph-by-rpm-or-deb.md
- Install NebulaGraph with the tar.gz file: 4.deployment-and-installation/2.compile-and-install-nebula-graph/4.install-nebula-graph-from-tar.md
- Deploy NebulaGraph with Docker Compose: 4.deployment-and-installation/2.compile-and-install-nebula-graph/3.deploy-nebula-graph-with-docker-compose.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
- 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 using Docker Compose: 4.deployment-and-installation/2.compile-and-install-nebula-graph/3.deploy-nebula-graph-with-docker-compose.md
- Deploy a NebulaGraph cluster on multiple servers: 4.deployment-and-installation/2.compile-and-install-nebula-graph/deploy-nebula-graph-cluster.md
- Deploy NebulaGraph Grpah with ecosystem tools: 4.deployment-and-installation/2.compile-and-install-nebula-graph/6.deploy-nebula-graph-with-peripherals.md
- 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
- 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
# - Manage zone: 4.deployment-and-installation/5.zone.md
- Upgrade:
- Upgrade NebulaGraph to the latest version (Community Edition): 4.deployment-and-installation/3.upgrade-nebula-graph/upgrade-nebula-graph-to-latest.md
- Upgrade NebulaGraph Community to the latest version: 4.deployment-and-installation/3.upgrade-nebula-graph/upgrade-nebula-graph-to-latest.md
# - Upgrade NebulaGraph from v3.x to v3.4 (Community Edition): 4.deployment-and-installation/3.upgrade-nebula-graph/upgrade-nebula-from-300-to-latest.md
#ent
- Upgrade NebulaGraph to the latest version (Enterprise Edition): 4.deployment-and-installation/3.upgrade-nebula-graph/upgrade-nebula-ent-from-3.x-3.4.md
- 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:
Expand All @@ -488,7 +488,7 @@ nav:
#ent
- Audit logs(Enterprise): 5.configurations-and-logs/2.log-management/audit-log.md

- Monitor and metrics:
- Monitoring and metrics:
- Query NebulaGraph metrics: 6.monitor-and-metrics/1.query-performance-metrics.md
- RocksDB Statistics: 6.monitor-and-metrics/2.rocksdb-statistics.md
#ent
Expand All @@ -505,26 +505,26 @@ nav:
- OpenLDAP authentication: 7.data-security/1.authentication/4.ldap.md
- SSL: 7.data-security/4.ssl.md

- Backup & Restore:
- NebulaGraph BR (Community Edition):
- What is Backup & Restore (Community Edition): backup-and-restore/nebula-br/1.what-is-br.md
- Backup and restore:
- NebulaGraph BR Community:
- What is BR Community: backup-and-restore/nebula-br/1.what-is-br.md
- Install BR: backup-and-restore/nebula-br/2.compile-br.md
- Use BR to back up data: backup-and-restore/nebula-br/3.br-backup-data.md
- Use BR to restore data: backup-and-restore/nebula-br/4.br-restore-data.md
#ent
- NebulaGraph BR (Enterprise Edition):
- What is Backup & Restore (Enterprise Edition): backup-and-restore/nebula-br-ent/1.br-ent-overview.md
- NebulaGraph BR Enterprise:
- What is BR Enterprise: backup-and-restore/nebula-br-ent/1.br-ent-overview.md
- Install BR: backup-and-restore/nebula-br-ent/2.install-tools.md
- Back up data with BR: backup-and-restore/nebula-br-ent/3.backup-data.md
- Restore data with BR: backup-and-restore/nebula-br-ent/4.restore-data.md
- Manage snapshots: backup-and-restore/3.manage-snapshot.md

- Synchronization & Migration:
- Synchronization and migration:
- Load balance: synchronization-and-migration/2.balance-syntax.md
#ent
- Synchronize between two clusters: synchronization-and-migration/replication-between-clusters.md

- Practices:
- Best practices:
- Compaction: 8.service-tuning/compaction.md
- Storage load balance: 8.service-tuning/load-balance.md
- Modeling suggestions: 8.service-tuning/2.graph-modeling.md
Expand All @@ -534,7 +534,7 @@ nav:
- Enable AutoFDO: 8.service-tuning/enable_autofdo_for_nebulagraph.md
- Best practices: 8.service-tuning/practice.md

- Client:
- Clients:
- Clients overview: 14.client/1.nebula-client.md
- NebulaGraph Console: nebula-console.md
- NebulaGraph CPP: 14.client/3.nebula-cpp-client.md
Expand All @@ -559,7 +559,7 @@ nav:
# - Privacy policy: nebula-cloud/8.privacy-policy.md


- NebulaGraph Studio:
- Studio:
- About NebulaGraph Studio:
- What is NebulaGraph Studio: nebula-studio/about-studio/st-ug-what-is-graph-studio.md
- Limitations: nebula-studio/about-studio/st-ug-limitations.md
Expand All @@ -583,14 +583,14 @@ nav:
- Unable to access Studio: nebula-studio/troubleshooting/st-ug-connection-errors.md
- FAQ: nebula-studio/troubleshooting/st-ug-faq.md

- NebulaGraph Dashboard Community Edition:
- Community Dashboard:
- 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

- NebulaGraph Dashboard Enterprise Edition:
- Enterprise Dashboard:
- 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 Expand Up @@ -631,7 +631,7 @@ nav:
- Monitoring metrics: nebula-dashboard-ent/7.monitor-parameter.md
- FAQ: nebula-dashboard-ent/8.faq.md

- NebulaGraph Explorer:
- Explorer:
- What is NebulaGraph Explorer: nebula-explorer/about-explorer/ex-ug-what-is-explorer.md
- Deploy and connect:
- Deploy Explorer: nebula-explorer/deploy-connect/ex-ug-deploy.md
Expand Down Expand Up @@ -675,12 +675,12 @@ nav:
- Basic operations and shortcuts: nebula-explorer/ex-ug-shortcuts.md
- FAQ: nebula-explorer/faq.md

- NebulaGraph Importer:
- Importer:
- Use NebulaGraph Importer: nebula-importer/use-importer.md
# - Configuration with Header: nebula-importer/config-with-header.md
# - Configuration without Header: nebula-importer/config-without-header.md

- NebulaGraph Exchange:
- Exchange:
- Introduction:
- What is NebulaGraph Exchange: nebula-exchange/about-exchange/ex-ug-what-is-exchange.md
- Limitations: nebula-exchange/about-exchange/ex-ug-limitations.md
Expand All @@ -707,7 +707,7 @@ nav:
- Export data from NebulaGraph: nebula-exchange/use-exchange/ex-ug-export-from-nebula.md
- Exchange FAQ: nebula-exchange/ex-ug-FAQ.md

# - NebulaGraph Operator:
# - Operator:
# - What is NebulaGraph Operator: nebula-operator/1.introduction-to-nebula-operator.md
# - Overview of using NebulaGraph Operator: nebula-operator/6.get-started-with-operator.md
# - Deploy NebulaGraph Operator: nebula-operator/2.deploy-nebula-operator.md
Expand Down Expand Up @@ -738,20 +738,20 @@ nav:
- NebulaGraph Analytics: graph-computing/nebula-analytics.md
- NebulaGraph Explorer workflow: graph-computing/use-explorer.md

- NebulaGraph Spark Connector: nebula-spark-connector.md
- Spark Connector: nebula-spark-connector.md

- NebulaGraph Flink Connector: nebula-flink-connector.md
- Flink Connector: nebula-flink-connector.md

- NebulaGraph Bench: nebula-bench.md
- Bench: nebula-bench.md

- Appendix:
- Release Note:
- NebulaGraph Community Edition: 20.appendix/release-notes/nebula-comm-release-note.md
- NebulaGraph Community: 20.appendix/release-notes/nebula-comm-release-note.md
#ent
- NebulaGraph Enterprise Edition: 20.appendix/release-notes/nebula-ent-release-note.md
- NebulaGraph Enterprise: 20.appendix/release-notes/nebula-ent-release-note.md
- NebulaGraph Studio: 20.appendix/release-notes/studio-release-note.md
- NebulaGraph Dashboard Community Edition: 20.appendix/release-notes/dashboard-comm-release-note.md
- NebulaGraph Dashboard Enterprise Edition: 20.appendix/release-notes/dashboard-ent-release-note.md
- NebulaGraph Dashboard Community: 20.appendix/release-notes/dashboard-comm-release-note.md
- NebulaGraph Dashboard Enterprise: 20.appendix/release-notes/dashboard-ent-release-note.md
- NebulaGraph Explorer: 20.appendix/release-notes/explorer-release-note.md
- Learning path: 20.appendix/learning-path.md
- FAQ: 20.appendix/0.FAQ.md
Expand Down