From 0410953b8b219eb3ce6ad6bb6ecabcf8a0e935af Mon Sep 17 00:00:00 2001 From: rubia0022 <146309358+rubia0022@users.noreply.github.com> Date: Thu, 1 Aug 2024 10:39:40 +0800 Subject: [PATCH] doc(hubble): enhance the README file (#613) * Update hugegraph-hubble/README.md --- hugegraph-hubble/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hugegraph-hubble/README.md b/hugegraph-hubble/README.md index 5b23c34ab..c9392f5e3 100644 --- a/hugegraph-hubble/README.md +++ b/hugegraph-hubble/README.md @@ -106,3 +106,11 @@ Then we should follow the [hubble workflow doc](https://hugegraph.apache.org/doc ## License hugegraph-hubble is licensed under Apache 2.0 License. + +## Notice + +The `hubble-fe` folder contains the frontend code, including all related source code for the frontend. + +The `hubble-be` folder contains the backend code, including all related source code for the backend. + +The `hubble-dist` folder contains files that can be directly used for deployment, generated after compiling and packaging both the frontend and backend code.