From 7621697fcc2ae65ac09f91460702010d2c701aed Mon Sep 17 00:00:00 2001 From: Sagar Lakshmipathy <18vidhyasagar@gmail.com> Date: Thu, 22 Aug 2024 14:15:29 -0700 Subject: [PATCH] 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 @@