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

fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/main by this push:
     new 2843f32332 docs: Add archive for documentations older than 1.4.0 
(#10374)
2843f32332 is described below

commit 2843f3233246118cbc963c7c6612da1ec2f60b8a
Author: Manu Zhang <[email protected]>
AuthorDate: Thu May 30 16:27:11 2024 +0800

    docs: Add archive for documentations older than 1.4.0 (#10374)
    
    * Docs: Add archive for documentations older than 1.4.0
    
    * Update archive.md
---
 site/docs/archive.md | 34 ++++++++++++++++++++++++++++++++++
 site/nav.yml         |  1 +
 2 files changed, 35 insertions(+)

diff --git a/site/docs/archive.md b/site/docs/archive.md
new file mode 100644
index 0000000000..0767c0a11c
--- /dev/null
+++ b/site/docs/archive.md
@@ -0,0 +1,34 @@
+---
+title: "Archive"
+---
+<!--
+ - Licensed to the Apache Software Foundation (ASF) under one or more
+ - contributor license agreements.  See the NOTICE file distributed with
+ - this work for additional information regarding copyright ownership.
+ - The ASF licenses this file to You under the Apache License, Version 2.0
+ - (the "License"); you may not use this file except in compliance with
+ - the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing, software
+ - distributed under the License is distributed on an "AS IS" BASIS,
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ - See the License for the specific language governing permissions and
+ - limitations under the License.
+ -->
+
+Documentations of Iceberg versions older than 1.4.0 are no longer maintained. 
Here are the links to web archive.
+
+- 
[1.3.1](https://web.archive.org/web/20231210001939/https://iceberg.apache.org/docs/1.3.1/)
+- 
[1.3.0](https://web.archive.org/web/20230923205931/https://iceberg.apache.org/docs/1.3.0/)
+- 
[1.2.1](https://web.archive.org/web/20230923215523/https://iceberg.apache.org/docs/1.2.1/)
+- 
[1.2.0](https://web.archive.org/web/20230611013035/https://iceberg.apache.org/docs/1.2.0/)
+- 
[1.1.0](https://web.archive.org/web/20230611011106/https://iceberg.apache.org/docs/1.1.0/)
+- 
[1.0.0](https://web.archive.org/web/20230510171002/https://iceberg.apache.org/docs/1.0.0/)
+- 
[0.14.1](https://web.archive.org/web/20230507183526/https://iceberg.apache.org/docs/0.14.1/)
+- 
[0.14.0](https://web.archive.org/web/20230510192858/https://iceberg.apache.org/docs/0.14.0/)
+- 
[0.13.2](https://web.archive.org/web/20230508105038/https://iceberg.apache.org/docs/0.13.2/)
+- 
[0.13.1](https://web.archive.org/web/20230508052534/https://iceberg.apache.org/docs/0.13.1/)
+- 
[0.13.0](https://web.archive.org/web/20230510202955/https://iceberg.apache.org/docs/0.13.0/)
+- 
[0.12.1](https://web.archive.org/web/20230514073135/https://iceberg.apache.org/docs/0.12.1/)
diff --git a/site/nav.yml b/site/nav.yml
index 014e47b3a0..3fe17a9495 100644
--- a/site/nav.yml
+++ b/site/nav.yml
@@ -30,6 +30,7 @@ nav:
     - 1.4.2: '!include docs/docs/1.4.2/mkdocs.yml'
     - 1.4.1: '!include docs/docs/1.4.1/mkdocs.yml'
     - 1.4.0: '!include docs/docs/1.4.0/mkdocs.yml'
+    - archive: archive.md
   - Releases: releases.md
   - Blogs: blogs.md
   - Talks: talks.md

Reply via email to