From a94bcc796fe6543fb01db4869d607d568cab783e Mon Sep 17 00:00:00 2001 From: niuqian1 Date: Sat, 29 Jun 2024 13:35:07 +0800 Subject: [PATCH 1/2] fix readme.txt --- hugegraph-hubble/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hugegraph-hubble/README.md b/hugegraph-hubble/README.md index 5b23c34ab..cac99d840 100644 --- a/hugegraph-hubble/README.md +++ b/hugegraph-hubble/README.md @@ -106,3 +106,10 @@ 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. From e1e4b9d75c24fc6abcbd7d5888af6e0d39bdbde1 Mon Sep 17 00:00:00 2001 From: imbajin Date: Wed, 31 Jul 2024 16:55:42 +0800 Subject: [PATCH 2/2] Update hugegraph-hubble/README.md --- hugegraph-hubble/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/hugegraph-hubble/README.md b/hugegraph-hubble/README.md index cac99d840..c9392f5e3 100644 --- a/hugegraph-hubble/README.md +++ b/hugegraph-hubble/README.md @@ -108,6 +108,7 @@ Then we should follow the [hubble workflow doc](https://hugegraph.apache.org/doc 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.