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

codope pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 2da03247ddc [MINOR] Link tech specs (#10105)
2da03247ddc is described below

commit 2da03247ddc5ad89eeb6644ddcdb43878ba9f48c
Author: Sagar Sumit <[email protected]>
AuthorDate: Wed Nov 15 23:59:18 2023 +0530

    [MINOR] Link tech specs (#10105)
---
 website/docusaurus.config.js            | 4 ++++
 website/releases/release-1.0.0-beta1.md | 4 +++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index e43eb192d40..f9834fa3cfe 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -165,6 +165,10 @@ module.exports = {
               label: 'Tech Specs',
               href: '/tech-specs',
             },
+            {
+              label: 'Tech Specs 1.0',
+              href: '/tech-specs-1point0',
+            },
             {
               label: 'Technical Wiki',
               href: 'https://cwiki.apache.org/confluence/display/HUDI',
diff --git a/website/releases/release-1.0.0-beta1.md 
b/website/releases/release-1.0.0-beta1.md
index 10c841dcce1..5e5440d52c3 100644
--- a/website/releases/release-1.0.0-beta1.md
+++ b/website/releases/release-1.0.0-beta1.md
@@ -26,7 +26,9 @@ rolling upgrades from older versions to this release.
 
 ### Format changes
 
-[HUDI-6242](https://issues.apache.org/jira/browse/HUDI-6242) is the main epic 
covering all the format changes proposals. The following are the main changes 
in this release:
+[HUDI-6242](https://issues.apache.org/jira/browse/HUDI-6242) is the main epic 
covering all the format changes proposals,
+which are also partly covered in the [Hudi 1.0 tech 
specification](/tech-specs-1point0). The following are the main
+changes in this release:
 
 #### Timeline
 

Reply via email to