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

hide ent-content in 3.6.0 #2238

Merged
merged 5 commits into from
Aug 23, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
more fixes
abby-cyber committed Aug 23, 2023
commit 0f5243672a350c79d3684dc121871cc8bc3a4790
5 changes: 3 additions & 2 deletions docs-2.0/2.quick-start/1.quick-start-workflow.md
Original file line number Diff line number Diff line change
@@ -52,9 +52,10 @@ You can quickly get started with NebulaGraph by deploying NebulaGraph with Docke
* You have started the Docker service on your host.

* If you have already deployed another version of NebulaGraph with Docker Compose on your host, to avoid compatibility issues, you need to delete the `nebula-docker-compose/data` directory.
{{ent.ent_begin}}

{{ent.ent_begin}}
* For NebulaGraph Enterprise, you must have the [license key](../9.about-license/1.license-overview.md#licensing-process) loaded in [LM](../9.about-license/2.license-management-suite/3.license-manager.md).
{{ent.ent_end}}
{{ent.ent_end}}

## Deploy NebulaGraph

7 changes: 6 additions & 1 deletion docs-2.0/20.appendix/learning-path.md
Original file line number Diff line number Diff line change
@@ -253,10 +253,15 @@ You can check if you have mastered NebulaGraph by completing the following pract
| Task | Reference |
| ------------------------------------------------------- | ------------------------------------------------------------ |
| Compile the source code of NebulaGraph | [Install NebulaGraph 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) |
| Deploy Studio, Dashboard, and Explorer | [Deploy Studio](../nebula-studio/deploy-connect/st-ug-deploy.md), [Deploy Dashboard](../nebula-dashboard/2.deploy-dashboard.md), and [Deploy Explorer](../nebula-explorer/deploy-connect/ex-ug-deploy.md) |
| Deploy Studio and Dashboard | [Deploy Studio](../nebula-studio/deploy-connect/st-ug-deploy.md), [Deploy Dashboard](../nebula-dashboard/2.deploy-dashboard.md) |
| Load test NebulaGraph with K6 | [NebulaGraph Bench](../nebula-bench.md) |
| Query LDBC data (such as queries for vertices, paths, or subgraphs.) | [LDBC](chrome-extension://gfbliohnnapiefjpjlpjnehglfpaknnc/pages/pdf_viewer.html?r=http://ldbcouncil.org/ldbc_snb_docs/ldbc-snb-specification.pdf) and [interactive-short-1.cypher](https://github.com/ldbc/ldbc_snb_interactive/blob/main/cypher/queries/interactive-short-1.cypher) |

{{ent.ent_begin}}
!!! note

[Deploy Explorer](../nebula-explorer/deploy-connect/ex-ug-deploy.md) can be used only in NebulaGraph Enterprise Edition.
{{ent.ent_end}}

## 8. Get NebulaGraph Certifications

2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -96,6 +96,8 @@ plugins:
- 20.appendix/release-notes/nebula-ent-release-note.md
- nebula-dashboard-ent/*
- nebula-explorer/*
- graph-computing/nebula-analytics.md
- graph-computing/use-explorer.md
- backup-and-restore/nebula-br-ent/*
- 6.monitor-and-metrics/3.bbox/*
- 3.ngql-guide/6.functions-and-expressions/9.user-defined-functions.md