diff --git a/get-started/develop-in-lightdash/how-to-create-dimensions.mdx b/get-started/develop-in-lightdash/how-to-create-dimensions.mdx index cbb24e9e..5b267ea2 100644 --- a/get-started/develop-in-lightdash/how-to-create-dimensions.mdx +++ b/get-started/develop-in-lightdash/how-to-create-dimensions.mdx @@ -4,7 +4,7 @@ sidebarTitle: "Create dimensions" icon: "shapes" --- -![](/images/get-started/develop-in-lightdash/add-new-dimension-overview-7fa2a445ca09abdc6f253720f0e430bf.png) +![](/images/get-started/develop-in-lightdash/add-new-dimension-overview.png) **Dimensions** are fields that are used to **segment data** from your Tables. They are **directly linked to a column in a dbt model**. @@ -34,7 +34,7 @@ The name of the dimension is `source` and the type will be inferred from the col Once you've added your dimensions, you can use them in Lightdash to build charts and filter results. Dimensions appear in the Explore view, above metrics and, if selected, pop us as blue fields in your results table. -![](/images/get-started/develop-in-lightdash/dimensions-in-the-explore-view-6514c031e3e0c904971d9ab8df5ea91d.jpg) +![](/images/get-started/develop-in-lightdash/dimensions-in-the-explore-view.png) *** diff --git a/get-started/develop-in-lightdash/how-to-create-metrics.mdx b/get-started/develop-in-lightdash/how-to-create-metrics.mdx index e5967de5..ae05ba29 100644 --- a/get-started/develop-in-lightdash/how-to-create-metrics.mdx +++ b/get-started/develop-in-lightdash/how-to-create-metrics.mdx @@ -59,9 +59,9 @@ For example, if we have a dimension, `status`, to split orders by their `status` You can [see the full list of metric types](/references/metrics#metric-types) that you can use in your Lightdash project. -Once you've added your metrics, you can use them in Lightdash to build charts and filter results. Metrics appear in the Explore view, above dimensions and, if selected, pop us as brownish-yellow fields in your results table. +Once you've added your metrics, you can use them in Lightdash to build charts and filter results. Metrics appear in the Explore view, above dimensions and, if selected, pop us as orange fields in your results table. -![](/images/get-started/develop-in-lightdash/metrics-explore-view-ad313b7e515ef1dbd6898a95198f7106.jpg) +![](/images/get-started/develop-in-lightdash/metrics-explore-view.png) ## Let's try adding a metric to our dbt project diff --git a/guides/cli/how-to-use-lightdash-deploy.mdx b/guides/cli/how-to-use-lightdash-deploy.mdx index ec7e0d2e..5d76c992 100644 --- a/guides/cli/how-to-use-lightdash-deploy.mdx +++ b/guides/cli/how-to-use-lightdash-deploy.mdx @@ -77,5 +77,5 @@ Go to your project → "Manage project" → Refresh dbt. This gives the same result as running `lightdash refresh`. - + diff --git a/images/get-started/develop-in-lightdash/add-new-dimension-overview-7fa2a445ca09abdc6f253720f0e430bf.png b/images/get-started/develop-in-lightdash/add-new-dimension-overview-7fa2a445ca09abdc6f253720f0e430bf.png deleted file mode 100644 index c9282750..00000000 Binary files a/images/get-started/develop-in-lightdash/add-new-dimension-overview-7fa2a445ca09abdc6f253720f0e430bf.png and /dev/null differ diff --git a/images/get-started/develop-in-lightdash/add-new-dimension-overview.png b/images/get-started/develop-in-lightdash/add-new-dimension-overview.png new file mode 100644 index 00000000..9dfbe958 Binary files /dev/null and b/images/get-started/develop-in-lightdash/add-new-dimension-overview.png differ diff --git a/images/get-started/develop-in-lightdash/dimensions-in-the-explore-view-6514c031e3e0c904971d9ab8df5ea91d.jpg b/images/get-started/develop-in-lightdash/dimensions-in-the-explore-view-6514c031e3e0c904971d9ab8df5ea91d.jpg deleted file mode 100644 index 783d42bf..00000000 Binary files a/images/get-started/develop-in-lightdash/dimensions-in-the-explore-view-6514c031e3e0c904971d9ab8df5ea91d.jpg and /dev/null differ diff --git a/images/get-started/develop-in-lightdash/dimensions-in-the-explore-view.png b/images/get-started/develop-in-lightdash/dimensions-in-the-explore-view.png new file mode 100644 index 00000000..f3a4b72b Binary files /dev/null and b/images/get-started/develop-in-lightdash/dimensions-in-the-explore-view.png differ diff --git a/images/get-started/develop-in-lightdash/metrics-explore-view-ad313b7e515ef1dbd6898a95198f7106.jpg b/images/get-started/develop-in-lightdash/metrics-explore-view-ad313b7e515ef1dbd6898a95198f7106.jpg deleted file mode 100644 index da3468fe..00000000 Binary files a/images/get-started/develop-in-lightdash/metrics-explore-view-ad313b7e515ef1dbd6898a95198f7106.jpg and /dev/null differ diff --git a/images/get-started/develop-in-lightdash/metrics-explore-view.png b/images/get-started/develop-in-lightdash/metrics-explore-view.png new file mode 100644 index 00000000..b70eb4db Binary files /dev/null and b/images/get-started/develop-in-lightdash/metrics-explore-view.png differ diff --git a/images/guides/cli/refresh-dbt.png b/images/guides/cli/refresh-dbt.png new file mode 100644 index 00000000..0d48fdb6 Binary files /dev/null and b/images/guides/cli/refresh-dbt.png differ diff --git a/images/guides/refresh-dbt.png b/images/guides/refresh-dbt.png deleted file mode 100644 index 8c9b3190..00000000 Binary files a/images/guides/refresh-dbt.png and /dev/null differ