You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2023/01/12 21:31:07 UTC

[superset] branch master updated: chore: Swapping main superset images for more current versions (#22668)

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

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new ce1fa955bd chore: Swapping main superset images for more current versions (#22668)
ce1fa955bd is described below

commit ce1fa955bdf902a7a9d75af4013829b784808845
Author: Evan Rusackas <ev...@preset.io>
AuthorDate: Thu Jan 12 14:30:58 2023 -0700

    chore: Swapping main superset images for more current versions (#22668)
---
 docs/src/pages/index.tsx       |   6 +++---
 docs/static/img/dashboard.jpg  | Bin 0 -> 128565 bytes
 docs/static/img/dashboard3.png | Bin 728491 -> 0 bytes
 docs/static/img/explore.jpg    | Bin 0 -> 150805 bytes
 docs/static/img/explorer5.jpg  | Bin 314853 -> 0 bytes
 docs/static/img/sql_lab.jpg    | Bin 0 -> 117310 bytes
 docs/static/img/sqllab5.jpg    | Bin 345510 -> 0 bytes
 7 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/src/pages/index.tsx b/docs/src/pages/index.tsx
index f2b0030997..f3781a4039 100644
--- a/docs/src/pages/index.tsx
+++ b/docs/src/pages/index.tsx
@@ -436,13 +436,13 @@ export default function Home(): JSX.Element {
               </div>
               <Carousel ref={slider} effect="scrollx" afterChange={onChange}>
                 <div className="imageContainer">
-                  <img src="img/explorer5.jpg" alt="" />
+                  <img src="img/explore.jpg" alt="Explore (chart buider) UI" />
                 </div>
                 <div className="imageContainer">
-                  <img src="img/dashboard3.png" alt="" />
+                  <img src="img/dashboard.jpg" alt="Superset Dashboard" />
                 </div>
                 <div className="imageContainer">
-                  <img src="img/sqllab5.jpg" alt="" />
+                  <img src="img/sql_lab.jpg" alt="SQL Lab" />
                 </div>
               </Carousel>
             </div>
diff --git a/docs/static/img/dashboard.jpg b/docs/static/img/dashboard.jpg
new file mode 100644
index 0000000000..c1e539f76e
Binary files /dev/null and b/docs/static/img/dashboard.jpg differ
diff --git a/docs/static/img/dashboard3.png b/docs/static/img/dashboard3.png
deleted file mode 100644
index e7d9092ded..0000000000
Binary files a/docs/static/img/dashboard3.png and /dev/null differ
diff --git a/docs/static/img/explore.jpg b/docs/static/img/explore.jpg
new file mode 100644
index 0000000000..110b551492
Binary files /dev/null and b/docs/static/img/explore.jpg differ
diff --git a/docs/static/img/explorer5.jpg b/docs/static/img/explorer5.jpg
deleted file mode 100644
index 37c5e1b9c7..0000000000
Binary files a/docs/static/img/explorer5.jpg and /dev/null differ
diff --git a/docs/static/img/sql_lab.jpg b/docs/static/img/sql_lab.jpg
new file mode 100644
index 0000000000..8278ee6138
Binary files /dev/null and b/docs/static/img/sql_lab.jpg differ
diff --git a/docs/static/img/sqllab5.jpg b/docs/static/img/sqllab5.jpg
deleted file mode 100644
index 7afb1ddc2a..0000000000
Binary files a/docs/static/img/sqllab5.jpg and /dev/null differ