This is an automated email from the ASF dual-hosted git repository.
timbrown pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git
The following commit(s) were added to refs/heads/main by this push:
new 7621697f added Downloads link to the site homepage
7621697f is described below
commit 7621697fcc2ae65ac09f91460702010d2c701aed
Author: Sagar Lakshmipathy <[email protected]>
AuthorDate: Thu Aug 22 14:15:29 2024 -0700
added Downloads link to the site homepage
---
website/README.md | 4 ++++
website/static/index.html | 5 ++++-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/website/README.md b/website/README.md
index b7f1405c..ecea41b7 100644
--- a/website/README.md
+++ b/website/README.md
@@ -105,6 +105,10 @@ npm run serve
1. Create a `.mdx` file similar to
`website/releases/release-0.1.0-incubating.mdx`
2. Update the [downloads](releases/downloads.mdx) file to include the new
release similar to the existing releases
+## Changes to the website homepage
+1. The homepage is a `.html` file located at `website/static/index.html`
+2. If you're making changes to the page, test it locally using `python 3 -m
http.server` and visiting http://localhost:8000/ before pushing the changes.
+
## Maintainers
[Apache XTableâ„¢ (Incubating)
Community](https://incubator.apache.org/projects/xtable.html)
diff --git a/website/static/index.html b/website/static/index.html
index 90f0820b..e10d24a0 100644
--- a/website/static/index.html
+++ b/website/static/index.html
@@ -33,7 +33,9 @@
<nav role="navigation" class="nav-menu w-nav-menu">
<a href="#" class="nav-link w-nav-link">Home</a>
<a href="https://xtable.apache.org/docs/setup/" class="nav-link
w-nav-link">Docs</a>
- <a href="https://xtable.apache.org/blog" class="nav-link
w-nav-link">Blogs</a><img src="images/break.svg" loading="lazy" alt=""
class="image-10">
+ <a href="https://xtable.apache.org/blog" class="nav-link
w-nav-link">Blogs</a>
+ <a href="https://xtable.apache.org/releases/downloads" class="nav-link
w-nav-link">Downloads</a>
+ <img src="images/break.svg" loading="lazy" alt="" class="image-10">
<a href="https://github.com/apache/incubator-xtable"
class="nav-icon-link1 w-inline-block"><img src="images/Github.svg"
loading="lazy" alt=""></a>
<a href="https://www.linkedin.com/company/apache-xtable/"
class="nav-icon-link1 w-inline-block"><img src="images/linkedin.svg"
loading="lazy" alt=""></a>
<a href="https://twitter.com/apachextable" class="nav-icon-link1
w-inline-block"><img src="images/twitter.svg" loading="lazy" alt=""></a>
@@ -50,6 +52,7 @@
<a href="#" class="nav-link-copy w-nav-link">Home</a>
<a href="https://xtable.apache.org/docs/setup/" class="nav-link-copy
w-nav-link">Docs</a>
<a href="https://xtable.apache.org/blog" class="nav-link-copy
w-nav-link">Blogs</a>
+ <a href="https://xtable.apache.org/releases/downloads"
class="nav-link-copy w-nav-link">Downloads</a>
<a href="https://github.com/apache/incubator-xtable"
class="nav-link-copy w-nav-link">GitHub</a>
<a href="#" class="nav-link-copy w-nav-link">LinkedIn</a>
<a href="#" class="nav-link-copy w-nav-link">Twitter</a>