This is an automated email from the ASF dual-hosted git repository.
yihua 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 0efe5e8dcd3d docs: Minor restructure of notebooks page (#18934)
0efe5e8dcd3d is described below
commit 0efe5e8dcd3df729659c1fae3b22e663e6d17d8e
Author: Bhavani Sudha Saktheeswaran <[email protected]>
AuthorDate: Mon Jun 8 01:20:33 2026 -0700
docs: Minor restructure of notebooks page (#18934)
---
website/docs/quick-start-guide.md | 5 +++++
website/sidebars.js | 1 -
website/versioned_docs/version-1.2.0/quick-start-guide.md | 4 ++++
website/versioned_sidebars/version-1.2.0-sidebars.json | 1 -
4 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/website/docs/quick-start-guide.md
b/website/docs/quick-start-guide.md
index 68c0cf8f33bf..389250a169d6 100644
--- a/website/docs/quick-start-guide.md
+++ b/website/docs/quick-start-guide.md
@@ -1277,3 +1277,8 @@ to get your transactional data lakes up and running
quickly, across a variety qu
We have put together a [demo
video](https://www.youtube.com/watch?v=VhNgUsxdrD0) that showcases all of this
on a docker based setup with all
dependent systems running locally. We recommend you replicate the same setup
and run the demo yourself, by following
steps [here](docker_demo.md) to get a taste for it.
+
+
+### Interactive Notebooks
+Alternatively, you can also bring up the required services locally using
Docker via the interactive notebooks setup. Unlike the full Dockerized Demo
setup above, this is a much more lightweight environment designed specifically
for quick, hands-on experimentation. It provisions only the essential local
components—including Spark, Hive, and a local S3-compatible store—bundled
seamlessly via Docker Compose. All you need is a cloned copy of the Hudi
repository and Docker installed on your s [...]
+Please refer to the [Notebooks](notebooks.md) page for step-by-step setup
instructions and more details.
\ No newline at end of file
diff --git a/website/sidebars.js b/website/sidebars.js
index 36cffe3aead2..8fb00c78775e 100644
--- a/website/sidebars.js
+++ b/website/sidebars.js
@@ -18,7 +18,6 @@ module.exports = {
'python-rust-quick-start-guide',
'unstructured-data-quick-start-guide',
'docker_demo',
- "notebooks",
'use_cases',
],
},
diff --git a/website/versioned_docs/version-1.2.0/quick-start-guide.md
b/website/versioned_docs/version-1.2.0/quick-start-guide.md
index 68c0cf8f33bf..acc6f3d55704 100644
--- a/website/versioned_docs/version-1.2.0/quick-start-guide.md
+++ b/website/versioned_docs/version-1.2.0/quick-start-guide.md
@@ -1277,3 +1277,7 @@ to get your transactional data lakes up and running
quickly, across a variety qu
We have put together a [demo
video](https://www.youtube.com/watch?v=VhNgUsxdrD0) that showcases all of this
on a docker based setup with all
dependent systems running locally. We recommend you replicate the same setup
and run the demo yourself, by following
steps [here](docker_demo.md) to get a taste for it.
+
+### Interactive Notebooks
+Alternatively, you can also bring up the required services locally using
Docker via the interactive notebooks setup. Unlike the full Dockerized Demo
setup above, this is a much more lightweight environment designed specifically
for quick, hands-on experimentation. It provisions only the essential local
components—including Spark, Hive, and a local S3-compatible store—bundled
seamlessly via Docker Compose. All you need is a cloned copy of the Hudi
repository and Docker installed on your s [...]
+Please refer to the [Notebooks](notebooks.md) page for step-by-step setup
instructions and more details.
\ No newline at end of file
diff --git a/website/versioned_sidebars/version-1.2.0-sidebars.json
b/website/versioned_sidebars/version-1.2.0-sidebars.json
index 283d1aa54299..edad57efa315 100644
--- a/website/versioned_sidebars/version-1.2.0-sidebars.json
+++ b/website/versioned_sidebars/version-1.2.0-sidebars.json
@@ -11,7 +11,6 @@
"python-rust-quick-start-guide",
"unstructured-data-quick-start-guide",
"docker_demo",
- "notebooks",
"use_cases"
]
},