Skip to content

Commit ab8ec12

Browse files
author
Metabase Docs bot
committed
[auto] adding content to sdk-backward-compatibility-poc->master
1 parent df9483e commit ab8ec12

File tree

123 files changed

+26082
-1387
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+26082
-1387
lines changed

_docs/master/api.html

Lines changed: 9113 additions & 360 deletions
Large diffs are not rendered by default.

_docs/master/configuring-metabase/appearance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,4 @@ Metabase will display this illustration when searches don't return any results.
176176

177177
- [Customer-facing analytics](/learn/metabase-basics/embedding).
178178
- [Embedding introduction](../embedding/start).
179-
- [Brand your Metabase](/learn/metabase-basics/embedding/brand).
179+
- [Brand your Metabase](/docs/latest/configuring-metabase/appearance).

_docs/master/configuring-metabase/setting-up-metabase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Don't worry about picking the wrong option. If you say you're interested in embe
4343

4444
## Gathering your database info
4545

46-
At this point you’ll need to gather some information about the database you want to use with Metabase. We won’t be able to connect to your database without it, but you’d like to deal with all of this later, that’s okay: just click **I’ll add my data later**. Metabase comes with a [Sample Database](/glossary/sample_database) that you can play around with to get a feel for how Metabase works.
46+
At this point you’ll need to gather some information about the database you want to use with Metabase. We won’t be able to connect to your database without it, but you’d like to deal with all of this later, that’s okay: just click **I’ll add my data later**. Metabase comes with a [Sample Database](/glossary/sample-database) that you can play around with to get a feel for how Metabase works.
4747

4848
If you’re ready to connect, here’s what you’ll need:
4949

_docs/master/databases/connecting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Go to **Admin settings** > **Databases** > your database and click **Remove this
7676

7777
## Restoring the Sample Database
7878

79-
If you've deleted the Metabase [Sample Database](/glossary/sample_database), go to **Admin settings** > **Databases** and click **Bring the Sample Database back**.
79+
If you've deleted the Metabase [Sample Database](/glossary/sample-database), go to **Admin settings** > **Databases** and click **Bring the Sample Database back**.
8080

8181
## Troubleshooting
8282

_docs/master/developers-guide/devenv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ There is also an option to reload changes on save without hot reloading if you p
8888
$ yarn build-watch
8989
```
9090

91-
Some systems may have trouble detecting changes to frontend files. You can enable filesystem polling by uncommenting the `watchOptions` clause in `webpack.config.js`. If you do this it may be worth making git ignore changes to webpack config, using `git update-index --assume-unchanged webpack.config.js`
91+
Some systems may have trouble detecting changes to frontend files. You can enable filesystem polling by uncommenting the `watchOptions` clause in `rspack.config.js`. If you do this it may be worth making git ignore changes to webpack config, using `git update-index --assume-unchanged rspack.config.js`
9292

9393
We exclude ESLint loader in dev mode for seven times quicker initial builds by default. You can enable it by exporting an environment variable:
9494

_docs/master/embedding/interactive-embedding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ redirect_from:
2020

2121
**Interactive embedding** is what you want if you want to offer [multi-tenant, self-service analytics](/learn/metabase-basics/embedding/multi-tenant-self-service-analytics).
2222

23-
Interactive embedding is the only type of embedding that integrates with your [permissions](../permissions/introduction) and [SSO](../people-and-groups/start#authentication) to give people the right level of access to [query](/glossary/query_builder) and [drill-down](/learn/metabase-basics/querying-and-dashboards/questions/drill-through) into your data.
23+
Interactive embedding is the only type of embedding that integrates with your [permissions](../permissions/introduction) and [SSO](../people-and-groups/start#authentication) to give people the right level of access to [query](/glossary/query-builder) and [drill-down](/learn/metabase-basics/querying-and-dashboards/questions/drill-through) into your data.
2424

2525
## Interactive embedding demo
2626

_docs/master/embedding/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ If you'd like to share your data with the good people of the internet, admins ca
5353
| Restrict data with [locked filters](./static-embedding-parameters#restricting-data-in-a-static-embed-with-locked-parameters) |||||
5454
| Restrict data with [sandboxes](../permissions/data-sandboxes) |||||
5555
| Use the [drill-through menu](/learn/metabase-basics/querying-and-dashboards/questions/drill-through) |||||
56-
| Self-serve via [query builder](/glossary/query_builder) |||||
56+
| Self-serve via [query builder](/glossary/query-builder) |||||
5757
| View usage of embeds with [usage analytics](../usage-and-performance-tools/usage-analytics) |||||
5858
| [Actions on dashboards](../dashboards/actions) |||||
5959
| Embed individual Metabase components |||||

0 commit comments

Comments
 (0)