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 90d1c90b6e Docs: Fix hidden-partition-animation not showing (#9686)
90d1c90b6e is described below

commit 90d1c90b6e6f26fdfe7c0c6c09a1ecb2fc2b3f2a
Author: Muna Bedan <[email protected]>
AuthorDate: Thu Feb 8 17:47:53 2024 +0300

    Docs: Fix hidden-partition-animation not showing (#9686)
---
 site/docs/assets/lottie/hidden-partitioning-animation.json | 1 +
 site/overrides/home.html                                   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/site/docs/assets/lottie/hidden-partitioning-animation.json 
b/site/docs/assets/lottie/hidden-partitioning-animation.json
new file mode 100644
index 0000000000..0689a8f0b9
--- /dev/null
+++ b/site/docs/assets/lottie/hidden-partitioning-animation.json
@@ -0,0 +1 @@
+{"v":"5.5.7","meta":{"g":"LottieFiles AE 0.1.20","a":"Blockcities","k":"block, 
shares, fractional","d":"Fractionalized 
Block","tc":"#000000"},"fr":30,"ip":0,"op":600,"w":2500,"h":2160,"nm":"TechnoCub","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"04","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[386,125.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[25,25,100],"ix":6}},"ao":0,"ef":[{"ty":21,"nm":"Fill
 2","np":9, [...]
\ No newline at end of file
diff --git a/site/overrides/home.html b/site/overrides/home.html
index 5ab9907f70..a79c44c746 100644
--- a/site/overrides/home.html
+++ b/site/overrides/home.html
@@ -216,7 +216,7 @@
           </div>
           <div class="col-lg-5 col-lg col-sm-12">
             <script 
src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js";></script>
-            <lottie-player 
src="https://iceberg.apache.org/lottie/hidden-partitioning-animation.json";
+            <lottie-player 
src="assets/lottie/hidden-partitioning-animation.json"
               background="transparent"
               speed="0.5"
               style="width: 430px; height: 400px"

Reply via email to