This is an automated email from the ASF dual-hosted git repository.

kevinjqliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/main by this push:
     new e762cd4e9e Docs: add missing pages (about, benchmarks, fileio, 
security) to site (#14481)
e762cd4e9e is described below

commit e762cd4e9eaee245d4afd002064e569fcf145e95
Author: Enes Yesil <[email protected]>
AuthorDate: Mon Nov 10 12:09:17 2025 -0500

    Docs: add missing pages (about, benchmarks, fileio, security) to site 
(#14481)
    
    
    ---------
    
    Co-authored-by: Kevin Liu <[email protected]>
---
 {site => docs}/docs/fileio.md | 0
 docs/mkdocs.yml               | 1 +
 site/mkdocs-dev.yml           | 2 ++
 site/nav.yml                  | 3 +++
 4 files changed, 6 insertions(+)

diff --git a/site/docs/fileio.md b/docs/docs/fileio.md
similarity index 100%
rename from site/docs/fileio.md
rename to docs/docs/fileio.md
diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml
index bf3e3fdcff..13b1879092 100644
--- a/docs/mkdocs.yml
+++ b/docs/mkdocs.yml
@@ -38,6 +38,7 @@ nav:
   - API:
     - Quickstart: java-api-quickstart.md
     - API: api.md
+    - File I/O: fileio.md
     - Javadoc: ../../javadoc/latest/
   - Integrations:
     - Apache Spark:
diff --git a/site/mkdocs-dev.yml b/site/mkdocs-dev.yml
index 5466094de4..ce02dd9935 100644
--- a/site/mkdocs-dev.yml
+++ b/site/mkdocs-dev.yml
@@ -76,6 +76,8 @@ nav:
   - Project:
     - Contributing: contribute.md
     - Multi-engine support: multi-engine-support.md
+    - Benchmarks: benchmarks.md
+    - Security: security.md
     - How to release: how-to-release.md
     - ASF:
       - Sponsorship: https://www.apache.org/foundation/sponsorship.html
diff --git a/site/nav.yml b/site/nav.yml
index 07258150ac..df8073e55c 100644
--- a/site/nav.yml
+++ b/site/nav.yml
@@ -90,6 +90,8 @@ nav:
   - Project:
     - Contributing: contribute.md
     - Multi-engine support: multi-engine-support.md
+    - Benchmarks: benchmarks.md
+    - Security: security.md
     - How to release: how-to-release.md
     - ASF:
       - Sponsorship: https://www.apache.org/foundation/sponsorship.html
@@ -102,6 +104,7 @@ nav:
     - Community: community.md
     - Talks: talks.md
     - Vendors: vendors.md
+  
   - Specification:
     - Terms: terms.md
     - REST Catalog Spec: rest-catalog-spec.md

Reply via email to