From f3a480989b71249dd06079825b4eea118be80605 Mon Sep 17 00:00:00 2001 From: foesa <35463247+foesa-yang@users.noreply.github.com> Date: Fri, 8 Jul 2022 13:47:15 +0800 Subject: [PATCH] Update enterprise edition --- docs-2.0/20.appendix/release-note.md | 4 ++ docs-2.0/3.ngql-guide/4.job-statements.md | 4 ++ .../9.space-statements/6.clear-space.md | 5 ++ .../4.install-nebula-graph-from-tar.md | 3 +- .../6.deploy-nebula-graph-with-peripherals.md | 9 ++- .../deploy-nebula-graph-cluster.md | 14 +++-- .../1.configurations/1.configurations.md | 4 ++ .../1.configurations/2.meta-config.md | 6 ++ .../1.configurations/3.graph-config.md | 4 ++ .../1.authentication/1.authentication.md | 3 + .../1.authentication/2.management-user.md | 57 ++++++++++++++----- docs-2.0/8.service-tuning/load-balance.md | 3 + .../parameter-reference/ex-ug-parameter.md | 3 + .../3.2create-cluster-with-helm.md | 3 + docs-2.0/reuse/source_manage-service.md | 6 +- mkdocs.yml | 38 +++++++++---- 16 files changed, 132 insertions(+), 34 deletions(-) diff --git a/docs-2.0/20.appendix/release-note.md b/docs-2.0/20.appendix/release-note.md index ed25e97d066..1454eb228c1 100644 --- a/docs-2.0/20.appendix/release-note.md +++ b/docs-2.0/20.appendix/release-note.md @@ -1,5 +1,7 @@ # Nebula Graph {{ nebula.release }} release notes +{{ ent.ent_begin }} + ## Enterprise edition ### Feature @@ -65,3 +67,5 @@ ## Legacy versions [Release notes of legacy versions](https://nebula-graph.io/posts/) + +{{ ent.ent_end }} \ No newline at end of file diff --git a/docs-2.0/3.ngql-guide/4.job-statements.md b/docs-2.0/3.ngql-guide/4.job-statements.md index b25380694dd..9ddf08faba6 100644 --- a/docs-2.0/3.ngql-guide/4.job-statements.md +++ b/docs-2.0/3.ngql-guide/4.job-statements.md @@ -6,6 +6,8 @@ The long-term tasks run by the Storage Service are called jobs, such as `COMPACT All job management commands can be executed only after selecting a graph space. +{{ ent.ent_begin }} + ## SUBMIT JOB BALANCE DATA !!! enterpriseonly @@ -31,6 +33,8 @@ nebula> SUBMIT JOB BALANCE DATA; +------------+ ``` +{{ ent.ent_end }} + nav: - About: README.md @@ -298,7 +316,7 @@ nav: - Conditional expressions: 3.ngql-guide/6.functions-and-expressions/5.conditional-expressions.md - Predicate functions: 3.ngql-guide/6.functions-and-expressions/8.predicate.md - Geography functions: 3.ngql-guide/6.functions-and-expressions/14.geo.md - - Elasticsearch functions: 3.ngql-guide/6.functions-and-expressions/17.ES-function.md +#ent - Elasticsearch functions: 3.ngql-guide/6.functions-and-expressions/17.ES-function.md - User-defined functions: 3.ngql-guide/6.functions-and-expressions/9.user-defined-functions.md - General queries statements: @@ -412,7 +430,7 @@ nav: - Deploy a Nebula Graph cluster on multiple servers: 4.deployment-and-installation/2.compile-and-install-nebula-graph/deploy-nebula-graph-cluster.md - Deploy Nebula Grpah with ecosystem tools: 4.deployment-and-installation/2.compile-and-install-nebula-graph/6.deploy-nebula-graph-with-peripherals.md - Deploy standalone Nebula Graph: 4.deployment-and-installation/standalone-deployment.md - - Deploy licenses for Nebula Graph Enterprise Edition clusters: 4.deployment-and-installation/deploy-license.md +#ent - Deploy licenses for Nebula Graph Enterprise Edition clusters: 4.deployment-and-installation/deploy-license.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 @@ -431,7 +449,7 @@ nav: - Kernel configurations: 5.configurations-and-logs/1.configurations/6.kernel-config.md - Log management: - Runtime logs: 5.configurations-and-logs/2.log-management/logs.md - - Audit logs(Enterprise): 5.configurations-and-logs/2.log-management/audit-log.md +#ent - Audit logs(Enterprise): 5.configurations-and-logs/2.log-management/audit-log.md - Monitor and metrics: - Query Nebula Graph metrics: 6.monitor-and-metrics/1.query-performance-metrics.md @@ -454,7 +472,7 @@ nav: - Synchronization & Migration: - Load balance: synchronization-and-migration/2.balance-syntax.md - - Synchronize between two clusters: synchronization-and-migration/replication-between-clusters.md +#ent - Synchronize between two clusters: synchronization-and-migration/replication-between-clusters.md - Practices: - Compaction: 8.service-tuning/compaction.md @@ -627,11 +645,11 @@ nav: - Nebula Algorithm: graph-computing/nebula-algorithm.md - - Nebula Analytics: graph-computing/nebula-analytics.md +#ent - Nebula Analytics: graph-computing/nebula-analytics.md - - Nebula Explorer workflow: graph-computing/use-explorer.md +#ent - Nebula Explorer workflow: graph-computing/use-explorer.md - - Dag Controller: graph-computing/0.deploy-controller-analytics.md +#ent - Dag Controller: graph-computing/0.deploy-controller-analytics.md - Nebula Spark Connector: nebula-spark-connector.md @@ -642,7 +660,7 @@ nav: - Appendix: - Release Note: 20.appendix/release-note.md - Learning path: 20.appendix/learning-path.md - - About Nebula Graph licenses: 20.appendix/8.about-license.md +#ent - About Nebula Graph licenses: 20.appendix/8.about-license.md - FAQ: 20.appendix/0.FAQ.md - Ecosystem tools: 20.appendix/6.eco-tool-version.md - Write tools: 20.appendix/write-tools.md