Skip to content

Commit

Permalink
Site: Cleanup / follow-up (#334)
Browse files Browse the repository at this point in the history
* Site: Remove unused files
* Move images to a single directory
* Fix favicons
* Nit: remove comment
* Site-workflow: copy .asf.yaml
  • Loading branch information
snazy authored Oct 2, 2024
1 parent 012bdcc commit 416e749
Show file tree
Hide file tree
Showing 16 changed files with 35 additions and 6,780 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ jobs:
- name: Build Apache Site
run: site/bin/create-static-site.sh

# TODO Do we want to deploy from 'asf-site' in the 'polaris-site' repo or in the 'polaris' repo?
# The former requires a secret
- name: Copy .asf.yaml
run: sudo cp .asf.yaml site/build/apache-site/

- name: Deploy Static Site to GitHub
if: github.event_name == 'push' && github.repository == 'apache/polaris'
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
Expand Down
4 changes: 2 additions & 2 deletions site/content/_index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cascade:
Apache Polaris is an open-source, fully-featured catalog for Apache Iceberg™. It implements Iceberg's REST API, enabling seamless multi-engine interoperability across a wide range of platforms, including Apache Doris™, Apache Flink®, Apache Spark™, StarRocks, and Trino.
{{< /blocks/cover >}}

image::images/Polaris-Catalog-BLOG-symmetrical-subhead.png[Polaris Catalog]
image::img/Polaris-Catalog-BLOG-symmetrical-subhead.png[Polaris Catalog]

{{< blocks/section color="dark" type="row" >}}
{{% blocks/feature icon="fa-lightbulb" title="Join the community!" url="https://polaris-catalog.zulipchat.com/" url_text="Chat with us" %}}
Expand All @@ -42,7 +42,7 @@ For announcement and discussions about the project.

{{< blocks/section color="dark" >}}
<p>
<a href="https://incubator.apache.org/"><img src="images/apache-incubator.svg" width="200em"></a>
<a href="https://incubator.apache.org/"><img src="img/apache-incubator.svg" width="200em"></a>
</p>
<p>
Apache Polaris™ is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
Expand Down
Loading

0 comments on commit 416e749

Please sign in to comment.