This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch production
in repository https://gitbox.apache.org/repos/asf/parquet-site.git
The following commit(s) were added to refs/heads/production by this push:
new 40aa75d Minor: Update the introductory wording (#136)
40aa75d is described below
commit 40aa75d824418c7b93ae47df4bb303ae1950761a
Author: Andrew Lamb <[email protected]>
AuthorDate: Fri Nov 14 10:12:46 2025 -0500
Minor: Update the introductory wording (#136)
---
README.md | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index ad89cbb..2c0ed9c 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,10 @@
# Parquet Website
-This website is built / powered by [Hugo](https://gohugo.io/), and extended
from the [Docsy Theme](https://www.docsy.dev/).
+This repository contains the source code for https://parquet.apache.org/
-The following steps assume that you have `hugo` installed and working.
+This website is built / powered by [Hugo](https://gohugo.io/) with the [Docsy
Theme](https://www.docsy.dev/).
+
+The following steps assume that you have `hugo` installed and working.
You can also use docker, see the [Docker section](#docker) for more
information.
## Building and Running Locally