This is an automated email from the ASF dual-hosted git repository. jiacai2050 pushed a commit to branch chore-notice in repository https://gitbox.apache.org/repos/asf/incubator-horaedb-docs.git
commit 5e5d8d6d984c93f90c5ea07ab413e699b5694f9d Author: jiacai2050 <[email protected]> AuthorDate: Thu May 16 21:12:03 2024 +0800 chore: add disclaimer --- .asf.yaml | 2 +- DISCLAIMER | 10 ++++++++++ README-CN.md | 12 ------------ README.md | 10 +++------- 4 files changed, 14 insertions(+), 20 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 9f5ac6e..d6fb58c 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -18,7 +18,7 @@ # For more information, see https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features. github: - description: HoraeDB Website. + description: Apache HoraeDB (incubating) Website. homepage: https://horaedb.apache.org/ labels: - rust diff --git a/DISCLAIMER b/DISCLAIMER new file mode 100644 index 0000000..16caaa4 --- /dev/null +++ b/DISCLAIMER @@ -0,0 +1,10 @@ +Apache HoraeDB (incubating) is an effort undergoing incubation at the Apache +Software Foundation (ASF), sponsored by the Apache Incubator PMC. + +Incubation is required of all newly accepted projects until a further review +indicates that the infrastructure, communications, and decision making process +have stabilized in a manner consistent with other successful ASF projects. + +While incubation status is not necessarily a reflection of the completeness +or stability of the code, it does indicate that the project has yet to be +fully endorsed by the ASF. \ No newline at end of file diff --git a/README-CN.md b/README-CN.md deleted file mode 100644 index 9d9fcef..0000000 --- a/README-CN.md +++ /dev/null @@ -1,12 +0,0 @@ -## HoraeDB 文档 - -欢迎来到 HoraeDB 文档仓库! -这个仓库存放的是[HoraeDB 文档网站](https://apache.github.io/incubator-horaedb-docs/)的源文件,文档网站使用 mdbook 工具生成。 -本仓库的所有文件均使用标准 markdown 语法编写。 - -## Contributing - -欢迎大家加入到 HoraeDB 文档建设中,一起把文档做的更好更全。如果你遇到了 HoraeDB 的文档问题,可随时 - -- 提 [issue](https://github.com/apache/incubator-horaedb-docs/issues) 来反馈,或者 -- 直接提交 [Pull Request](https://github.com/apache/incubator-horaedb-docs/pulls) 来进行修改。 diff --git a/README.md b/README.md index 6264497..fa67dab 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -## HoraeDB Documentation - -Welcome to HoraeDB documentation! +## Apache HoraeDB (incubating) Website This repository stores all the source files of [HoraeDB docs website](https://apache.github.io/incubator-horaedb-docs/), the website is generated with [mdbook](https://rust-lang.github.io/mdBook/). @@ -8,9 +6,7 @@ This repository stores all the source files of [HoraeDB docs website](https://ap ## Contributing -We very much welcome any contributions from the community to make HoraeDB documentation better. - -You can +Welcome any contributions from the community. You can - Open an [issue](https://github.com/apache/incubator-horaedb-docs/issues) with any suggestions, or -- Submit a [pull request](https://github.com/apache/incubator-horaedb-docs/pulls) to fix errors. +- Submit a [pull request](https://github.com/apache/incubator-horaedb-docs/pulls) to fix errors/typos. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
