This is an automated email from the ASF dual-hosted git repository.
jojochuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-site.git
The following commit(s) were added to refs/heads/master by this push:
new c7ed27379 HDDS-15226. [Docs] Link to Code Wiki under Developer Guide.
(#433)
c7ed27379 is described below
commit c7ed273794be48578b1257376ff517fd433980fd
Author: Chi-Hsuan Huang <[email protected]>
AuthorDate: Wed May 20 12:33:57 2026 +0800
HDDS-15226. [Docs] Link to Code Wiki under Developer Guide. (#433)
---
docs/08-developer-guide/04-project/03-javadoc.md | 23 ++++++++++++++++++-----
1 file changed, 18 insertions(+), 5 deletions(-)
diff --git a/docs/08-developer-guide/04-project/03-javadoc.md
b/docs/08-developer-guide/04-project/03-javadoc.md
index 3566fd416..f35342e02 100644
--- a/docs/08-developer-guide/04-project/03-javadoc.md
+++ b/docs/08-developer-guide/04-project/03-javadoc.md
@@ -1,13 +1,26 @@
---
-sidebar_label: JavaDoc
+sidebar_label: Code References
---
-# Ozone JavaDoc API
+# Ozone Code References
-You can find the latest Ozone JavaDoc at the following URL:
+This page lists references that help you read and navigate the Apache
+Ozone source code.
-[Ozone JavaDoc API](https://javadoc.io/doc/org.apache.ozone)
+## JavaDoc
+
+The latest Ozone JavaDoc is published at
+[javadoc.io](https://javadoc.io/doc/org.apache.ozone).
:::note
-The Javadoc is available for version 2.1.0 and later.
+The JavaDoc is available for version 2.1.0 and later.
:::
+
+## Code Wiki
+
+[Code Wiki](https://codewiki.google/github.com/apache/ozone) is an
+independent, AI-generated reference for the `apache/ozone` source tree,
+not produced by the Apache Ozone project. It provides summaries of
+packages and classes that can complement the JavaDoc when exploring
+unfamiliar parts of the codebase; always confirm important details
+against the source code.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]