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

vinish 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 1b5f7449 [Squash] Remove downloads page from website
1b5f7449 is described below

commit 1b5f74494c5a02cecc1c14688d8dfa6bf21107c5
Author: Vinish Reddy <[email protected]>
AuthorDate: Wed Sep 11 09:37:03 2024 +0530

    [Squash] Remove downloads page from website
---
 website/README.md                             | 30 ------------------------
 website/docusaurus.config.js                  | 13 -----------
 website/releases/downloads.mdx                | 14 ------------
 website/releases/release-0.1.0-incubating.mdx | 33 ---------------------------
 website/static/index.html                     |  5 +---
 5 files changed, 1 insertion(+), 94 deletions(-)

diff --git a/website/README.md b/website/README.md
index ecea41b7..0ec5132c 100644
--- a/website/README.md
+++ b/website/README.md
@@ -60,27 +60,6 @@ npm run serve
 > [!NOTE]  
 > If you make changes to the contents inside `docs` directory, you can verify 
 > the changes locally by visiting https://localhost:3000/docs/setup after 
 > running `npm run serve`. 
 
-## Creating new pages with navbar access
-1. Create a new folder i.e. `releases` inside the `website` directory
-2. Create a new file i.e. `downloads.mdx` inside the `releases` directory
-3. Add necessary content to the markdown file
-4. Include the reference to the new folder in the `docusaurus.config.js` file 
as follows:
-* Add the new folder to the `plugins` array under `config` key, like
-```javascript
-      [
-        '@docusaurus/plugin-content-docs',
-        {
-          id: 'releases',
-          path: 'releases',
-          routeBasePath: 'releases',
-        },
-      ]
-```
-* Add the new folder to the `items` array under `navbar` key, like
-```javascript
-      {to: 'releases/downloads', label: 'Downloads', position: 'left'}
-```
-
 ## Docs
 ### Creating new docs
 1. Place the new file into the `docs` folder.
@@ -100,15 +79,6 @@ npm run serve
 > [!NOTE]  
 > You may see broken thumbnails for the blogs during `npm start` or `npm 
 > serve` because the images needs to be rendered from the main repo. This can 
 > only be tested after being merged to the main branch.
 
-## Releases
-### Adding new release
-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/docusaurus.config.js b/website/docusaurus.config.js
index da137ad1..aa9cd2cf 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -23,18 +23,6 @@ const config = {
     locales: ['en'],
   },
 
-  // add new pages here
-    plugins: [
-      [
-        '@docusaurus/plugin-content-docs',
-        {
-          id: 'releases',
-          path: 'releases',
-          routeBasePath: 'releases',
-        },
-      ],
-    ],
-
   presets: [
     [
       'classic',
@@ -77,7 +65,6 @@ const config = {
             position: 'right',
           },
           {to: 'blog', label: 'Blogs', position: 'left'},
-          {to: 'releases/downloads', label: 'Downloads', position: 'left'},
         ],
       },
       prism: {
diff --git a/website/releases/downloads.mdx b/website/releases/downloads.mdx
deleted file mode 100644
index d73cd07c..00000000
--- a/website/releases/downloads.mdx
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: Downloads
-sidebar_position: 1
----
-
-Apache XTable™ (incubating) releases are available under the Apache License, 
Version 2.0. See the NOTICE file contained in each release artifact for 
applicable copyright attribution notices.
-
-To ensure that you have downloaded the true release, you should 
[verify](https://www.apache.org/info/verification.html) the integrity of the 
files using the signatures and checksums available in this page. All releases 
are signed using the [Apache XTable KEYS 
file](https://downloads.apache.org/incubator/xtable/KEYS).
-
-### Release 0.1.0-incubating
-* Source Release: [Apache XTable 0.1.0-incubating Source 
Release](https://www.apache.org/dyn/closer.lua/incubator/xtable/0.1.0-incubating/apache-xtable-0.1.0-incubating.src.tgz)
 
([asc](https://downloads.apache.org/incubator/xtable/0.1.0-incubating/apache-xtable-0.1.0-incubating.src.tgz.asc),
 
[sha512](https://downloads.apache.org/incubator/xtable/0.1.0-incubating/apache-xtable-0.1.0-incubating.src.tgz.sha512))
-* Release Notes: [Release Notes 0.1.0-incubating](release-0.1.0-incubating.mdx)
-* Maven Search: [Apache XTable 
0.1.0-incubating](https://central.sonatype.com/search?q=g:org.apache.xtable%20v:0.1.0-incubating&smo=true)
-
diff --git a/website/releases/release-0.1.0-incubating.mdx 
b/website/releases/release-0.1.0-incubating.mdx
deleted file mode 100644
index 1e72f03c..00000000
--- a/website/releases/release-0.1.0-incubating.mdx
+++ /dev/null
@@ -1,33 +0,0 @@
----
-title: "Release 0.1.0-incubating"
-sidebar_position: 1
----
-
-## [Release 
0.1.0-incubating](https://github.com/apache/incubator-xtable/releases/tag/0.1.0-incubating)
 ([docs](https://xtable.apache.org/docs/how-to))
-This is the first official Apache release for Apache XTable (Incubating), an 
incubating project under the Apache Software Foundation.
-Apache XTable™ (Incubating) facilitates omni-directional interoperability 
across data processing systems and query engines by allowing users to convert 
between open table formats without the need to rewrite any data files.
-Currently, Apache XTable™ (Incubating) supports the open-source table formats 
for Apache Hudi, Apache Iceberg, and Delta Lake.
-
-## Features
-Apache XTable™ (Incubating) provides users with the ability to translate 
metadata from one table format to another.
-
-Apache XTable™ (Incubating) provides two sync modes, "incremental" and "full." 
The incremental mode is more lightweight and has better performance, especially 
on large tables. If there is anything that prevents the incremental mode from 
working properly, the tool will fall back to the full sync mode.
-
-This sync provides users with the following:
-
-1. Syncing of data files along with their column level statistics and 
partition metadata
-2. Schema updates in the source are reflected in the target table metadata
-3. Metadata maintenance for the target table formats.
-   * For Hudi, unreferenced files will be marked as 
[cleaned](https://hudi.apache.org/docs/hoodie_cleaner/) to control the size of 
the metadata table.
-   * For Iceberg, snapshots will be 
[expired](https://iceberg.apache.org/docs/latest/maintenance/#expire-snapshots) 
after a configured amount of time.
-   * For Delta, the transaction log will be 
[retained](https://docs.databricks.com/en/sql/language-manual/delta-vacuum.html)
 for a configured amount of time.
-
-
-## Improvements
-1. Added apache release guide and infra components to be compliant with ASF 
release process.
-2. Fix bugs related to dependency conflicts, few edge cases related to column 
stats etc.
-3. Improved README, docker demo and website docs based on feedback provided by 
users.
-4. Refactored the codebase to follow apache naming practices.
-
-## GH Release Notes
-https://github.com/apache/incubator-xtable/releases/tag/0.1.0-incubating
\ No newline at end of file
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