This is an automated email from the ASF dual-hosted git repository.

vinish pushed a commit to branch removeDownloads
in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git

commit 4b12aec1104dc75c12251aa939d0c3655cc6bd06
Author: Vinish Reddy <[email protected]>
AuthorDate: Wed Sep 11 09:23:33 2024 +0530

    Revert "added Downloads link to the site homepage"
    
    This reverts commit 7621697fcc2ae65ac09f91460702010d2c701aed.
---
 website/README.md         | 4 ----
 website/static/index.html | 5 +----
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/website/README.md b/website/README.md
index ecea41b7..b7f1405c 100644
--- a/website/README.md
+++ b/website/README.md
@@ -105,10 +105,6 @@ 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 e10d24a0..90f0820b 100644
--- a/website/static/index.html
+++ b/website/static/index.html
@@ -33,9 +33,7 @@
       <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>
-        <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://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://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>
@@ -52,7 +50,6 @@
         <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>

Reply via email to