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 bf3e3fdcff49..13b187909208 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 5466094de4d9..ce02dd99357a 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 07258150acf0..df8073e55cca 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