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 2bbafc8 Minor: Delete unecessary and confusing _index.html file (#127)
2bbafc8 is described below
commit 2bbafc8321fdc7ee606da5b61944850feb748942
Author: Andrew Lamb <[email protected]>
AuthorDate: Tue Nov 4 14:14:19 2025 -0500
Minor: Delete unecessary and confusing _index.html file (#127)
---
content/en/_index.html | 37 -------------------------------------
1 file changed, 37 deletions(-)
diff --git a/content/en/_index.html b/content/en/_index.html
deleted file mode 100644
index f32ec16..0000000
--- a/content/en/_index.html
+++ /dev/null
@@ -1,37 +0,0 @@
-+++
-title = "Apache Parquet"
-linkTitle = "Parquet"
-
-+++
-
-{{< blocks/cover title="Apache Parquet" image_anchor="top" height="full"
color="blue" >}}
-<div class="mx-auto">
- <a class="btn btn-lg btn-primary mr-3 mb-4" href="{{< relref "/docs"
>}}">
- Documentation <i class="fas fa-arrow-alt-circle-right ml-2"></i>
- </a>
- <a class="btn btn-lg btn-secondary mr-3 mb-4" href="{{< relref "/blog"
>}}">
- Download <i class="fas fa-download ml-2 "></i>
- </a>
- <p class="lead mt-5">Apache Parquet is an open source, column-oriented
data file format designed for efficient data storage and retrieval. It provides
efficient data compression and encoding schemes with enhanced performance to
handle complex data in bulk. Parquet is available in multiple languages
including Java, C++, Python, etc...</p>
- {{< blocks/link-down color="info" >}}
-</div>
-{{< /blocks/cover >}}
-
-
-{{< blocks/section color="white" >}}
-{{% blocks/feature icon="fab fa-jira" title="Parquet Specification"
url="https://github.com/apache/parquet-format" %}}
-Browse the Parquet Specification
-{{% /blocks/feature %}}
-
-
-{{% blocks/feature icon="fab fa-github" title="Contributions welcome!"
url="https://github.com/apache/parquet-java" %}}
-We do a [Pull Request](https://github.com/apache/parquet-java/pulls)
contributions workflow on **GitHub**. New users are always welcome!
-{{% /blocks/feature %}}
-
-
-{{% blocks/feature icon="fab fa-twitter" title="Follow us on Twitter!"
url="https://twitter.com/ApacheParquet" %}}
-For announcement of latest features etc.
-{{% /blocks/feature %}}
-
-
-{{< /blocks/section >}}