This is an automated email from the ASF dual-hosted git repository.
HTHou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 621f9868a62 [DOC] Point the contributing documents section to
apache/iotdb-docs (#18542)
621f9868a62 is described below
commit 621f9868a6214db039559d8bf4e3eee9aa4d213e
Author: Zhu yizhang <[email protected]>
AuthorDate: Sun Aug 30 13:58:46 2026 +0800
[DOC] Point the contributing documents section to apache/iotdb-docs (#18542)
Signed-off-by: Zhu yizhang <[email protected]>
---
CONTRIBUTING.md | 22 +++++++++-------------
1 file changed, 9 insertions(+), 13 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index dfd0a71faef..7a5191cad6e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -61,21 +61,17 @@ You can choose issue types: bug, improvement, new feature,
etc. New issues will
## Contributing documents
-The content of all IoTDB official websites is in the docs of the project root
directory:
+The content of all IoTDB official websites lives in a separate repository,
+[apache/iotdb-docs](https://github.com/apache/iotdb-docs), under its `src`
directory:
-* docs/SystemDesign: System Design Document-English Version
-* docs/zh/SystemDesign: System Design Document-Chinese Version
-* docs/UserGuide: User Guide English Version
-* docs/zh/UserGuide: User Guide Chinese Version
-* docs/Community: community English Version
-* docs/zh/Community: community Chinese Version
-* docs/Development: Development Guide English Version
-* docs/zh/Development: Development Guide Chinese Version
+* src/UserGuide: User Guide English Version
+* src/zh/UserGuide: User Guide Chinese Version
+* src/Community: community English Version
+* src/zh/Community: community Chinese Version
+* src/Development: Development Guide English Version
-Correspondence between versions and branches on the official website:
-
-* In progress -> master
-* major_version.x -> rel/major_version (eg 0.9.x -> rel/0.9)
+Documentation versions are organised as directories rather than branches, for
example
+`src/UserGuide/V1.3.x`, `src/UserGuide/latest` and `src/UserGuide/Master`.
Precautions: