From a98554885fa017447e37f985f8cda48e80bad7e1 Mon Sep 17 00:00:00 2001 From: "abby.huang" <78209557+abby-cyber@users.noreply.github.com> Date: Fri, 26 May 2023 16:56:48 +0800 Subject: [PATCH] tag-license-to-ent-only (#2097) * tag-license-to-ent-only * add opts --- .../9.about-license/1.license-overview.md | 4 ++++ .../2.license-center.md | 19 ++++++++++++++++--- .../3.license-manager.md | 2 +- mkdocs.yml | 6 +++--- 4 files changed, 24 insertions(+), 7 deletions(-) diff --git a/docs-2.0/9.about-license/1.license-overview.md b/docs-2.0/9.about-license/1.license-overview.md index b86fd782b51..c1802da6632 100644 --- a/docs-2.0/9.about-license/1.license-overview.md +++ b/docs-2.0/9.about-license/1.license-overview.md @@ -1,5 +1,9 @@ # About NebulaGraph licenses +!!! enterpriseonly + + NebulaGraph licenses applies only to the NebulaGraph Enterprise Edition. + ## What NebulaGraph licenses do NebulaGraph licenses are the legal permissions granted by Vesoft Co., Ltd., allowing you to utilize the capabilities of a NebulaGraph Enterprise Edition database and its associated software. You can buy a NebulaGraph license on a cloud marketplace or by contacting Vesoft's sales team. Currently, the only cloud marketplace available is the AWS Marketplace. You can purchase a NebulaGraph license from [NebulaGraph Enterprise (by Node)](https://aws.amazon.com/marketplace/pp/prodview-kvpxjh5b4dfno) on the AWS Marketplace. diff --git a/docs-2.0/9.about-license/2.license-management-suite/2.license-center.md b/docs-2.0/9.about-license/2.license-management-suite/2.license-center.md index 057e86c1972..07a47019602 100644 --- a/docs-2.0/9.about-license/2.license-management-suite/2.license-center.md +++ b/docs-2.0/9.about-license/2.license-management-suite/2.license-center.md @@ -8,7 +8,7 @@ This article introduces the setup, homepage, license details page of LC, and how ## Preparations -[You have purchased a Vesoft license](../3.purchase-license.md) +[You have purchased a NebulaGraph license](../3.purchase-license.md) ## Set up an LC account @@ -56,10 +56,23 @@ In the **Purchased Resources** section, you can view the purchased query and sto A license key is an encrypted string containing authorization information and serves as the unique credential for you to obtain access to the NebulaGraph Enterprise Edition database and its associated software features. There are two forms of License keys: online license keys and offline license keys. - Online license keys - When binding your LMID, select the **Online** mode to generate an online license key. After you enter the key into the LM service, the LM can retrieve the latest license information regularly". + + An online license allows you to obtain the latest license information from LC. + + When binding your LMID, select the **Online** mode to generate an online license key. After you enter the online key into the LM service, the LM can retrieve the latest license information regularly. - Offline license keys - When binding your LMID, select the **Offline** mode to generate an offline license key. Compared to an online license key, after you enter an offline license key into your LM, the LM service stores fixed license information. If the license information is updated, a new offline license key must be obtained. + + Compared to an online license key, an offline license key contains fixed license information. If the license information is updated, a new offline license key must be obtained. + + When binding your LMID, select the **Offline** mode to generate an offline license key. After you enter the offline license key into your LM, the LM service stores fixed license information. + +!!! note + + You can choose a license key type based on your LM accessibility. + + - If your LM is accessible from the internet, you can select either **Online** or **Offline** mode. The **Online** mode is recommended, as it generates an online license key. + - If your LM is not accessible from the internet, then **Offline** mode is the only option available for generating an offline license key, as it can't reach out to the license server to validate the key itself. For information about how to bind the ID of your LM, see the following section **Bind LMID**. diff --git a/docs-2.0/9.about-license/2.license-management-suite/3.license-manager.md b/docs-2.0/9.about-license/2.license-management-suite/3.license-manager.md index 02e2126f752..f1f27fa01f3 100644 --- a/docs-2.0/9.about-license/2.license-management-suite/3.license-manager.md +++ b/docs-2.0/9.about-license/2.license-management-suite/3.license-manager.md @@ -6,7 +6,7 @@ This article introduces how to deploy and use an LM service, as well as how to c ## Preparations -- [You have purchased a Vesoft license](../3.purchase-license.md). +- [You have purchased a NebulaGraph license](../3.purchase-license.md). - You have obtained the desired LM installation package. !!! note diff --git a/mkdocs.yml b/mkdocs.yml index 39058a611e3..2ab66f64198 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -284,8 +284,8 @@ nav: - Meta Service: 1.introduction/3.nebula-graph-architecture/2.meta-service.md - Graph Service: 1.introduction/3.nebula-graph-architecture/3.graph-service.md - Storage Service: 1.introduction/3.nebula-graph-architecture/4.storage-service.md - # nav.ent.begin - - About Vesoft licenses: + #ent + - About NebulaGraph licenses: - License overview: 9.about-license/1.license-overview.md - License management suites: - Suite overview: 9.about-license/2.license-management-suite/1.suite-overview.md @@ -294,7 +294,7 @@ nav: - Purchase licenses: 9.about-license/3.purchase-license.md - Generate and load a license key: 9.about-license/4.generate-and-load-license-key.md - Manage licenses: 9.about-license/5.manage-license.md - # nav.ent.end + #ent - Quick start: - Getting started with NebulaGraph: 2.quick-start/1.quick-start-workflow.md - Step 1 Install NebulaGraph: 2.quick-start/2.install-nebula-graph.md