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 d06e6c22fe Docs: Add documentation pointers in README files and fix 
typos in Spark quickstart (#15350)
d06e6c22fe is described below

commit d06e6c22fecf00be81f2eb399f090fae320560a4
Author: Robin Moffatt <[email protected]>
AuthorDate: Tue Feb 17 19:33:10 2026 +0000

    Docs: Add documentation pointers in README files and fix typos in Spark 
quickstart (#15350)
---
 README.md                     |  4 ++++
 docs/README.md                | 18 ++++++++++++++++++
 site/docs/spark-quickstart.md |  4 ++--
 3 files changed, 24 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index ea967e077f..238a75e0b4 100644
--- a/README.md
+++ b/README.md
@@ -94,6 +94,10 @@ sudo setenforce Enforcing
 
 ---
 
+#### Documentation
+
+For information about building the documentation, see [here](site/README.md).
+
 ### Engine Compatibility
 
 See the [Multi-Engine 
Support](https://iceberg.apache.org/multi-engine-support/) page to know about 
Iceberg compatibility with different Spark, Flink and Hive versions.
diff --git a/docs/README.md b/docs/README.md
new file mode 100644
index 0000000000..3b7c46ade5
--- /dev/null
+++ b/docs/README.md
@@ -0,0 +1,18 @@
+<!--
+ - Licensed to the Apache Software Foundation (ASF) under one or more
+ - contributor license agreements.  See the NOTICE file distributed with
+ - this work for additional information regarding copyright ownership.
+ - The ASF licenses this file to You under the Apache License, Version 2.0
+ - (the "License"); you may not use this file except in compliance with
+ - the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing, software
+ - distributed under the License is distributed on an "AS IS" BASIS,
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ - See the License for the specific language governing permissions and
+ - limitations under the License.
+ -->
+
+For information about the documentation, please see [this 
README.md](../site/README.md)
diff --git a/site/docs/spark-quickstart.md b/site/docs/spark-quickstart.md
index 299b693678..28ac87d9c2 100644
--- a/site/docs/spark-quickstart.md
+++ b/site/docs/spark-quickstart.md
@@ -326,8 +326,8 @@ If you already have a Spark environment, you can add 
Iceberg, using the `--packa
 
 !!! note
     If you want to include Iceberg in your Spark installation, add the Iceberg 
Spark runtime to Spark's `jars` folder.
-    You can download the runtime by visiting to the [Releases](releases.md) 
page.
+    You can download the runtime from the [Releases](releases.md) page.
 
 #### Learn More
 
-Now that you're up an running with Iceberg and Spark, check out the 
[Iceberg-Spark docs](docs/latest/spark-ddl.md) to learn more!
+Now that you're up and running with Iceberg and Spark, check out the 
[Iceberg-Spark docs](docs/latest/spark-ddl.md) to learn more!

Reply via email to