This is an automated email from the ASF dual-hosted git repository. jiacai2050 pushed a commit to branch fix-ci in repository https://gitbox.apache.org/repos/asf/horaedb-docs.git
commit 71188ed8f2937c23cb6dcfbcab2bdc89f15a1e0b Author: jiacai2050 <[email protected]> AuthorDate: Wed Aug 21 10:41:32 2024 +0800 update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1205788..4a840d4 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,14 @@ > > Please read the [DISCLAIMER](DISCLAIMER) and a full explanation of > ["incubating"](https://incubator.apache.org/policy/incubation.html). -This repository stores all the source files of [HoraeDB docs website](https://apache.github.io/horaedb-docs/), the website is generated with [hugo](https://gohugo.io/) and [docsy](https://www.docsy.dev/). +This repository stores all the source files of [HoraeDB website](https://horaedb.apache.org), it's built with [hugo](https://gohugo.io/) and [docsy](https://www.docsy.dev/). **All files are written in standard markdown.** ## How to run ```bash -# Download dependencies +# Download dependencies, only need to run at the first time hugo mod get # Start a local server for preview --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
