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

add system setting #2033

Merged
merged 3 commits into from
Jul 11, 2023
Merged
Show file tree
Hide file tree
Changes from 2 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
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ Exploration of the data on a canvas is possible in 2D mode.
| Aggregation| Aggregate the edges between the vertices: Aggregate the edges between the selected vertices on the canvas.<br />Cancels aggregation of edges between vertices: Resets the aggregated edges between the selected vertices on the canvas. |
| Edit | Dismiss: Hide the selected vertices and edges on the canvas.<br />Dismiss Others: Hide the unselected vertices and edges on the canvas.<br />Undo: Undo the action in the previous step.<br />Redo: Restore the action that was previously undone. |

!!! note

It is recommended to limit the number of vertices and edges displayed on the canvas to no more than 5000 in 2D mode, otherwise, it may stuck when rendering.

For more information about the operations available in 2D mode, see [Canvas](canvas-overview.md).

### Edge aggregation description
Expand Down
25 changes: 25 additions & 0 deletions docs-2.0/nebula-explorer/system-settings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# System settings

This topic introduces the system settings of NebulaGraph Explorer, including global settings and custom settings.

## Global settings

Global settings include the language settings, beta functions, and canvas query limit.

Language settings: switch the interface language, supporting Chinese and English.

Beta functions: switch for beta features. Currently, beta features include [workflow](workflow/workflows.md) and [view schema](db-management/10.create-schema.md).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

switch on/off?

cooper-lzy marked this conversation as resolved.
Show resolved Hide resolved

Canvas query limit: the maximum number of query results for vertices and edges displayed on the canvas.

!!! note

It is recommended to limit the number of vertices and edges displayed on the canvas to no more than 5000 in 2D mode, otherwise, it may stuck when rendering.

## Custom settings

Custom settings include the product logo, login page logo, and product name settings.

Product logo: supports uploading an image as the logo on the top left corner of the main page.
Login page logo: supports uploading an image as the logo on the login page.
Product name: supports modifying the product name displayed on the login page.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,7 @@ nav:
- Cancel a running job: nebula-explorer/workflow/workflow-api/api-cancel-job.md
- Get the result data of a specified task: nebula-explorer/workflow/workflow-api/api-desc-task.md
- Inline frame: nebula-explorer/iframe.md
- System settings: nebula-explorer/system-settings.md
- Basic operations and shortcuts: nebula-explorer/ex-ug-shortcuts.md
- FAQ: nebula-explorer/faq.md

Expand Down