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

rusackas pushed a commit to branch Updated-connection-instructions
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to 
refs/heads/Updated-connection-instructions by this push:
     new 272be01f91 making the screenshots less huge
272be01f91 is described below

commit 272be01f911ab7f1fc9ecd02d52e379fbf5473db
Author: Evan Rusackas <[email protected]>
AuthorDate: Tue May 16 12:25:25 2023 -0600

    making the screenshots less huge
---
 .../creating-charts-dashboards/creating-your-first-dashboard.mdx | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git 
a/docs/docs/creating-charts-dashboards/creating-your-first-dashboard.mdx 
b/docs/docs/creating-charts-dashboards/creating-your-first-dashboard.mdx
index f0b294f29a..13b13a6ce4 100644
--- a/docs/docs/creating-charts-dashboards/creating-your-first-dashboard.mdx
+++ b/docs/docs/creating-charts-dashboards/creating-your-first-dashboard.mdx
@@ -33,20 +33,21 @@ pre-configured in Superset for you.
 
 Under the **+** menu in the top right, select Data, and then the _Connect 
Database_ option:
 
-<img src={useBaseUrl("/img/tutorial/tutorial_01_add_database_connection.png" 
)} />{" "} <br/><br/>
+<img src={useBaseUrl("/img/tutorial/tutorial_01_add_database_connection.png")} 
width="600" />{" "} <br/><br/>
 
 Then select your database type in the resulting modal:
 
-<img src={useBaseUrl("/img/tutorial/tutorial_02_select_database.png" )} />{" 
"} <br/><br/>
+<img src={useBaseUrl("/img/tutorial/tutorial_02_select_database.png" )} 
width="600" />{" "} <br/><br/>
 
 Once you've selected a database, you can configure a number of advanced 
options in this window, 
 or for the purposes of this this walkthrough, you can click the link below all 
these fields:
 
-<img 
src={useBaseUrl("/img/tutorial/tutorial_03a_database_connection_string_link.png"
 )} />{" "} <br/><br/>
+<img 
src={useBaseUrl("/img/tutorial/tutorial_03a_database_connection_string_link.png"
 )} width="600" />{" "} <br/><br/>
 
 Once you've clicked that link you only need to specify two things (the 
database name and SQLAlchemy URI):
 
-<img src={useBaseUrl("tutorial_03b_connection_string_details.png" )} />
+
+<img 
src={useBaseUrl("/img/tutorial/tutorial_03b_connection_string_details.png" )} 
width="600" />{" "} <br/><br/>
 
 As noted in the text below the form, you should refer to the SQLAlchemy 
documentation on
 [creating new connection 
URIs](https://docs.sqlalchemy.org/en/12/core/engines.html#database-urls)

Reply via email to