This is an automated email from the ASF dual-hosted git repository.
yangjiaqi pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-hugegraph-toolchain.git
The following commit(s) were added to refs/heads/master by this push:
new 0410953b doc(hubble): enhance the README file (#613)
0410953b is described below
commit 0410953b8b219eb3ce6ad6bb6ecabcf8a0e935af
Author: rubia0022 <[email protected]>
AuthorDate: Thu Aug 1 10:39:40 2024 +0800
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 5b23c34a..c9392f5e 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.