diff --git a/_docs/master/configuring-metabase/log-configuration.md b/_docs/master/configuring-metabase/log-configuration.md index df2ff1f277..3af4417f49 100644 --- a/_docs/master/configuring-metabase/log-configuration.md +++ b/_docs/master/configuring-metabase/log-configuration.md @@ -18,7 +18,7 @@ Metabase logs quite a bit of information by default. Metabase uses [Log4j 2](htt ## View and download Metabase logs -You can find Metabase logs in **Admin settings** > **Troubleshooting** > **Logs**. You can filter the logs by keywords (for example, "sync") and download them as a text file. +You can find Metabase logs in **Admin settings** > **Tools** > **Logs**. You can filter the logs by keywords (for example, "sync") and download them as a text file. If you're running self-hosted Metabase, you'll also be able see the logs in the terminal. @@ -32,7 +32,7 @@ Metabase uses [log4j](https://logging.apache.org/log4j/2.x/)for logging configur ### Temporary override logging configuration -To temporarily adjust the logging configuration, go to **Admin settings** > **Troubleshooting** > **Logs** and click on **Customize log levels**. +To temporarily adjust the logging configuration, go to **Admin settings** > **Tools** > **Logs** and click on **Customize log levels**. You can select from log level presets for common troubleshooting tasks (for example, troubleshooting sync issues), or provide your own configuration as a JSON. For example, here's an override configuration that increases logging for troubleshooting linked filters: diff --git a/_docs/master/installation-and-operation/running-metabase-on-azure.md b/_docs/master/installation-and-operation/running-metabase-on-azure.md index f400b9791d..b178408ac1 100644 --- a/_docs/master/installation-and-operation/running-metabase-on-azure.md +++ b/_docs/master/installation-and-operation/running-metabase-on-azure.md @@ -172,7 +172,7 @@ Change the version of the container to the new version in the **Full Image Name Visit your web app in Azure, and navigate to **Monitoring -> Log stream**. -You should be able to see the logs as well inside Metabase by going to Settings -> Admin -> Troubleshooting -> Logs. +You should be able to see the logs as well inside Metabase by going to Settings -> Admin -> Tools -> Logs. ### Performance tuning diff --git a/_docs/master/troubleshooting-guide/cant-send-email.md b/_docs/master/troubleshooting-guide/cant-send-email.md index 7ddc7674a1..e04ff3cb2e 100644 --- a/_docs/master/troubleshooting-guide/cant-send-email.md +++ b/_docs/master/troubleshooting-guide/cant-send-email.md @@ -27,7 +27,7 @@ Before any other troubleshooting, try sending a test email to isolate the proble 2. Confirm that your host, port, email address, and password are entered correctly. If they are, click **Save changes**. If your changes have successfully saved, you'll see an option to **Send test email**. 3. Click **Send test email**. The test email will go the address associated with your Metabase account. 4. Verify that the email is delivered to your account. -5. If the message is not sent or an error message is displayed in Metabase, try to use the same account credentials in another email program and see if they work. See the logs for more detailed error by navigating to **Troubleshooting** and click **Logs** in the left sidebar. +5. If the message is not sent or an error message is displayed in Metabase, try to use the same account credentials in another email program and see if they work. See the logs for more detailed error by navigating to **Tools** and click **Logs** in the left sidebar. ## Is the mail server actually sending the message? diff --git a/_docs/master/troubleshooting-guide/db-connection.md b/_docs/master/troubleshooting-guide/db-connection.md index 6e6152bed1..033aacaa8d 100644 --- a/_docs/master/troubleshooting-guide/db-connection.md +++ b/_docs/master/troubleshooting-guide/db-connection.md @@ -25,7 +25,7 @@ If your database connection is successful, but the tables aren't showing up in t - If Metabase is taking a long time to sync, go to [Troubleshooting syncs and scans](./sync-fingerprint-scan). -2. Go to **Admin** > **Troubleshooting** > **Logs** to check if Metabase failed to sync [due to an error](#common-database-connection-errors). +2. Go to **Admin** > **Tools** > **Logs** to check if Metabase failed to sync [due to an error](#common-database-connection-errors). - If the logs feel overwhelming, check out [How to read the server logs](./server-logs). @@ -59,7 +59,7 @@ If you see this error message in the Metabase interface, go to [Troubleshooting ### Connections cannot be acquired from the underlying database -If you see this error messages in the [logs](./server-logs) (**Admin** > **Troubleshooting** > **Logs**): +If you see this error messages in the [logs](./server-logs) (**Admin** > **Tools** > **Logs**): 1. Go to **Admin** > **Databases** and select your database. 2. Go to **Advanced options** > **Additional JDBC connection string options** and add `trustServerCertificate=true`. diff --git a/_docs/master/troubleshooting-guide/diagnostic-info.md b/_docs/master/troubleshooting-guide/diagnostic-info.md index 623520a7e6..8cb65da2b4 100644 --- a/_docs/master/troubleshooting-guide/diagnostic-info.md +++ b/_docs/master/troubleshooting-guide/diagnostic-info.md @@ -30,7 +30,7 @@ What data Metabase captures depends on the page you're on when you request diagn Metabase will log errors, both on the server and in the browser console, depending on where the error occurs, which can help you track down an issue. Administrators will have access to the server logs, and everyone with a browser can open the developer tools to see the console logs. -**Accessing the Metabase server logs**: You can look for the logs that Metabase leaves on the server's file system (or wherever else you collect logs). If you're logged into Metabase with an Admin account, you can also access the logs by going to the top right of the screen and clicking on the **gear** icon > **Admin settings** > **Troubleshooting** > **Logs**. Check out [How to read the server logs](./server-logs) +**Accessing the Metabase server logs**: You can look for the logs that Metabase leaves on the server's file system (or wherever else you collect logs). If you're logged into Metabase with an Admin account, you can also access the logs by going to the top right of the screen and clicking on the **gear** icon > **Admin settings** > **Tools** > **Logs**. Check out [How to read the server logs](./server-logs) **Checking for Javascript console errors:** Metabase will send debugging information and errors to your browser's developer console. To open the developer console, follow the instructions for your web browser: diff --git a/_docs/master/troubleshooting-guide/loading-from-h2.md b/_docs/master/troubleshooting-guide/loading-from-h2.md index 9c4e1f1dc0..5e9773246c 100644 --- a/_docs/master/troubleshooting-guide/loading-from-h2.md +++ b/_docs/master/troubleshooting-guide/loading-from-h2.md @@ -25,7 +25,7 @@ You've installed Metabase, but: **Steps to take:** -1. To check what you're using as the app database, go to **Admin Panel**, open the **Troubleshooting** tab, scroll down to "Diagnostic Info", and look for the `application-database` key in the JSON it displays. +1. To check what you're using as the app database, go to **Admin Panel**, open the **Tools** tab, scroll down to "Diagnostic Info", and look for the `application-database` key in the JSON it displays. 2. See [Migrating from H2](../installation-and-operation/migrating-from-h2) for instructions on how to migrate to a more robust app database. ## Are you trying to migrate the application database from H2 to something else? diff --git a/_docs/master/troubleshooting-guide/saml.md b/_docs/master/troubleshooting-guide/saml.md index 519852979f..2ec7e3031a 100644 --- a/_docs/master/troubleshooting-guide/saml.md +++ b/_docs/master/troubleshooting-guide/saml.md @@ -21,7 +21,7 @@ Verify that the application you created in your IdP supports SAML. Sometimes oth ## Is the issuer or Entity ID correct? -After filling out the authentication form with your identity provider, you're taken back to Metabase but it throws an error. To see the error, go to **Admin settings** > **Troubleshooting** > **Logs**. You'll see an error that says something like **Incorrect response **. +After filling out the authentication form with your identity provider, you're taken back to Metabase but it throws an error. To see the error, go to **Admin settings** > **Tools** > **Logs**. You'll see an error that says something like **Incorrect response **. **Root cause**: Your issuer or Entity ID is incorrect. @@ -36,7 +36,7 @@ After filling out the authentication form with your identity provider, you're ta ## Is the SAML identity provider certificate value correct? -After filling out the authentication form with your identity provider, you go back to Metabase but it throws an error. Go to **Admin settings** > **Troubleshooting** > **Logs**. You'll see an error that says something like **Invalid assertion error **. +After filling out the authentication form with your identity provider, you go back to Metabase but it throws an error. Go to **Admin settings** > **Tools** > **Logs**. You'll see an error that says something like **Invalid assertion error **. **Root cause**: The certificate value you entered is incorrect. diff --git a/_docs/master/troubleshooting-guide/sync-fingerprint-scan.md b/_docs/master/troubleshooting-guide/sync-fingerprint-scan.md index f96b87ab8c..9b32d1d391 100644 --- a/_docs/master/troubleshooting-guide/sync-fingerprint-scan.md +++ b/_docs/master/troubleshooting-guide/sync-fingerprint-scan.md @@ -26,7 +26,7 @@ Once you've confirmed that you're looking at a non-cached view of your tables an ## Syncing 1. Make sure your database driver is up to date. -2. Go to **Admin** > **Troubleshooting** > **Logs** to check the status of the sync. +2. Go to **Admin** > **Tools** > **Logs** to check the status of the sync. 3. Run a query against your database from the Metabase SQL editor to check for database connection or database privilege errors that aren't listed in the logs: ```sql @@ -73,7 +73,7 @@ If the [connection is failing](./db-connection) or the database privileges are w **Explanation** -Metabase will try to unfold JSON and JSONB records during the sync process, which can take up a decent chunk of query execution time. If you have a lot of JSON records, try disabling the automatic unfolding option to pull the sync out of slow-motion. Remember that you can follow the status of the sync from **Admin** > **Troubleshooting** > **Logs**. +Metabase will try to unfold JSON and JSONB records during the sync process, which can take up a decent chunk of query execution time. If you have a lot of JSON records, try disabling the automatic unfolding option to pull the sync out of slow-motion. Remember that you can follow the status of the sync from **Admin** > **Tools** > **Logs**. ## Scanning @@ -82,11 +82,11 @@ Metabase will try to unfold JSON and JSONB records during the sync process, whic 3. Go to the column you want to update, and click the **gear** icon. 4. Click **Discard cached field values**. 5. Click **Re-scan this field**. -6. Go to **Admin** > **Troubleshooting** > **Logs** to follow the status of the scan and debug errors from there. +6. Go to **Admin** > **Tools** > **Logs** to follow the status of the scan and debug errors from there. ### Special cases -If you're waiting for the initial scan to run after connecting a database, make sure the initial sync has completed first (remember you can check the status from **Admin** > **Troubleshooting** > **Logs**). +If you're waiting for the initial scan to run after connecting a database, make sure the initial sync has completed first (remember you can check the status from **Admin** > **Tools** > **Logs**). **Explanation** @@ -126,7 +126,7 @@ To manually re-trigger a fingerprinting query for a given column: ### Special cases -If you're waiting for the initial fingerprinting query to run after connecting a database, make sure the initial sync has completed first (remember you can check the status from **Admin** > **Troubleshooting** > **Logs**). +If you're waiting for the initial fingerprinting query to run after connecting a database, make sure the initial sync has completed first (remember you can check the status from **Admin** > **Tools** > **Logs**). If you're using MongoDB, Metabase fingerprints the first 10,000 documents per collection. If you're not seeing all of your fields, it's because those fields might not exist in those first 10,000 documents. For more info, see our [MongoDB reference doc](../databases/connections/mongodb#i-added-fields-to-my-database-but-dont-see-them-in-metabase). diff --git a/_site/docs/master/CONTRIBUTING.html b/_site/docs/master/CONTRIBUTING.html index b227991f8b..d2574cf472 100644 --- a/_site/docs/master/CONTRIBUTING.html +++ b/_site/docs/master/CONTRIBUTING.html @@ -2540,8 +2540,8 @@
Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/actions/basic.html b/_site/docs/master/actions/basic.html index fd59dcc589..d421f10929 100644 --- a/_site/docs/master/actions/basic.html +++ b/_site/docs/master/actions/basic.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/actions/custom.html b/_site/docs/master/actions/custom.html index d6367aa029..354e49a11e 100644 --- a/_site/docs/master/actions/custom.html +++ b/_site/docs/master/actions/custom.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/actions/introduction.html b/_site/docs/master/actions/introduction.html index 451c45f805..9e79dbdf85 100644 --- a/_site/docs/master/actions/introduction.html +++ b/_site/docs/master/actions/introduction.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/actions/start.html b/_site/docs/master/actions/start.html index d7e6918712..6a379b37c4 100644 --- a/_site/docs/master/actions/start.html +++ b/_site/docs/master/actions/start.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/configuring-metabase/appearance.html b/_site/docs/master/configuring-metabase/appearance.html index 1050a7674b..9168208373 100644 --- a/_site/docs/master/configuring-metabase/appearance.html +++ b/_site/docs/master/configuring-metabase/appearance.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/configuring-metabase/caching.html b/_site/docs/master/configuring-metabase/caching.html index 4481b6a8ff..de149061ba 100644 --- a/_site/docs/master/configuring-metabase/caching.html +++ b/_site/docs/master/configuring-metabase/caching.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/configuring-metabase/config-file.html b/_site/docs/master/configuring-metabase/config-file.html index 75fb770a94..2ab532a61d 100644 --- a/_site/docs/master/configuring-metabase/config-file.html +++ b/_site/docs/master/configuring-metabase/config-file.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/configuring-metabase/config-template.html b/_site/docs/master/configuring-metabase/config-template.html index 795b6921d3..97f6a8e880 100644 --- a/_site/docs/master/configuring-metabase/config-template.html +++ b/_site/docs/master/configuring-metabase/config-template.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/configuring-metabase/custom-maps.html b/_site/docs/master/configuring-metabase/custom-maps.html index eb49117b9f..72ed58cb98 100644 --- a/_site/docs/master/configuring-metabase/custom-maps.html +++ b/_site/docs/master/configuring-metabase/custom-maps.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/configuring-metabase/customizing-jetty-webserver.html b/_site/docs/master/configuring-metabase/customizing-jetty-webserver.html index d8b377c07a..fd4269f7c2 100644 --- a/_site/docs/master/configuring-metabase/customizing-jetty-webserver.html +++ b/_site/docs/master/configuring-metabase/customizing-jetty-webserver.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/configuring-metabase/email.html b/_site/docs/master/configuring-metabase/email.html index 00bf59ec88..39ffe47a2b 100644 --- a/_site/docs/master/configuring-metabase/email.html +++ b/_site/docs/master/configuring-metabase/email.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/configuring-metabase/environment-variables.html b/_site/docs/master/configuring-metabase/environment-variables.html index f7a629035a..d87922dca7 100644 --- a/_site/docs/master/configuring-metabase/environment-variables.html +++ b/_site/docs/master/configuring-metabase/environment-variables.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/configuring-metabase/fonts.html b/_site/docs/master/configuring-metabase/fonts.html index cace29b963..2f3fe8da91 100644 --- a/_site/docs/master/configuring-metabase/fonts.html +++ b/_site/docs/master/configuring-metabase/fonts.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/configuring-metabase/localization.html b/_site/docs/master/configuring-metabase/localization.html index 14602be46d..4c00c7d8c8 100644 --- a/_site/docs/master/configuring-metabase/localization.html +++ b/_site/docs/master/configuring-metabase/localization.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/configuring-metabase/log-configuration.html b/_site/docs/master/configuring-metabase/log-configuration.html index 99f1d99d31..dea9ff903c 100644 --- a/_site/docs/master/configuring-metabase/log-configuration.html +++ b/_site/docs/master/configuring-metabase/log-configuration.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase @@ -4867,7 +4767,7 @@

    Metabase logs

    View and download Metabase logs

    -

    You can find Metabase logs in Admin settings > Troubleshooting > Logs. You can filter the logs by keywords (for example, “sync”) and download them as a text file.

    +

    You can find Metabase logs in Admin settings > Tools > Logs. You can filter the logs by keywords (for example, “sync”) and download them as a text file.

    If you’re running self-hosted Metabase, you’ll also be able see the logs in the terminal.

    @@ -4881,7 +4781,7 @@

    Configuring logging Level

    Temporary override logging configuration

    -

    To temporarily adjust the logging configuration, go to Admin settings > Troubleshooting > Logs and click on Customize log levels.

    +

    To temporarily adjust the logging configuration, go to Admin settings > Tools > Logs and click on Customize log levels.

    You can select from log level presets for common troubleshooting tasks (for example, troubleshooting sync issues), or provide your own configuration as a JSON. For example, here’s an override configuration that increases logging for troubleshooting linked filters:

    diff --git a/_site/docs/master/configuring-metabase/setting-up-metabase.html b/_site/docs/master/configuring-metabase/setting-up-metabase.html index 860a4f74a5..b6cbc3d435 100644 --- a/_site/docs/master/configuring-metabase/setting-up-metabase.html +++ b/_site/docs/master/configuring-metabase/setting-up-metabase.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/configuring-metabase/settings.html b/_site/docs/master/configuring-metabase/settings.html index 037df73b5b..bbffec3db4 100644 --- a/_site/docs/master/configuring-metabase/settings.html +++ b/_site/docs/master/configuring-metabase/settings.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/configuring-metabase/slack.html b/_site/docs/master/configuring-metabase/slack.html index bc289f66d7..b1d513f87b 100644 --- a/_site/docs/master/configuring-metabase/slack.html +++ b/_site/docs/master/configuring-metabase/slack.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/configuring-metabase/start.html b/_site/docs/master/configuring-metabase/start.html index f60eb78400..d99637f402 100644 --- a/_site/docs/master/configuring-metabase/start.html +++ b/_site/docs/master/configuring-metabase/start.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/configuring-metabase/timezones.html b/_site/docs/master/configuring-metabase/timezones.html index 6aef7a9c80..85be944128 100644 --- a/_site/docs/master/configuring-metabase/timezones.html +++ b/_site/docs/master/configuring-metabase/timezones.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/configuring-metabase/webhooks.html b/_site/docs/master/configuring-metabase/webhooks.html index 203bd367ba..96fca32edb 100644 --- a/_site/docs/master/configuring-metabase/webhooks.html +++ b/_site/docs/master/configuring-metabase/webhooks.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/dashboards/actions.html b/_site/docs/master/dashboards/actions.html index 5670948669..f30f24d7c3 100644 --- a/_site/docs/master/dashboards/actions.html +++ b/_site/docs/master/dashboards/actions.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/dashboards/filters.html b/_site/docs/master/dashboards/filters.html index 8faf1fd9bc..66692b439b 100644 --- a/_site/docs/master/dashboards/filters.html +++ b/_site/docs/master/dashboards/filters.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/dashboards/interactive.html b/_site/docs/master/dashboards/interactive.html index 217918bdb5..3474b1a696 100644 --- a/_site/docs/master/dashboards/interactive.html +++ b/_site/docs/master/dashboards/interactive.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/dashboards/introduction.html b/_site/docs/master/dashboards/introduction.html index 12816be6bc..e27a89cfbb 100644 --- a/_site/docs/master/dashboards/introduction.html +++ b/_site/docs/master/dashboards/introduction.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/dashboards/linked-filters.html b/_site/docs/master/dashboards/linked-filters.html index 4d080ee380..e3d41d5964 100644 --- a/_site/docs/master/dashboards/linked-filters.html +++ b/_site/docs/master/dashboards/linked-filters.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/dashboards/multiple-series.html b/_site/docs/master/dashboards/multiple-series.html index 9cb24c97e2..9d3a4d2943 100644 --- a/_site/docs/master/dashboards/multiple-series.html +++ b/_site/docs/master/dashboards/multiple-series.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/dashboards/start.html b/_site/docs/master/dashboards/start.html index dee0bf633b..e1a15ea143 100644 --- a/_site/docs/master/dashboards/start.html +++ b/_site/docs/master/dashboards/start.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/dashboards/subscriptions.html b/_site/docs/master/dashboards/subscriptions.html index 229d55fa1a..ba508886d3 100644 --- a/_site/docs/master/dashboards/subscriptions.html +++ b/_site/docs/master/dashboards/subscriptions.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/data-modeling/formatting.html b/_site/docs/master/data-modeling/formatting.html index 9104b8e4e4..cbda757d77 100644 --- a/_site/docs/master/data-modeling/formatting.html +++ b/_site/docs/master/data-modeling/formatting.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/data-modeling/json-unfolding.html b/_site/docs/master/data-modeling/json-unfolding.html index ff555f97e4..38a61ddc6d 100644 --- a/_site/docs/master/data-modeling/json-unfolding.html +++ b/_site/docs/master/data-modeling/json-unfolding.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/data-modeling/legacy-metrics.html b/_site/docs/master/data-modeling/legacy-metrics.html index 92836cb094..4574f4c9ce 100644 --- a/_site/docs/master/data-modeling/legacy-metrics.html +++ b/_site/docs/master/data-modeling/legacy-metrics.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/data-modeling/metadata-editing.html b/_site/docs/master/data-modeling/metadata-editing.html index dbefd94b5e..dcb64f121f 100644 --- a/_site/docs/master/data-modeling/metadata-editing.html +++ b/_site/docs/master/data-modeling/metadata-editing.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/data-modeling/metrics.html b/_site/docs/master/data-modeling/metrics.html index b990e3342a..54d44e7bfc 100644 --- a/_site/docs/master/data-modeling/metrics.html +++ b/_site/docs/master/data-modeling/metrics.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/data-modeling/model-persistence.html b/_site/docs/master/data-modeling/model-persistence.html index 1430125930..dca633e62d 100644 --- a/_site/docs/master/data-modeling/model-persistence.html +++ b/_site/docs/master/data-modeling/model-persistence.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/data-modeling/models.html b/_site/docs/master/data-modeling/models.html index 82adfb648c..e82d43e702 100644 --- a/_site/docs/master/data-modeling/models.html +++ b/_site/docs/master/data-modeling/models.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/data-modeling/segments.html b/_site/docs/master/data-modeling/segments.html index 3e3ddc1b3b..0f9c47ecd1 100644 --- a/_site/docs/master/data-modeling/segments.html +++ b/_site/docs/master/data-modeling/segments.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/data-modeling/semantic-types.html b/_site/docs/master/data-modeling/semantic-types.html index 37b48e7e92..f6f089a20c 100644 --- a/_site/docs/master/data-modeling/semantic-types.html +++ b/_site/docs/master/data-modeling/semantic-types.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/data-modeling/start.html b/_site/docs/master/data-modeling/start.html index 40cddfb848..c2a4644627 100644 --- a/_site/docs/master/data-modeling/start.html +++ b/_site/docs/master/data-modeling/start.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/databases/connecting.html b/_site/docs/master/databases/connecting.html index 62fa4baa13..f6ab7ec241 100644 --- a/_site/docs/master/databases/connecting.html +++ b/_site/docs/master/databases/connecting.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/databases/connections/athena.html b/_site/docs/master/databases/connections/athena.html index 2187edaf2f..a512d8c92f 100644 --- a/_site/docs/master/databases/connections/athena.html +++ b/_site/docs/master/databases/connections/athena.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/databases/connections/aws-rds.html b/_site/docs/master/databases/connections/aws-rds.html index 2a5a67cd44..d3a3da9739 100644 --- a/_site/docs/master/databases/connections/aws-rds.html +++ b/_site/docs/master/databases/connections/aws-rds.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/databases/connections/bigquery.html b/_site/docs/master/databases/connections/bigquery.html index 7dbded695f..401d5e6e67 100644 --- a/_site/docs/master/databases/connections/bigquery.html +++ b/_site/docs/master/databases/connections/bigquery.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/databases/connections/clickhouse.html b/_site/docs/master/databases/connections/clickhouse.html index 6566024082..e8c4589ade 100644 --- a/_site/docs/master/databases/connections/clickhouse.html +++ b/_site/docs/master/databases/connections/clickhouse.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/databases/connections/databricks.html b/_site/docs/master/databases/connections/databricks.html index 958f92fdd7..f32ce981e4 100644 --- a/_site/docs/master/databases/connections/databricks.html +++ b/_site/docs/master/databases/connections/databricks.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/databases/connections/druid.html b/_site/docs/master/databases/connections/druid.html index 770751b4b6..88feb21a2f 100644 --- a/_site/docs/master/databases/connections/druid.html +++ b/_site/docs/master/databases/connections/druid.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/databases/connections/mariadb.html b/_site/docs/master/databases/connections/mariadb.html index 7a22144e61..5944f40061 100644 --- a/_site/docs/master/databases/connections/mariadb.html +++ b/_site/docs/master/databases/connections/mariadb.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/databases/connections/mongodb.html b/_site/docs/master/databases/connections/mongodb.html index 2eb0f95e59..ce9e395f3c 100644 --- a/_site/docs/master/databases/connections/mongodb.html +++ b/_site/docs/master/databases/connections/mongodb.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/databases/connections/mysql.html b/_site/docs/master/databases/connections/mysql.html index d6e2a87843..f5ac6ed2ff 100644 --- a/_site/docs/master/databases/connections/mysql.html +++ b/_site/docs/master/databases/connections/mysql.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/databases/connections/oracle.html b/_site/docs/master/databases/connections/oracle.html index 96eadd3055..ed1f6c6445 100644 --- a/_site/docs/master/databases/connections/oracle.html +++ b/_site/docs/master/databases/connections/oracle.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/databases/connections/postgresql.html b/_site/docs/master/databases/connections/postgresql.html index 69d3827e22..18257d9bdd 100644 --- a/_site/docs/master/databases/connections/postgresql.html +++ b/_site/docs/master/databases/connections/postgresql.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/databases/connections/presto.html b/_site/docs/master/databases/connections/presto.html index 6bb7f77de9..68965bf97b 100644 --- a/_site/docs/master/databases/connections/presto.html +++ b/_site/docs/master/databases/connections/presto.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/databases/connections/redshift.html b/_site/docs/master/databases/connections/redshift.html index 34906476b5..25af1c7345 100644 --- a/_site/docs/master/databases/connections/redshift.html +++ b/_site/docs/master/databases/connections/redshift.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/databases/connections/snowflake.html b/_site/docs/master/databases/connections/snowflake.html index b6baba95f5..715c12ae1a 100644 --- a/_site/docs/master/databases/connections/snowflake.html +++ b/_site/docs/master/databases/connections/snowflake.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/databases/connections/sparksql.html b/_site/docs/master/databases/connections/sparksql.html index ba22a0053d..4d066cc3c9 100644 --- a/_site/docs/master/databases/connections/sparksql.html +++ b/_site/docs/master/databases/connections/sparksql.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/databases/connections/sql-server.html b/_site/docs/master/databases/connections/sql-server.html index 1c59babf6d..9015714a7e 100644 --- a/_site/docs/master/databases/connections/sql-server.html +++ b/_site/docs/master/databases/connections/sql-server.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/databases/connections/sqlite.html b/_site/docs/master/databases/connections/sqlite.html index eedc07eebf..a9c39d5dfd 100644 --- a/_site/docs/master/databases/connections/sqlite.html +++ b/_site/docs/master/databases/connections/sqlite.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/databases/connections/starburst.html b/_site/docs/master/databases/connections/starburst.html index 45f00117ea..64c05b3e6f 100644 --- a/_site/docs/master/databases/connections/starburst.html +++ b/_site/docs/master/databases/connections/starburst.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/databases/connections/vertica.html b/_site/docs/master/databases/connections/vertica.html index f6c0c36e7d..e1d6790ed5 100644 --- a/_site/docs/master/databases/connections/vertica.html +++ b/_site/docs/master/databases/connections/vertica.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/databases/danger-zone.html b/_site/docs/master/databases/danger-zone.html index 841c58073e..6c5ee69100 100644 --- a/_site/docs/master/databases/danger-zone.html +++ b/_site/docs/master/databases/danger-zone.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/databases/encrypting-details-at-rest.html b/_site/docs/master/databases/encrypting-details-at-rest.html index b46cdc25c5..492be6b132 100644 --- a/_site/docs/master/databases/encrypting-details-at-rest.html +++ b/_site/docs/master/databases/encrypting-details-at-rest.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/databases/ssh-tunnel.html b/_site/docs/master/databases/ssh-tunnel.html index a030de5c34..87e0c36773 100644 --- a/_site/docs/master/databases/ssh-tunnel.html +++ b/_site/docs/master/databases/ssh-tunnel.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/databases/ssl-certificates.html b/_site/docs/master/databases/ssl-certificates.html index 12a42f6435..0e1cec1780 100644 --- a/_site/docs/master/databases/ssl-certificates.html +++ b/_site/docs/master/databases/ssl-certificates.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/databases/start.html b/_site/docs/master/databases/start.html index 37b6f1e8ae..1064c39ea6 100644 --- a/_site/docs/master/databases/start.html +++ b/_site/docs/master/databases/start.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/databases/sync-scan.html b/_site/docs/master/databases/sync-scan.html index 38da70ffc1..3e38d26263 100644 --- a/_site/docs/master/databases/sync-scan.html +++ b/_site/docs/master/databases/sync-scan.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/databases/uploads.html b/_site/docs/master/databases/uploads.html index bf181e1ea1..fad2dd093d 100644 --- a/_site/docs/master/databases/uploads.html +++ b/_site/docs/master/databases/uploads.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/databases/users-roles-privileges.html b/_site/docs/master/databases/users-roles-privileges.html index 2c9297bb16..d60d0cdae7 100644 --- a/_site/docs/master/databases/users-roles-privileges.html +++ b/_site/docs/master/databases/users-roles-privileges.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/developers-guide/api-changelog.html b/_site/docs/master/developers-guide/api-changelog.html index 57948a4b49..89440b19bb 100644 --- a/_site/docs/master/developers-guide/api-changelog.html +++ b/_site/docs/master/developers-guide/api-changelog.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/developers-guide/build.html b/_site/docs/master/developers-guide/build.html index 85db5faf45..ad48522a33 100644 --- a/_site/docs/master/developers-guide/build.html +++ b/_site/docs/master/developers-guide/build.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/developers-guide/clojure.html b/_site/docs/master/developers-guide/clojure.html index 7b6feb9163..a7fdfe6d7a 100644 --- a/_site/docs/master/developers-guide/clojure.html +++ b/_site/docs/master/developers-guide/clojure.html @@ -2550,8 +2550,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2573,8 +2573,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2588,27 +2588,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2623,24 +2724,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2688,25 +2771,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2719,8 +2799,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2742,8 +2822,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2757,7 +2837,7 @@
    Embedding
  • - + Quickstart @@ -2772,188 +2852,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2973,8 +2873,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2991,8 +2891,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/developers-guide/code-reviews.html b/_site/docs/master/developers-guide/code-reviews.html index 5030fe4eb9..358a75b593 100644 --- a/_site/docs/master/developers-guide/code-reviews.html +++ b/_site/docs/master/developers-guide/code-reviews.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/developers-guide/community-drivers.html b/_site/docs/master/developers-guide/community-drivers.html index 3860e1997e..0812f20ceb 100644 --- a/_site/docs/master/developers-guide/community-drivers.html +++ b/_site/docs/master/developers-guide/community-drivers.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/developers-guide/dev-branch-docker.html b/_site/docs/master/developers-guide/dev-branch-docker.html index 8f1f94ccc0..0067e87b28 100644 --- a/_site/docs/master/developers-guide/dev-branch-docker.html +++ b/_site/docs/master/developers-guide/dev-branch-docker.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/developers-guide/devenv.html b/_site/docs/master/developers-guide/devenv.html index e59e6f3fc8..d8e3488f61 100644 --- a/_site/docs/master/developers-guide/devenv.html +++ b/_site/docs/master/developers-guide/devenv.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/developers-guide/docs.html b/_site/docs/master/developers-guide/docs.html index 582509d932..379b5f960c 100644 --- a/_site/docs/master/developers-guide/docs.html +++ b/_site/docs/master/developers-guide/docs.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/developers-guide/driver-changelog.html b/_site/docs/master/developers-guide/driver-changelog.html index 54e6d8f7dd..f4df39358d 100644 --- a/_site/docs/master/developers-guide/driver-changelog.html +++ b/_site/docs/master/developers-guide/driver-changelog.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/developers-guide/drivers/basics.html b/_site/docs/master/developers-guide/drivers/basics.html index ba591f87d6..96d6e6c99e 100644 --- a/_site/docs/master/developers-guide/drivers/basics.html +++ b/_site/docs/master/developers-guide/drivers/basics.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/developers-guide/drivers/driver-tests.html b/_site/docs/master/developers-guide/drivers/driver-tests.html index da308887cb..c4e175c032 100644 --- a/_site/docs/master/developers-guide/drivers/driver-tests.html +++ b/_site/docs/master/developers-guide/drivers/driver-tests.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/developers-guide/drivers/multimethods.html b/_site/docs/master/developers-guide/drivers/multimethods.html index 254c42e8d9..fffbf2f670 100644 --- a/_site/docs/master/developers-guide/drivers/multimethods.html +++ b/_site/docs/master/developers-guide/drivers/multimethods.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/developers-guide/drivers/plugins.html b/_site/docs/master/developers-guide/drivers/plugins.html index dc6e6a01a3..555fba4cca 100644 --- a/_site/docs/master/developers-guide/drivers/plugins.html +++ b/_site/docs/master/developers-guide/drivers/plugins.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/developers-guide/drivers/start.html b/_site/docs/master/developers-guide/drivers/start.html index 6c2a416ea6..f8c4e89d8c 100644 --- a/_site/docs/master/developers-guide/drivers/start.html +++ b/_site/docs/master/developers-guide/drivers/start.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/developers-guide/e2e-tests.html b/_site/docs/master/developers-guide/e2e-tests.html index 6be8cc5a5a..1dc01705c9 100644 --- a/_site/docs/master/developers-guide/e2e-tests.html +++ b/_site/docs/master/developers-guide/e2e-tests.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/developers-guide/emacs.html b/_site/docs/master/developers-guide/emacs.html index 10249609ce..bfe135efd2 100644 --- a/_site/docs/master/developers-guide/emacs.html +++ b/_site/docs/master/developers-guide/emacs.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/developers-guide/frontend.html b/_site/docs/master/developers-guide/frontend.html index 4ff56daf12..156d36133c 100644 --- a/_site/docs/master/developers-guide/frontend.html +++ b/_site/docs/master/developers-guide/frontend.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/developers-guide/internationalization.html b/_site/docs/master/developers-guide/internationalization.html index 19a43fb5b3..0a795b9ee1 100644 --- a/_site/docs/master/developers-guide/internationalization.html +++ b/_site/docs/master/developers-guide/internationalization.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/developers-guide/mage.html b/_site/docs/master/developers-guide/mage.html index 15379d1887..9b6824abc7 100644 --- a/_site/docs/master/developers-guide/mage.html +++ b/_site/docs/master/developers-guide/mage.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/developers-guide/mbql-library-changelog.html b/_site/docs/master/developers-guide/mbql-library-changelog.html index 29d36a41cb..1f3737e19c 100644 --- a/_site/docs/master/developers-guide/mbql-library-changelog.html +++ b/_site/docs/master/developers-guide/mbql-library-changelog.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/developers-guide/security-token-scanner.html b/_site/docs/master/developers-guide/security-token-scanner.html index 75ac559f75..440f8ac24d 100644 --- a/_site/docs/master/developers-guide/security-token-scanner.html +++ b/_site/docs/master/developers-guide/security-token-scanner.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/developers-guide/start.html b/_site/docs/master/developers-guide/start.html index 293154512c..506318e7ce 100644 --- a/_site/docs/master/developers-guide/start.html +++ b/_site/docs/master/developers-guide/start.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/developers-guide/versioning.html b/_site/docs/master/developers-guide/versioning.html index 6fd07bf34d..e591ae67ba 100644 --- a/_site/docs/master/developers-guide/versioning.html +++ b/_site/docs/master/developers-guide/versioning.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/developers-guide/visual-studio-code.html b/_site/docs/master/developers-guide/visual-studio-code.html index ad15a58445..39cfcb751d 100644 --- a/_site/docs/master/developers-guide/visual-studio-code.html +++ b/_site/docs/master/developers-guide/visual-studio-code.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/developers-guide/visual-tests.html b/_site/docs/master/developers-guide/visual-tests.html index b5811e046e..c0ef229fd3 100644 --- a/_site/docs/master/developers-guide/visual-tests.html +++ b/_site/docs/master/developers-guide/visual-tests.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/embedding/embedded-analytics-js.html b/_site/docs/master/embedding/embedded-analytics-js.html index 7ee706240c..eaf80b7991 100644 --- a/_site/docs/master/embedding/embedded-analytics-js.html +++ b/_site/docs/master/embedding/embedded-analytics-js.html @@ -2539,9 +2539,9 @@
    Embedding
    -
  • - - Interactive embedding +
  • + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/embedding/interactive-embedding-quick-start-guide.html b/_site/docs/master/embedding/interactive-embedding-quick-start-guide.html index 666ec21140..f18ed74372 100644 --- a/_site/docs/master/embedding/interactive-embedding-quick-start-guide.html +++ b/_site/docs/master/embedding/interactive-embedding-quick-start-guide.html @@ -2539,9 +2539,9 @@
    Embedding
    -
  • - - Interactive embedding +
  • + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2708,9 +2788,9 @@
    Embedding
    -
  • - - Embedded analytics SDK +
  • + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/embedding/interactive-embedding.html b/_site/docs/master/embedding/interactive-embedding.html index 2b8030ceea..0e03c7ecf7 100644 --- a/_site/docs/master/embedding/interactive-embedding.html +++ b/_site/docs/master/embedding/interactive-embedding.html @@ -2539,9 +2539,9 @@
    Embedding
    -
  • - - Interactive embedding +
  • + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2708,9 +2788,9 @@
    Embedding
    -
  • - - Embedded analytics SDK +
  • + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/embedding/interactive-ui-components.html b/_site/docs/master/embedding/interactive-ui-components.html index bc6bfece3e..0587690fa0 100644 --- a/_site/docs/master/embedding/interactive-ui-components.html +++ b/_site/docs/master/embedding/interactive-ui-components.html @@ -2539,9 +2539,9 @@
    Embedding
    -
  • - - Interactive embedding +
  • + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2708,9 +2788,9 @@
    Embedding
    -
  • - - Embedded analytics SDK +
  • + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/embedding/introduction.html b/_site/docs/master/embedding/introduction.html index 77eaa339e8..c7bb6c732a 100644 --- a/_site/docs/master/embedding/introduction.html +++ b/_site/docs/master/embedding/introduction.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/embedding/public-links.html b/_site/docs/master/embedding/public-links.html index f797b459a8..7a2f2a3dee 100644 --- a/_site/docs/master/embedding/public-links.html +++ b/_site/docs/master/embedding/public-links.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2962,9 +2862,9 @@
    Embedding
    -
  • - - Securing embedded Metabase +
  • + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/embedding/sdk/appearance.html b/_site/docs/master/embedding/sdk/appearance.html index 2edb650dee..ce012f2b90 100644 --- a/_site/docs/master/embedding/sdk/appearance.html +++ b/_site/docs/master/embedding/sdk/appearance.html @@ -2539,9 +2539,9 @@
    Embedding
    -
  • - - Interactive embedding +
  • + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2577,28 +2577,129 @@
    Embedding
    -
  • - - Quickstart +
  • + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2708,9 +2788,9 @@
    Embedding
    -
  • - - Embedded analytics SDK +
  • + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/embedding/sdk/authentication.html b/_site/docs/master/embedding/sdk/authentication.html index 22f4c408bf..dd2c09024b 100644 --- a/_site/docs/master/embedding/sdk/authentication.html +++ b/_site/docs/master/embedding/sdk/authentication.html @@ -2539,9 +2539,9 @@
    Embedding
    -
  • - - Interactive embedding +
  • + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2577,28 +2577,129 @@
    Embedding
    -
  • - - Quickstart +
  • + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2708,9 +2788,9 @@
    Embedding
    -
  • - - Embedded analytics SDK +
  • + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/embedding/sdk/collections.html b/_site/docs/master/embedding/sdk/collections.html index ee20d0efaa..87dd420aa2 100644 --- a/_site/docs/master/embedding/sdk/collections.html +++ b/_site/docs/master/embedding/sdk/collections.html @@ -2539,9 +2539,9 @@
    Embedding
    -
  • - - Interactive embedding +
  • + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2577,28 +2577,129 @@
    Embedding
    -
  • - - Quickstart +
  • + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2708,9 +2788,9 @@
    Embedding
    -
  • - - Embedded analytics SDK +
  • + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/embedding/sdk/config.html b/_site/docs/master/embedding/sdk/config.html index 50d11bf37c..edaf1d045d 100644 --- a/_site/docs/master/embedding/sdk/config.html +++ b/_site/docs/master/embedding/sdk/config.html @@ -2539,9 +2539,9 @@
    Embedding
    -
  • - - Interactive embedding +
  • + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2577,28 +2577,129 @@
    Embedding
    -
  • - - Quickstart +
  • + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2708,9 +2788,9 @@
    Embedding
    -
  • - - Embedded analytics SDK +
  • + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/embedding/sdk/dashboards.html b/_site/docs/master/embedding/sdk/dashboards.html index bf9288cdc1..13f07323d3 100644 --- a/_site/docs/master/embedding/sdk/dashboards.html +++ b/_site/docs/master/embedding/sdk/dashboards.html @@ -2539,9 +2539,9 @@
    Embedding
    -
  • - - Interactive embedding +
  • + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2577,28 +2577,129 @@
    Embedding
    -
  • - - Quickstart +
  • + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2708,9 +2788,9 @@
    Embedding
    -
  • - - Embedded analytics SDK +
  • + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/embedding/sdk/introduction.html b/_site/docs/master/embedding/sdk/introduction.html index cefc471c48..98d4a12082 100644 --- a/_site/docs/master/embedding/sdk/introduction.html +++ b/_site/docs/master/embedding/sdk/introduction.html @@ -2539,9 +2539,9 @@
    Embedding
    -
  • - - Interactive embedding +
  • + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2577,28 +2577,129 @@
    Embedding
    -
  • - - Quickstart +
  • + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2708,9 +2788,9 @@
    Embedding
    -
  • - - Embedded analytics SDK +
  • + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/embedding/sdk/next-js.html b/_site/docs/master/embedding/sdk/next-js.html index ae505e2f02..f689bf2b8c 100644 --- a/_site/docs/master/embedding/sdk/next-js.html +++ b/_site/docs/master/embedding/sdk/next-js.html @@ -2539,9 +2539,9 @@
    Embedding
    -
  • - - Interactive embedding +
  • + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2577,28 +2577,129 @@
    Embedding
    -
  • - - Quickstart +
  • + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2708,9 +2788,9 @@
    Embedding
    -
  • - - Embedded analytics SDK +
  • + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/embedding/sdk/plugins.html b/_site/docs/master/embedding/sdk/plugins.html index 598f2e27b4..fe44637f0c 100644 --- a/_site/docs/master/embedding/sdk/plugins.html +++ b/_site/docs/master/embedding/sdk/plugins.html @@ -2539,9 +2539,9 @@
    Embedding
    -
  • - - Interactive embedding +
  • + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2577,28 +2577,129 @@
    Embedding
    -
  • - - Quickstart +
  • + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2708,9 +2788,9 @@
    Embedding
    -
  • - - Embedded analytics SDK +
  • + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/embedding/sdk/questions.html b/_site/docs/master/embedding/sdk/questions.html index a52532c8c1..28dd43220c 100644 --- a/_site/docs/master/embedding/sdk/questions.html +++ b/_site/docs/master/embedding/sdk/questions.html @@ -2539,9 +2539,9 @@
    Embedding
    -
  • - - Interactive embedding +
  • + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2577,28 +2577,129 @@
    Embedding
    -
  • - - Quickstart +
  • + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2708,9 +2788,9 @@
    Embedding
    -
  • - - Embedded analytics SDK +
  • + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/embedding/sdk/quickstart-cli.html b/_site/docs/master/embedding/sdk/quickstart-cli.html index 3be966cb17..74ee8769c2 100644 --- a/_site/docs/master/embedding/sdk/quickstart-cli.html +++ b/_site/docs/master/embedding/sdk/quickstart-cli.html @@ -2539,9 +2539,9 @@
    Embedding
    -
  • - - Interactive embedding +
  • + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2577,28 +2577,129 @@
    Embedding
    -
  • - - Quickstart +
  • + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2708,9 +2788,9 @@
    Embedding
    -
  • - - Embedded analytics SDK +
  • + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/embedding/sdk/quickstart-with-sample-app.html b/_site/docs/master/embedding/sdk/quickstart-with-sample-app.html index 0f244f7f6b..8c788999f6 100644 --- a/_site/docs/master/embedding/sdk/quickstart-with-sample-app.html +++ b/_site/docs/master/embedding/sdk/quickstart-with-sample-app.html @@ -2539,9 +2539,9 @@
    Embedding
    -
  • - - Interactive embedding +
  • + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2577,28 +2577,129 @@
    Embedding
    -
  • - - Quickstart +
  • + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2708,9 +2788,9 @@
    Embedding
    -
  • - - Embedded analytics SDK +
  • + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/embedding/sdk/quickstart.html b/_site/docs/master/embedding/sdk/quickstart.html index 7464d357bb..3a6375d127 100644 --- a/_site/docs/master/embedding/sdk/quickstart.html +++ b/_site/docs/master/embedding/sdk/quickstart.html @@ -2539,9 +2539,9 @@
    Embedding
    -
  • - - Interactive embedding +
  • + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2577,28 +2577,129 @@
    Embedding
    -
  • - - Quickstart +
  • + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2708,9 +2788,9 @@
    Embedding
    -
  • - - Embedded analytics SDK +
  • + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/embedding/sdk/upgrade.html b/_site/docs/master/embedding/sdk/upgrade.html index 49d46f4557..896c9559c5 100644 --- a/_site/docs/master/embedding/sdk/upgrade.html +++ b/_site/docs/master/embedding/sdk/upgrade.html @@ -2539,9 +2539,9 @@
    Embedding
    -
  • - - Interactive embedding +
  • + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2577,28 +2577,129 @@
    Embedding
    -
  • - - Quickstart +
  • + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2708,9 +2788,9 @@
    Embedding
    -
  • - - Embedded analytics SDK +
  • + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/embedding/sdk/version.html b/_site/docs/master/embedding/sdk/version.html index c6456a34e3..dfd0b340ae 100644 --- a/_site/docs/master/embedding/sdk/version.html +++ b/_site/docs/master/embedding/sdk/version.html @@ -2539,9 +2539,9 @@
    Embedding
    -
  • - - Interactive embedding +
  • + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2577,28 +2577,129 @@
    Embedding
    -
  • - - Quickstart +
  • + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2708,9 +2788,9 @@
    Embedding
    -
  • - - Embedded analytics SDK +
  • + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/embedding/securing-embeds.html b/_site/docs/master/embedding/securing-embeds.html index 679ec7133d..153a3461a9 100644 --- a/_site/docs/master/embedding/securing-embeds.html +++ b/_site/docs/master/embedding/securing-embeds.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2962,9 +2862,9 @@
    Embedding
    -
  • - - Securing embedded Metabase +
  • + + Public links and embeds @@ -2980,9 +2880,9 @@
    Embedding
    -
  • - - Translated embedded questions and dashboards +
  • + + Securing embedded Metabase diff --git a/_site/docs/master/embedding/start.html b/_site/docs/master/embedding/start.html index ac444e8c72..a8c8d17bfd 100644 --- a/_site/docs/master/embedding/start.html +++ b/_site/docs/master/embedding/start.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/embedding/static-embedding-parameters.html b/_site/docs/master/embedding/static-embedding-parameters.html index bf591abca4..b2516f17e0 100644 --- a/_site/docs/master/embedding/static-embedding-parameters.html +++ b/_site/docs/master/embedding/static-embedding-parameters.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/embedding/static-embedding.html b/_site/docs/master/embedding/static-embedding.html index 69bffd9b7a..899e6adc7d 100644 --- a/_site/docs/master/embedding/static-embedding.html +++ b/_site/docs/master/embedding/static-embedding.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/embedding/translations.html b/_site/docs/master/embedding/translations.html index c560ae1783..c6931d5102 100644 --- a/_site/docs/master/embedding/translations.html +++ b/_site/docs/master/embedding/translations.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,25 +2714,7 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - - -
  • +
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2980,9 +2880,9 @@
    Embedding
    -
  • - - Translated embedded questions and dashboards +
  • + + Securing embedded Metabase diff --git a/_site/docs/master/exploration-and-organization/collections.html b/_site/docs/master/exploration-and-organization/collections.html index 3a68966bc0..e3640c168a 100644 --- a/_site/docs/master/exploration-and-organization/collections.html +++ b/_site/docs/master/exploration-and-organization/collections.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/exploration-and-organization/content-verification.html b/_site/docs/master/exploration-and-organization/content-verification.html index 38daf363f8..8979788b0f 100644 --- a/_site/docs/master/exploration-and-organization/content-verification.html +++ b/_site/docs/master/exploration-and-organization/content-verification.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/exploration-and-organization/data-model-reference.html b/_site/docs/master/exploration-and-organization/data-model-reference.html index e38c356fca..57a9753564 100644 --- a/_site/docs/master/exploration-and-organization/data-model-reference.html +++ b/_site/docs/master/exploration-and-organization/data-model-reference.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/exploration-and-organization/delete-and-restore.html b/_site/docs/master/exploration-and-organization/delete-and-restore.html index 7d09f5c4d8..1a4070f4d0 100644 --- a/_site/docs/master/exploration-and-organization/delete-and-restore.html +++ b/_site/docs/master/exploration-and-organization/delete-and-restore.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/exploration-and-organization/events-and-timelines.html b/_site/docs/master/exploration-and-organization/events-and-timelines.html index 3107a9aff2..ff278d1ac2 100644 --- a/_site/docs/master/exploration-and-organization/events-and-timelines.html +++ b/_site/docs/master/exploration-and-organization/events-and-timelines.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/exploration-and-organization/exploration.html b/_site/docs/master/exploration-and-organization/exploration.html index 3c5d5ef296..578468e788 100644 --- a/_site/docs/master/exploration-and-organization/exploration.html +++ b/_site/docs/master/exploration-and-organization/exploration.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/exploration-and-organization/history.html b/_site/docs/master/exploration-and-organization/history.html index c281821d5c..a0a96c7ed2 100644 --- a/_site/docs/master/exploration-and-organization/history.html +++ b/_site/docs/master/exploration-and-organization/history.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/exploration-and-organization/keyboard-shortcuts.html b/_site/docs/master/exploration-and-organization/keyboard-shortcuts.html index 3f76a152e4..69661319eb 100644 --- a/_site/docs/master/exploration-and-organization/keyboard-shortcuts.html +++ b/_site/docs/master/exploration-and-organization/keyboard-shortcuts.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/exploration-and-organization/start.html b/_site/docs/master/exploration-and-organization/start.html index 17cd0f68b2..e02c39d890 100644 --- a/_site/docs/master/exploration-and-organization/start.html +++ b/_site/docs/master/exploration-and-organization/start.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/exploration-and-organization/uploads.html b/_site/docs/master/exploration-and-organization/uploads.html index 1a53530da9..ee1cd9c06d 100644 --- a/_site/docs/master/exploration-and-organization/uploads.html +++ b/_site/docs/master/exploration-and-organization/uploads.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/exploration-and-organization/x-rays.html b/_site/docs/master/exploration-and-organization/x-rays.html index a2bf74a9b4..32ddfd4ead 100644 --- a/_site/docs/master/exploration-and-organization/x-rays.html +++ b/_site/docs/master/exploration-and-organization/x-rays.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/index.html b/_site/docs/master/index.html index 11c88da1a1..c454cf6547 100644 --- a/_site/docs/master/index.html +++ b/_site/docs/master/index.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/installation-and-operation/accessibility.html b/_site/docs/master/installation-and-operation/accessibility.html index cede598b1e..6fd8ce6449 100644 --- a/_site/docs/master/installation-and-operation/accessibility.html +++ b/_site/docs/master/installation-and-operation/accessibility.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/installation-and-operation/activating-the-enterprise-edition.html b/_site/docs/master/installation-and-operation/activating-the-enterprise-edition.html index 908043fd9b..53c1cf2d0e 100644 --- a/_site/docs/master/installation-and-operation/activating-the-enterprise-edition.html +++ b/_site/docs/master/installation-and-operation/activating-the-enterprise-edition.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/installation-and-operation/backing-up-metabase-application-data.html b/_site/docs/master/installation-and-operation/backing-up-metabase-application-data.html index 82dc3e41e7..1136ba37f3 100644 --- a/_site/docs/master/installation-and-operation/backing-up-metabase-application-data.html +++ b/_site/docs/master/installation-and-operation/backing-up-metabase-application-data.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/installation-and-operation/commands.html b/_site/docs/master/installation-and-operation/commands.html index 61d67b8e58..319a25b70c 100644 --- a/_site/docs/master/installation-and-operation/commands.html +++ b/_site/docs/master/installation-and-operation/commands.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/installation-and-operation/configuring-application-database.html b/_site/docs/master/installation-and-operation/configuring-application-database.html index da2362274d..ed6b1dd53e 100644 --- a/_site/docs/master/installation-and-operation/configuring-application-database.html +++ b/_site/docs/master/installation-and-operation/configuring-application-database.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/installation-and-operation/creating-RDS-database-on-AWS.html b/_site/docs/master/installation-and-operation/creating-RDS-database-on-AWS.html index f237bbcb3e..0dcc41bf3a 100644 --- a/_site/docs/master/installation-and-operation/creating-RDS-database-on-AWS.html +++ b/_site/docs/master/installation-and-operation/creating-RDS-database-on-AWS.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/installation-and-operation/development-instance.html b/_site/docs/master/installation-and-operation/development-instance.html index d78c9b687a..d1e036306e 100644 --- a/_site/docs/master/installation-and-operation/development-instance.html +++ b/_site/docs/master/installation-and-operation/development-instance.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/installation-and-operation/information-collection.html b/_site/docs/master/installation-and-operation/information-collection.html index 19e8f506be..a5d43b5b09 100644 --- a/_site/docs/master/installation-and-operation/information-collection.html +++ b/_site/docs/master/installation-and-operation/information-collection.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/installation-and-operation/installing-metabase.html b/_site/docs/master/installation-and-operation/installing-metabase.html index 656cdb20e6..54ffc9b7dd 100644 --- a/_site/docs/master/installation-and-operation/installing-metabase.html +++ b/_site/docs/master/installation-and-operation/installing-metabase.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/installation-and-operation/migrating-from-h2.html b/_site/docs/master/installation-and-operation/migrating-from-h2.html index 72f4ea4b1b..1c13633a84 100644 --- a/_site/docs/master/installation-and-operation/migrating-from-h2.html +++ b/_site/docs/master/installation-and-operation/migrating-from-h2.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/installation-and-operation/monitoring-metabase.html b/_site/docs/master/installation-and-operation/monitoring-metabase.html index cbe5004611..87a5f441ed 100644 --- a/_site/docs/master/installation-and-operation/monitoring-metabase.html +++ b/_site/docs/master/installation-and-operation/monitoring-metabase.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/installation-and-operation/observability-with-prometheus.html b/_site/docs/master/installation-and-operation/observability-with-prometheus.html index d1ccba6dfc..d64720593d 100644 --- a/_site/docs/master/installation-and-operation/observability-with-prometheus.html +++ b/_site/docs/master/installation-and-operation/observability-with-prometheus.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/installation-and-operation/privacy.html b/_site/docs/master/installation-and-operation/privacy.html index 58465d0cfa..77a70711de 100644 --- a/_site/docs/master/installation-and-operation/privacy.html +++ b/_site/docs/master/installation-and-operation/privacy.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/installation-and-operation/running-metabase-on-azure.html b/_site/docs/master/installation-and-operation/running-metabase-on-azure.html index ca33765af3..27762c12ec 100644 --- a/_site/docs/master/installation-and-operation/running-metabase-on-azure.html +++ b/_site/docs/master/installation-and-operation/running-metabase-on-azure.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase @@ -5034,7 +4934,7 @@

    How to see the logs

    Visit your web app in Azure, and navigate to Monitoring -> Log stream.

    -

    You should be able to see the logs as well inside Metabase by going to Settings -> Admin -> Troubleshooting -> Logs.

    +

    You should be able to see the logs as well inside Metabase by going to Settings -> Admin -> Tools -> Logs.

    Performance tuning

    diff --git a/_site/docs/master/installation-and-operation/running-metabase-on-debian.html b/_site/docs/master/installation-and-operation/running-metabase-on-debian.html index ef400d37e6..dd9caa5213 100644 --- a/_site/docs/master/installation-and-operation/running-metabase-on-debian.html +++ b/_site/docs/master/installation-and-operation/running-metabase-on-debian.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/installation-and-operation/running-metabase-on-docker.html b/_site/docs/master/installation-and-operation/running-metabase-on-docker.html index 7f058eb91b..8807e245b0 100644 --- a/_site/docs/master/installation-and-operation/running-metabase-on-docker.html +++ b/_site/docs/master/installation-and-operation/running-metabase-on-docker.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/installation-and-operation/running-metabase-on-elastic-beanstalk.html b/_site/docs/master/installation-and-operation/running-metabase-on-elastic-beanstalk.html index ec12b6ce12..4630981769 100644 --- a/_site/docs/master/installation-and-operation/running-metabase-on-elastic-beanstalk.html +++ b/_site/docs/master/installation-and-operation/running-metabase-on-elastic-beanstalk.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/installation-and-operation/running-metabase-on-podman.html b/_site/docs/master/installation-and-operation/running-metabase-on-podman.html index 71b4e2c647..058bb90228 100644 --- a/_site/docs/master/installation-and-operation/running-metabase-on-podman.html +++ b/_site/docs/master/installation-and-operation/running-metabase-on-podman.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/installation-and-operation/running-the-metabase-jar-file.html b/_site/docs/master/installation-and-operation/running-the-metabase-jar-file.html index bfd57e41e3..1975d62335 100644 --- a/_site/docs/master/installation-and-operation/running-the-metabase-jar-file.html +++ b/_site/docs/master/installation-and-operation/running-the-metabase-jar-file.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/installation-and-operation/serialization.html b/_site/docs/master/installation-and-operation/serialization.html index 0c6a377b2e..70e2284fd4 100644 --- a/_site/docs/master/installation-and-operation/serialization.html +++ b/_site/docs/master/installation-and-operation/serialization.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/installation-and-operation/start.html b/_site/docs/master/installation-and-operation/start.html index 7ae525103a..347fa1c662 100644 --- a/_site/docs/master/installation-and-operation/start.html +++ b/_site/docs/master/installation-and-operation/start.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/installation-and-operation/supported-browsers.html b/_site/docs/master/installation-and-operation/supported-browsers.html index 4bbc155009..3ea4060557 100644 --- a/_site/docs/master/installation-and-operation/supported-browsers.html +++ b/_site/docs/master/installation-and-operation/supported-browsers.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/installation-and-operation/upgrading-metabase.html b/_site/docs/master/installation-and-operation/upgrading-metabase.html index a49ccc04eb..cf2022c3f8 100644 --- a/_site/docs/master/installation-and-operation/upgrading-metabase.html +++ b/_site/docs/master/installation-and-operation/upgrading-metabase.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/people-and-groups/account-settings.html b/_site/docs/master/people-and-groups/account-settings.html index aedd3f89fb..252b3423a1 100644 --- a/_site/docs/master/people-and-groups/account-settings.html +++ b/_site/docs/master/people-and-groups/account-settings.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/people-and-groups/api-keys.html b/_site/docs/master/people-and-groups/api-keys.html index 866b4ea21f..8139fa94eb 100644 --- a/_site/docs/master/people-and-groups/api-keys.html +++ b/_site/docs/master/people-and-groups/api-keys.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/people-and-groups/authenticating-with-jwt.html b/_site/docs/master/people-and-groups/authenticating-with-jwt.html index cd3ebed877..a51cd8d1c1 100644 --- a/_site/docs/master/people-and-groups/authenticating-with-jwt.html +++ b/_site/docs/master/people-and-groups/authenticating-with-jwt.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/people-and-groups/authenticating-with-saml.html b/_site/docs/master/people-and-groups/authenticating-with-saml.html index 8b90e103a2..ae4755ce94 100644 --- a/_site/docs/master/people-and-groups/authenticating-with-saml.html +++ b/_site/docs/master/people-and-groups/authenticating-with-saml.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/people-and-groups/changing-password-complexity.html b/_site/docs/master/people-and-groups/changing-password-complexity.html index b19d4c9703..27ac01e7ae 100644 --- a/_site/docs/master/people-and-groups/changing-password-complexity.html +++ b/_site/docs/master/people-and-groups/changing-password-complexity.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/people-and-groups/changing-session-expiration.html b/_site/docs/master/people-and-groups/changing-session-expiration.html index ff219d45df..c4c7917cc6 100644 --- a/_site/docs/master/people-and-groups/changing-session-expiration.html +++ b/_site/docs/master/people-and-groups/changing-session-expiration.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/people-and-groups/google-sign-in.html b/_site/docs/master/people-and-groups/google-sign-in.html index 5027e3f357..e63a3aefcc 100644 --- a/_site/docs/master/people-and-groups/google-sign-in.html +++ b/_site/docs/master/people-and-groups/google-sign-in.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/people-and-groups/ldap.html b/_site/docs/master/people-and-groups/ldap.html index 07c0e2c0d3..1c2645df00 100644 --- a/_site/docs/master/people-and-groups/ldap.html +++ b/_site/docs/master/people-and-groups/ldap.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/people-and-groups/managing.html b/_site/docs/master/people-and-groups/managing.html index e4ba3bfc81..e0670e8955 100644 --- a/_site/docs/master/people-and-groups/managing.html +++ b/_site/docs/master/people-and-groups/managing.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/people-and-groups/saml-auth0.html b/_site/docs/master/people-and-groups/saml-auth0.html index 58ee297d68..34e2d39e14 100644 --- a/_site/docs/master/people-and-groups/saml-auth0.html +++ b/_site/docs/master/people-and-groups/saml-auth0.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/people-and-groups/saml-azure.html b/_site/docs/master/people-and-groups/saml-azure.html index 97e59f6d3b..fe76a5af32 100644 --- a/_site/docs/master/people-and-groups/saml-azure.html +++ b/_site/docs/master/people-and-groups/saml-azure.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/people-and-groups/saml-google.html b/_site/docs/master/people-and-groups/saml-google.html index fbd4c010b8..9f258e56db 100644 --- a/_site/docs/master/people-and-groups/saml-google.html +++ b/_site/docs/master/people-and-groups/saml-google.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/people-and-groups/saml-keycloak.html b/_site/docs/master/people-and-groups/saml-keycloak.html index 8a31b1d9ef..07b8305e56 100644 --- a/_site/docs/master/people-and-groups/saml-keycloak.html +++ b/_site/docs/master/people-and-groups/saml-keycloak.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/people-and-groups/saml-okta.html b/_site/docs/master/people-and-groups/saml-okta.html index 5693eae31d..f2812c07fb 100644 --- a/_site/docs/master/people-and-groups/saml-okta.html +++ b/_site/docs/master/people-and-groups/saml-okta.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/people-and-groups/start.html b/_site/docs/master/people-and-groups/start.html index 838493bbda..dcfc5fa2e3 100644 --- a/_site/docs/master/people-and-groups/start.html +++ b/_site/docs/master/people-and-groups/start.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/people-and-groups/user-provisioning.html b/_site/docs/master/people-and-groups/user-provisioning.html index 978587e348..c5c98d821d 100644 --- a/_site/docs/master/people-and-groups/user-provisioning.html +++ b/_site/docs/master/people-and-groups/user-provisioning.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/permissions/application.html b/_site/docs/master/permissions/application.html index 3f529a7e59..7fe2feb516 100644 --- a/_site/docs/master/permissions/application.html +++ b/_site/docs/master/permissions/application.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/permissions/collections.html b/_site/docs/master/permissions/collections.html index 939957734c..4d388d11a6 100644 --- a/_site/docs/master/permissions/collections.html +++ b/_site/docs/master/permissions/collections.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/permissions/data.html b/_site/docs/master/permissions/data.html index 172e1a715b..5bea6a1164 100644 --- a/_site/docs/master/permissions/data.html +++ b/_site/docs/master/permissions/data.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/permissions/database-routing.html b/_site/docs/master/permissions/database-routing.html index 6556a2d6a5..34238cc199 100644 --- a/_site/docs/master/permissions/database-routing.html +++ b/_site/docs/master/permissions/database-routing.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/permissions/embedding.html b/_site/docs/master/permissions/embedding.html index 21ec85f75d..d54dafefa0 100644 --- a/_site/docs/master/permissions/embedding.html +++ b/_site/docs/master/permissions/embedding.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/permissions/impersonation.html b/_site/docs/master/permissions/impersonation.html index 0050589aa2..dfb2a2284d 100644 --- a/_site/docs/master/permissions/impersonation.html +++ b/_site/docs/master/permissions/impersonation.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/permissions/introduction.html b/_site/docs/master/permissions/introduction.html index 6cff7e5079..9676738755 100644 --- a/_site/docs/master/permissions/introduction.html +++ b/_site/docs/master/permissions/introduction.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/permissions/no-self-service-deprecation.html b/_site/docs/master/permissions/no-self-service-deprecation.html index 3291ee6a28..6e0919d8e9 100644 --- a/_site/docs/master/permissions/no-self-service-deprecation.html +++ b/_site/docs/master/permissions/no-self-service-deprecation.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/permissions/notifications.html b/_site/docs/master/permissions/notifications.html index ca73f11c66..0897605c9b 100644 --- a/_site/docs/master/permissions/notifications.html +++ b/_site/docs/master/permissions/notifications.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/permissions/row-and-column-security-examples.html b/_site/docs/master/permissions/row-and-column-security-examples.html index 0f00c4cc3a..4620d43c18 100644 --- a/_site/docs/master/permissions/row-and-column-security-examples.html +++ b/_site/docs/master/permissions/row-and-column-security-examples.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/permissions/row-and-column-security.html b/_site/docs/master/permissions/row-and-column-security.html index 52c099b4c9..be8b849498 100644 --- a/_site/docs/master/permissions/row-and-column-security.html +++ b/_site/docs/master/permissions/row-and-column-security.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/permissions/snippets.html b/_site/docs/master/permissions/snippets.html index 3830492ce6..d44763a003 100644 --- a/_site/docs/master/permissions/snippets.html +++ b/_site/docs/master/permissions/snippets.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/permissions/start.html b/_site/docs/master/permissions/start.html index 1b7bf1a779..5e3f97cb66 100644 --- a/_site/docs/master/permissions/start.html +++ b/_site/docs/master/permissions/start.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/alerts.html b/_site/docs/master/questions/alerts.html index 02f8ffe236..63b75f8370 100644 --- a/_site/docs/master/questions/alerts.html +++ b/_site/docs/master/questions/alerts.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/exporting-results.html b/_site/docs/master/questions/exporting-results.html index 56a7a23c5a..c37520e713 100644 --- a/_site/docs/master/questions/exporting-results.html +++ b/_site/docs/master/questions/exporting-results.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/introduction.html b/_site/docs/master/questions/introduction.html index ff18dd7158..20cfd62411 100644 --- a/_site/docs/master/questions/introduction.html +++ b/_site/docs/master/questions/introduction.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/native-editor/basic-sql-parameters.html b/_site/docs/master/questions/native-editor/basic-sql-parameters.html index f342e5a4d6..eacf94a089 100644 --- a/_site/docs/master/questions/native-editor/basic-sql-parameters.html +++ b/_site/docs/master/questions/native-editor/basic-sql-parameters.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/native-editor/field-filters.html b/_site/docs/master/questions/native-editor/field-filters.html index 7f5c03e3ce..1056cdf6d4 100644 --- a/_site/docs/master/questions/native-editor/field-filters.html +++ b/_site/docs/master/questions/native-editor/field-filters.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/native-editor/filter-widgets.html b/_site/docs/master/questions/native-editor/filter-widgets.html index c91acd2b3d..1555099aef 100644 --- a/_site/docs/master/questions/native-editor/filter-widgets.html +++ b/_site/docs/master/questions/native-editor/filter-widgets.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/native-editor/optional-variables.html b/_site/docs/master/questions/native-editor/optional-variables.html index a2eea0d3c8..70305769e6 100644 --- a/_site/docs/master/questions/native-editor/optional-variables.html +++ b/_site/docs/master/questions/native-editor/optional-variables.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/native-editor/referencing-saved-questions-in-queries.html b/_site/docs/master/questions/native-editor/referencing-saved-questions-in-queries.html index fc02b91031..dc03e69571 100644 --- a/_site/docs/master/questions/native-editor/referencing-saved-questions-in-queries.html +++ b/_site/docs/master/questions/native-editor/referencing-saved-questions-in-queries.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/native-editor/snippets.html b/_site/docs/master/questions/native-editor/snippets.html index 37dfdd00aa..ced4e199e2 100644 --- a/_site/docs/master/questions/native-editor/snippets.html +++ b/_site/docs/master/questions/native-editor/snippets.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/native-editor/sql-parameters.html b/_site/docs/master/questions/native-editor/sql-parameters.html index 2bbb9301fa..5b6fd7774f 100644 --- a/_site/docs/master/questions/native-editor/sql-parameters.html +++ b/_site/docs/master/questions/native-editor/sql-parameters.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/native-editor/time-grouping-parameters.html b/_site/docs/master/questions/native-editor/time-grouping-parameters.html index 2efefb5d12..e7539447f8 100644 --- a/_site/docs/master/questions/native-editor/time-grouping-parameters.html +++ b/_site/docs/master/questions/native-editor/time-grouping-parameters.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/native-editor/writing-sql.html b/_site/docs/master/questions/native-editor/writing-sql.html index 370f70eda9..a18785b3b2 100644 --- a/_site/docs/master/questions/native-editor/writing-sql.html +++ b/_site/docs/master/questions/native-editor/writing-sql.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/query-builder/editor.html b/_site/docs/master/questions/query-builder/editor.html index 5d383bcae5..28a165fa1a 100644 --- a/_site/docs/master/questions/query-builder/editor.html +++ b/_site/docs/master/questions/query-builder/editor.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/query-builder/expressions-list.html b/_site/docs/master/questions/query-builder/expressions-list.html index a37a9ee5fa..268e5f1bd8 100644 --- a/_site/docs/master/questions/query-builder/expressions-list.html +++ b/_site/docs/master/questions/query-builder/expressions-list.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/query-builder/expressions.html b/_site/docs/master/questions/query-builder/expressions.html index a8e8820289..11999eff13 100644 --- a/_site/docs/master/questions/query-builder/expressions.html +++ b/_site/docs/master/questions/query-builder/expressions.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/query-builder/expressions/case.html b/_site/docs/master/questions/query-builder/expressions/case.html index b7d8313227..256d054130 100644 --- a/_site/docs/master/questions/query-builder/expressions/case.html +++ b/_site/docs/master/questions/query-builder/expressions/case.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/query-builder/expressions/coalesce.html b/_site/docs/master/questions/query-builder/expressions/coalesce.html index 695098bffc..e76143d94b 100644 --- a/_site/docs/master/questions/query-builder/expressions/coalesce.html +++ b/_site/docs/master/questions/query-builder/expressions/coalesce.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/query-builder/expressions/concat.html b/_site/docs/master/questions/query-builder/expressions/concat.html index 270fce617c..f832f2eeb9 100644 --- a/_site/docs/master/questions/query-builder/expressions/concat.html +++ b/_site/docs/master/questions/query-builder/expressions/concat.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/query-builder/expressions/converttimezone.html b/_site/docs/master/questions/query-builder/expressions/converttimezone.html index dc73d9d5e0..8c57e0c9fe 100644 --- a/_site/docs/master/questions/query-builder/expressions/converttimezone.html +++ b/_site/docs/master/questions/query-builder/expressions/converttimezone.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/query-builder/expressions/countif.html b/_site/docs/master/questions/query-builder/expressions/countif.html index d141beb678..8aee9607a4 100644 --- a/_site/docs/master/questions/query-builder/expressions/countif.html +++ b/_site/docs/master/questions/query-builder/expressions/countif.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/query-builder/expressions/cumulative.html b/_site/docs/master/questions/query-builder/expressions/cumulative.html index 00084f850c..397633d020 100644 --- a/_site/docs/master/questions/query-builder/expressions/cumulative.html +++ b/_site/docs/master/questions/query-builder/expressions/cumulative.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/query-builder/expressions/datetimeadd.html b/_site/docs/master/questions/query-builder/expressions/datetimeadd.html index 27af40e188..92018b600a 100644 --- a/_site/docs/master/questions/query-builder/expressions/datetimeadd.html +++ b/_site/docs/master/questions/query-builder/expressions/datetimeadd.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/query-builder/expressions/datetimediff.html b/_site/docs/master/questions/query-builder/expressions/datetimediff.html index d6fda586eb..d2b80194bf 100644 --- a/_site/docs/master/questions/query-builder/expressions/datetimediff.html +++ b/_site/docs/master/questions/query-builder/expressions/datetimediff.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/query-builder/expressions/datetimesubtract.html b/_site/docs/master/questions/query-builder/expressions/datetimesubtract.html index fd2f0d2ce1..d1d829d7f4 100644 --- a/_site/docs/master/questions/query-builder/expressions/datetimesubtract.html +++ b/_site/docs/master/questions/query-builder/expressions/datetimesubtract.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/query-builder/expressions/in.html b/_site/docs/master/questions/query-builder/expressions/in.html index 4fc6e82c9b..692916efc9 100644 --- a/_site/docs/master/questions/query-builder/expressions/in.html +++ b/_site/docs/master/questions/query-builder/expressions/in.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/query-builder/expressions/isempty.html b/_site/docs/master/questions/query-builder/expressions/isempty.html index 6902b847bc..7b9c1d40ea 100644 --- a/_site/docs/master/questions/query-builder/expressions/isempty.html +++ b/_site/docs/master/questions/query-builder/expressions/isempty.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/query-builder/expressions/isnull.html b/_site/docs/master/questions/query-builder/expressions/isnull.html index f736ed5b95..600414ccdf 100644 --- a/_site/docs/master/questions/query-builder/expressions/isnull.html +++ b/_site/docs/master/questions/query-builder/expressions/isnull.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/query-builder/expressions/now.html b/_site/docs/master/questions/query-builder/expressions/now.html index a98e588038..75321429ad 100644 --- a/_site/docs/master/questions/query-builder/expressions/now.html +++ b/_site/docs/master/questions/query-builder/expressions/now.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/query-builder/expressions/offset.html b/_site/docs/master/questions/query-builder/expressions/offset.html index 3209b16693..88b50db072 100644 --- a/_site/docs/master/questions/query-builder/expressions/offset.html +++ b/_site/docs/master/questions/query-builder/expressions/offset.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/query-builder/expressions/regexextract.html b/_site/docs/master/questions/query-builder/expressions/regexextract.html index eb90e3a67b..f193d77cf8 100644 --- a/_site/docs/master/questions/query-builder/expressions/regexextract.html +++ b/_site/docs/master/questions/query-builder/expressions/regexextract.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/query-builder/expressions/substring.html b/_site/docs/master/questions/query-builder/expressions/substring.html index b15f64ee48..b8977b68a9 100644 --- a/_site/docs/master/questions/query-builder/expressions/substring.html +++ b/_site/docs/master/questions/query-builder/expressions/substring.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/query-builder/expressions/sumif.html b/_site/docs/master/questions/query-builder/expressions/sumif.html index e146fb5705..83499c286e 100644 --- a/_site/docs/master/questions/query-builder/expressions/sumif.html +++ b/_site/docs/master/questions/query-builder/expressions/sumif.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/query-builder/expressions/week.html b/_site/docs/master/questions/query-builder/expressions/week.html index bcef0dcb29..8dadbd1e6e 100644 --- a/_site/docs/master/questions/query-builder/expressions/week.html +++ b/_site/docs/master/questions/query-builder/expressions/week.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/query-builder/filters.html b/_site/docs/master/questions/query-builder/filters.html index 35c26ee9e0..167d37298a 100644 --- a/_site/docs/master/questions/query-builder/filters.html +++ b/_site/docs/master/questions/query-builder/filters.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/query-builder/join.html b/_site/docs/master/questions/query-builder/join.html index d47210e1f8..5fc2e7b0d5 100644 --- a/_site/docs/master/questions/query-builder/join.html +++ b/_site/docs/master/questions/query-builder/join.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/query-builder/summarizing-and-grouping.html b/_site/docs/master/questions/query-builder/summarizing-and-grouping.html index a44db84487..927a346b9b 100644 --- a/_site/docs/master/questions/query-builder/summarizing-and-grouping.html +++ b/_site/docs/master/questions/query-builder/summarizing-and-grouping.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/start.html b/_site/docs/master/questions/start.html index 6a91f07668..5ed3d93664 100644 --- a/_site/docs/master/questions/start.html +++ b/_site/docs/master/questions/start.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/visualizations/combo-chart.html b/_site/docs/master/questions/visualizations/combo-chart.html index e1ef5797bb..21fc67cdac 100644 --- a/_site/docs/master/questions/visualizations/combo-chart.html +++ b/_site/docs/master/questions/visualizations/combo-chart.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/visualizations/country-codes.html b/_site/docs/master/questions/visualizations/country-codes.html index f66b4d00c3..f10b0fbea5 100644 --- a/_site/docs/master/questions/visualizations/country-codes.html +++ b/_site/docs/master/questions/visualizations/country-codes.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/visualizations/detail.html b/_site/docs/master/questions/visualizations/detail.html index 7df0d1b70d..3fbc45afde 100644 --- a/_site/docs/master/questions/visualizations/detail.html +++ b/_site/docs/master/questions/visualizations/detail.html @@ -2554,8 +2554,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2577,8 +2577,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2592,27 +2592,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2627,24 +2728,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2692,25 +2775,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2723,8 +2803,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2746,8 +2826,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2761,7 +2841,7 @@
    Embedding
  • - + Quickstart @@ -2776,188 +2856,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2977,8 +2877,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2995,8 +2895,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/visualizations/funnel.html b/_site/docs/master/questions/visualizations/funnel.html index 6c8c329241..3db45931b9 100644 --- a/_site/docs/master/questions/visualizations/funnel.html +++ b/_site/docs/master/questions/visualizations/funnel.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/visualizations/gauge.html b/_site/docs/master/questions/visualizations/gauge.html index 05a9191ae2..d56c467d29 100644 --- a/_site/docs/master/questions/visualizations/gauge.html +++ b/_site/docs/master/questions/visualizations/gauge.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/visualizations/line-bar-and-area-charts.html b/_site/docs/master/questions/visualizations/line-bar-and-area-charts.html index 5a4c282b5e..dc910ae793 100644 --- a/_site/docs/master/questions/visualizations/line-bar-and-area-charts.html +++ b/_site/docs/master/questions/visualizations/line-bar-and-area-charts.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/visualizations/map.html b/_site/docs/master/questions/visualizations/map.html index 920be89854..9761f07c6c 100644 --- a/_site/docs/master/questions/visualizations/map.html +++ b/_site/docs/master/questions/visualizations/map.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/visualizations/numbers.html b/_site/docs/master/questions/visualizations/numbers.html index a6d517b127..b1071cfdc8 100644 --- a/_site/docs/master/questions/visualizations/numbers.html +++ b/_site/docs/master/questions/visualizations/numbers.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/visualizations/pie-or-donut-chart.html b/_site/docs/master/questions/visualizations/pie-or-donut-chart.html index 52aecf959c..8ed703c819 100644 --- a/_site/docs/master/questions/visualizations/pie-or-donut-chart.html +++ b/_site/docs/master/questions/visualizations/pie-or-donut-chart.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/visualizations/pivot-table.html b/_site/docs/master/questions/visualizations/pivot-table.html index 1e6aed1404..844e76d44f 100644 --- a/_site/docs/master/questions/visualizations/pivot-table.html +++ b/_site/docs/master/questions/visualizations/pivot-table.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/visualizations/progress-bar.html b/_site/docs/master/questions/visualizations/progress-bar.html index 4a9cdf5fe1..00d881c883 100644 --- a/_site/docs/master/questions/visualizations/progress-bar.html +++ b/_site/docs/master/questions/visualizations/progress-bar.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/visualizations/sankey.html b/_site/docs/master/questions/visualizations/sankey.html index dd6fcc728f..aae7ae8a86 100644 --- a/_site/docs/master/questions/visualizations/sankey.html +++ b/_site/docs/master/questions/visualizations/sankey.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/visualizations/scatterplot-or-bubble-chart.html b/_site/docs/master/questions/visualizations/scatterplot-or-bubble-chart.html index aa9de24da6..4a240fc77f 100644 --- a/_site/docs/master/questions/visualizations/scatterplot-or-bubble-chart.html +++ b/_site/docs/master/questions/visualizations/scatterplot-or-bubble-chart.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/visualizations/table.html b/_site/docs/master/questions/visualizations/table.html index db8f20526f..9377e0e9de 100644 --- a/_site/docs/master/questions/visualizations/table.html +++ b/_site/docs/master/questions/visualizations/table.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/visualizations/tooltips.html b/_site/docs/master/questions/visualizations/tooltips.html index 89a492cf67..5ecf6893c6 100644 --- a/_site/docs/master/questions/visualizations/tooltips.html +++ b/_site/docs/master/questions/visualizations/tooltips.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/visualizations/trend.html b/_site/docs/master/questions/visualizations/trend.html index 65c7be266d..e53206fc22 100644 --- a/_site/docs/master/questions/visualizations/trend.html +++ b/_site/docs/master/questions/visualizations/trend.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/visualizations/visualizing-results.html b/_site/docs/master/questions/visualizations/visualizing-results.html index da00d30ae2..2461fe97fc 100644 --- a/_site/docs/master/questions/visualizations/visualizing-results.html +++ b/_site/docs/master/questions/visualizations/visualizing-results.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/questions/visualizations/waterfall-chart.html b/_site/docs/master/questions/visualizations/waterfall-chart.html index 2fb15edaba..8acebe80ad 100644 --- a/_site/docs/master/questions/visualizations/waterfall-chart.html +++ b/_site/docs/master/questions/visualizations/waterfall-chart.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/troubleshooting-guide/bigquery-drive.html b/_site/docs/master/troubleshooting-guide/bigquery-drive.html index e1ff7a769b..6426a1e619 100644 --- a/_site/docs/master/troubleshooting-guide/bigquery-drive.html +++ b/_site/docs/master/troubleshooting-guide/bigquery-drive.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/troubleshooting-guide/bugs.html b/_site/docs/master/troubleshooting-guide/bugs.html index 6d1a07a0ec..44eedd1b4c 100644 --- a/_site/docs/master/troubleshooting-guide/bugs.html +++ b/_site/docs/master/troubleshooting-guide/bugs.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/troubleshooting-guide/cant-log-in.html b/_site/docs/master/troubleshooting-guide/cant-log-in.html index b0d6969e0d..e35453ce06 100644 --- a/_site/docs/master/troubleshooting-guide/cant-log-in.html +++ b/_site/docs/master/troubleshooting-guide/cant-log-in.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/troubleshooting-guide/cant-see-tables.html b/_site/docs/master/troubleshooting-guide/cant-see-tables.html index 9cb630c876..785410ea43 100644 --- a/_site/docs/master/troubleshooting-guide/cant-see-tables.html +++ b/_site/docs/master/troubleshooting-guide/cant-see-tables.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/troubleshooting-guide/cant-send-email.html b/_site/docs/master/troubleshooting-guide/cant-send-email.html index 374c25e792..0279b55093 100644 --- a/_site/docs/master/troubleshooting-guide/cant-send-email.html +++ b/_site/docs/master/troubleshooting-guide/cant-send-email.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase @@ -4882,7 +4782,7 @@

    Can you successfully send a test
  • Confirm that your host, port, email address, and password are entered correctly. If they are, click Save changes. If your changes have successfully saved, you’ll see an option to Send test email.
  • Click Send test email. The test email will go the address associated with your Metabase account.
  • Verify that the email is delivered to your account.
  • -
  • If the message is not sent or an error message is displayed in Metabase, try to use the same account credentials in another email program and see if they work. See the logs for more detailed error by navigating to Troubleshooting and click Logs in the left sidebar.
  • +
  • If the message is not sent or an error message is displayed in Metabase, try to use the same account credentials in another email program and see if they work. See the logs for more detailed error by navigating to Tools and click Logs in the left sidebar.
  • Is the mail server actually sending the message?

    diff --git a/_site/docs/master/troubleshooting-guide/cant-view-or-edit.html b/_site/docs/master/troubleshooting-guide/cant-view-or-edit.html index 71b1329a6f..f12ae3cc28 100644 --- a/_site/docs/master/troubleshooting-guide/cant-view-or-edit.html +++ b/_site/docs/master/troubleshooting-guide/cant-view-or-edit.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/troubleshooting-guide/create-har-file.html b/_site/docs/master/troubleshooting-guide/create-har-file.html index a8ca25e690..885820bc03 100644 --- a/_site/docs/master/troubleshooting-guide/create-har-file.html +++ b/_site/docs/master/troubleshooting-guide/create-har-file.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/troubleshooting-guide/data-permissions.html b/_site/docs/master/troubleshooting-guide/data-permissions.html index 3a81a24433..85f64fb84b 100644 --- a/_site/docs/master/troubleshooting-guide/data-permissions.html +++ b/_site/docs/master/troubleshooting-guide/data-permissions.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/troubleshooting-guide/db-connection.html b/_site/docs/master/troubleshooting-guide/db-connection.html index 51a9d2aa06..c8002e7536 100644 --- a/_site/docs/master/troubleshooting-guide/db-connection.html +++ b/_site/docs/master/troubleshooting-guide/db-connection.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase @@ -4883,7 +4783,7 @@

    Troubleshooting connections to

  • -

    Go to Admin > Troubleshooting > Logs to check if Metabase failed to sync due to an error.

    +

    Go to Admin > Tools > Logs to check if Metabase failed to sync due to an error.

    @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/troubleshooting-guide/diagnostic-info.html b/_site/docs/master/troubleshooting-guide/diagnostic-info.html index d4d07e6082..1e03c6d6a2 100644 --- a/_site/docs/master/troubleshooting-guide/diagnostic-info.html +++ b/_site/docs/master/troubleshooting-guide/diagnostic-info.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase @@ -4886,7 +4786,7 @@

    Metabase server and console logs

    Metabase will log errors, both on the server and in the browser console, depending on where the error occurs, which can help you track down an issue. Administrators will have access to the server logs, and everyone with a browser can open the developer tools to see the console logs.

    -

    Accessing the Metabase server logs: You can look for the logs that Metabase leaves on the server’s file system (or wherever else you collect logs). If you’re logged into Metabase with an Admin account, you can also access the logs by going to the top right of the screen and clicking on the gear icon > Admin settings > Troubleshooting > Logs. Check out How to read the server logs

    +

    Accessing the Metabase server logs: You can look for the logs that Metabase leaves on the server’s file system (or wherever else you collect logs). If you’re logged into Metabase with an Admin account, you can also access the logs by going to the top right of the screen and clicking on the gear icon > Admin settings > Tools > Logs. Check out How to read the server logs

    Checking for Javascript console errors: Metabase will send debugging information and errors to your browser’s developer console. To open the developer console, follow the instructions for your web browser:

    diff --git a/_site/docs/master/troubleshooting-guide/docker.html b/_site/docs/master/troubleshooting-guide/docker.html index f968476131..20407c38b6 100644 --- a/_site/docs/master/troubleshooting-guide/docker.html +++ b/_site/docs/master/troubleshooting-guide/docker.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/troubleshooting-guide/error-message.html b/_site/docs/master/troubleshooting-guide/error-message.html index 891e81a50b..1df5ef2d16 100644 --- a/_site/docs/master/troubleshooting-guide/error-message.html +++ b/_site/docs/master/troubleshooting-guide/error-message.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/troubleshooting-guide/filters.html b/_site/docs/master/troubleshooting-guide/filters.html index 772f274c42..9bcad34061 100644 --- a/_site/docs/master/troubleshooting-guide/filters.html +++ b/_site/docs/master/troubleshooting-guide/filters.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/troubleshooting-guide/index.html b/_site/docs/master/troubleshooting-guide/index.html index fc8bd0d9b8..75528cbd79 100644 --- a/_site/docs/master/troubleshooting-guide/index.html +++ b/_site/docs/master/troubleshooting-guide/index.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/troubleshooting-guide/known-issues.html b/_site/docs/master/troubleshooting-guide/known-issues.html index 0abd5a3482..7afa196f0f 100644 --- a/_site/docs/master/troubleshooting-guide/known-issues.html +++ b/_site/docs/master/troubleshooting-guide/known-issues.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/troubleshooting-guide/ldap.html b/_site/docs/master/troubleshooting-guide/ldap.html index 523ee3ec9b..a5c2044220 100644 --- a/_site/docs/master/troubleshooting-guide/ldap.html +++ b/_site/docs/master/troubleshooting-guide/ldap.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/troubleshooting-guide/linked-filters.html b/_site/docs/master/troubleshooting-guide/linked-filters.html index ae11419c2a..2d94410a26 100644 --- a/_site/docs/master/troubleshooting-guide/linked-filters.html +++ b/_site/docs/master/troubleshooting-guide/linked-filters.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/troubleshooting-guide/loading-from-h2.html b/_site/docs/master/troubleshooting-guide/loading-from-h2.html index 5ad45eadac..14c8ef352e 100644 --- a/_site/docs/master/troubleshooting-guide/loading-from-h2.html +++ b/_site/docs/master/troubleshooting-guide/loading-from-h2.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase @@ -4880,7 +4780,7 @@

    Are you current

    Steps to take:

      -
    1. To check what you’re using as the app database, go to Admin Panel, open the Troubleshooting tab, scroll down to “Diagnostic Info”, and look for the application-database key in the JSON it displays.
    2. +
    3. To check what you’re using as the app database, go to Admin Panel, open the Tools tab, scroll down to “Diagnostic Info”, and look for the application-database key in the JSON it displays.
    4. See Migrating from H2 for instructions on how to migrate to a more robust app database.
    diff --git a/_site/docs/master/troubleshooting-guide/models.html b/_site/docs/master/troubleshooting-guide/models.html index 2069a03cf7..cfec5cb8e2 100644 --- a/_site/docs/master/troubleshooting-guide/models.html +++ b/_site/docs/master/troubleshooting-guide/models.html @@ -2540,8 +2540,8 @@

    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/troubleshooting-guide/my-dashboard-is-slow.html b/_site/docs/master/troubleshooting-guide/my-dashboard-is-slow.html index d89bc1d6d1..ade2c23af6 100644 --- a/_site/docs/master/troubleshooting-guide/my-dashboard-is-slow.html +++ b/_site/docs/master/troubleshooting-guide/my-dashboard-is-slow.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/troubleshooting-guide/notifications.html b/_site/docs/master/troubleshooting-guide/notifications.html index f877542a2c..1308e1945c 100644 --- a/_site/docs/master/troubleshooting-guide/notifications.html +++ b/_site/docs/master/troubleshooting-guide/notifications.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/troubleshooting-guide/permissions.html b/_site/docs/master/troubleshooting-guide/permissions.html index cc45876398..db3d8fa1dd 100644 --- a/_site/docs/master/troubleshooting-guide/permissions.html +++ b/_site/docs/master/troubleshooting-guide/permissions.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/troubleshooting-guide/proxies.html b/_site/docs/master/troubleshooting-guide/proxies.html index 94f7c5287d..a2d54b8b81 100644 --- a/_site/docs/master/troubleshooting-guide/proxies.html +++ b/_site/docs/master/troubleshooting-guide/proxies.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/troubleshooting-guide/requesting-new-features.html b/_site/docs/master/troubleshooting-guide/requesting-new-features.html index 46546ccffa..a24cd8b389 100644 --- a/_site/docs/master/troubleshooting-guide/requesting-new-features.html +++ b/_site/docs/master/troubleshooting-guide/requesting-new-features.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/troubleshooting-guide/row-and-column-security.html b/_site/docs/master/troubleshooting-guide/row-and-column-security.html index 2bde2ef8c4..2c0eb380e5 100644 --- a/_site/docs/master/troubleshooting-guide/row-and-column-security.html +++ b/_site/docs/master/troubleshooting-guide/row-and-column-security.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/troubleshooting-guide/running.html b/_site/docs/master/troubleshooting-guide/running.html index 6022068301..1e67e2f76f 100644 --- a/_site/docs/master/troubleshooting-guide/running.html +++ b/_site/docs/master/troubleshooting-guide/running.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/troubleshooting-guide/saml.html b/_site/docs/master/troubleshooting-guide/saml.html index b8aeaa7820..ba09762e80 100644 --- a/_site/docs/master/troubleshooting-guide/saml.html +++ b/_site/docs/master/troubleshooting-guide/saml.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase @@ -4889,7 +4789,7 @@

    Does your app support SAML?

    Is the issuer or Entity ID correct?

    -

    After filling out the authentication form with your identity provider, you’re taken back to Metabase but it throws an error. To see the error, go to Admin settings > Troubleshooting > Logs. You’ll see an error that says something like Incorrect response <issuer>.

    +

    After filling out the authentication form with your identity provider, you’re taken back to Metabase but it throws an error. To see the error, go to Admin settings > Tools > Logs. You’ll see an error that says something like Incorrect response <issuer>.

    Root cause: Your issuer or Entity ID is incorrect.

    @@ -4906,7 +4806,7 @@

    Is the issuer or Entity ID correct?<

    Is the SAML identity provider certificate value correct?

    -

    After filling out the authentication form with your identity provider, you go back to Metabase but it throws an error. Go to Admin settings > Troubleshooting > Logs. You’ll see an error that says something like Invalid assertion error <issuer>.

    +

    After filling out the authentication form with your identity provider, you go back to Metabase but it throws an error. Go to Admin settings > Tools > Logs. You’ll see an error that says something like Invalid assertion error <issuer>.

    Root cause: The certificate value you entered is incorrect.

    diff --git a/_site/docs/master/troubleshooting-guide/server-logs.html b/_site/docs/master/troubleshooting-guide/server-logs.html index 96d1da3840..13a83edb52 100644 --- a/_site/docs/master/troubleshooting-guide/server-logs.html +++ b/_site/docs/master/troubleshooting-guide/server-logs.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/troubleshooting-guide/sql.html b/_site/docs/master/troubleshooting-guide/sql.html index e7a72608f5..a1fd8b7452 100644 --- a/_site/docs/master/troubleshooting-guide/sql.html +++ b/_site/docs/master/troubleshooting-guide/sql.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/troubleshooting-guide/sync-fingerprint-scan.html b/_site/docs/master/troubleshooting-guide/sync-fingerprint-scan.html index 20dc92d58a..29e4c38852 100644 --- a/_site/docs/master/troubleshooting-guide/sync-fingerprint-scan.html +++ b/_site/docs/master/troubleshooting-guide/sync-fingerprint-scan.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase @@ -4883,7 +4783,7 @@

    Syncing

    1. Make sure your database driver is up to date.
    2. -
    3. Go to Admin > Troubleshooting > Logs to check the status of the sync.
    4. +
    5. Go to Admin > Tools > Logs to check the status of the sync.
    6. Run a query against your database from the Metabase SQL editor to check for database connection or database privilege errors that aren’t listed in the logs:

      @@ -4934,7 +4834,7 @@

      Unfolding JSON columns with

      Explanation

      -

      Metabase will try to unfold JSON and JSONB records during the sync process, which can take up a decent chunk of query execution time. If you have a lot of JSON records, try disabling the automatic unfolding option to pull the sync out of slow-motion. Remember that you can follow the status of the sync from Admin > Troubleshooting > Logs.

      +

      Metabase will try to unfold JSON and JSONB records during the sync process, which can take up a decent chunk of query execution time. If you have a lot of JSON records, try disabling the automatic unfolding option to pull the sync out of slow-motion. Remember that you can follow the status of the sync from Admin > Tools > Logs.

      Scanning

      @@ -4944,12 +4844,12 @@

      Scanning

    7. Go to the column you want to update, and click the gear icon.
    8. Click Discard cached field values.
    9. Click Re-scan this field.
    10. -
    11. Go to Admin > Troubleshooting > Logs to follow the status of the scan and debug errors from there.
    12. +
    13. Go to Admin > Tools > Logs to follow the status of the scan and debug errors from there.

    Special cases

    -

    If you’re waiting for the initial scan to run after connecting a database, make sure the initial sync has completed first (remember you can check the status from Admin > Troubleshooting > Logs).

    +

    If you’re waiting for the initial scan to run after connecting a database, make sure the initial sync has completed first (remember you can check the status from Admin > Tools > Logs).

    Explanation

    @@ -4992,7 +4892,7 @@

    Fingerprinting

    Special cases

    -

    If you’re waiting for the initial fingerprinting query to run after connecting a database, make sure the initial sync has completed first (remember you can check the status from Admin > Troubleshooting > Logs).

    +

    If you’re waiting for the initial fingerprinting query to run after connecting a database, make sure the initial sync has completed first (remember you can check the status from Admin > Tools > Logs).

    If you’re using MongoDB, Metabase fingerprints the first 10,000 documents per collection. If you’re not seeing all of your fields, it’s because those fields might not exist in those first 10,000 documents. For more info, see our MongoDB reference doc.

    diff --git a/_site/docs/master/troubleshooting-guide/timeout.html b/_site/docs/master/troubleshooting-guide/timeout.html index c6b8c72c7b..ab68e107cd 100644 --- a/_site/docs/master/troubleshooting-guide/timeout.html +++ b/_site/docs/master/troubleshooting-guide/timeout.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/troubleshooting-guide/timezones.html b/_site/docs/master/troubleshooting-guide/timezones.html index a62139095a..78c8987348 100644 --- a/_site/docs/master/troubleshooting-guide/timezones.html +++ b/_site/docs/master/troubleshooting-guide/timezones.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/troubleshooting-guide/visualization.html b/_site/docs/master/troubleshooting-guide/visualization.html index eb50db0dab..1e2de8d38f 100644 --- a/_site/docs/master/troubleshooting-guide/visualization.html +++ b/_site/docs/master/troubleshooting-guide/visualization.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/usage-and-performance-tools/audit.html b/_site/docs/master/usage-and-performance-tools/audit.html index 0fb773cd65..bd95d93ab9 100644 --- a/_site/docs/master/usage-and-performance-tools/audit.html +++ b/_site/docs/master/usage-and-performance-tools/audit.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/usage-and-performance-tools/start.html b/_site/docs/master/usage-and-performance-tools/start.html index 637e5fcd7e..50c5acfb3e 100644 --- a/_site/docs/master/usage-and-performance-tools/start.html +++ b/_site/docs/master/usage-and-performance-tools/start.html @@ -2562,8 +2562,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2585,8 +2585,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2600,27 +2600,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2635,24 +2736,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2700,25 +2783,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2731,8 +2811,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2754,8 +2834,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2769,7 +2849,7 @@
    Embedding
  • - + Quickstart @@ -2784,188 +2864,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2985,8 +2885,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -3003,8 +2903,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/usage-and-performance-tools/tools.html b/_site/docs/master/usage-and-performance-tools/tools.html index a4787137fb..ace895e99d 100644 --- a/_site/docs/master/usage-and-performance-tools/tools.html +++ b/_site/docs/master/usage-and-performance-tools/tools.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/usage-and-performance-tools/usage-analytics.html b/_site/docs/master/usage-and-performance-tools/usage-analytics.html index 5001951802..d99eb7be2c 100644 --- a/_site/docs/master/usage-and-performance-tools/usage-analytics.html +++ b/_site/docs/master/usage-and-performance-tools/usage-analytics.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase diff --git a/_site/docs/master/util/resources/introduction.html b/_site/docs/master/util/resources/introduction.html index 82a37f5dfd..9e9d31f6d5 100644 --- a/_site/docs/master/util/resources/introduction.html +++ b/_site/docs/master/util/resources/introduction.html @@ -2540,8 +2540,8 @@
    Embedding
  • - - Interactive embedding + + Modular embedding
    @@ -2563,8 +2563,8 @@
    Embedding
  • - - Overview + + Embedded analytics JS @@ -2578,27 +2578,128 @@
    Embedding
  • - - Quickstart + + Embedded analytics SDK - - -
  • - - - - - - - -
  • - - UI components +
    + + + +
    + +
  • @@ -2613,24 +2714,6 @@
    Embedding
    -
  • - - Embedded analytics JS - - - - - -
  • - - - - - - - - -
  • Static embedding @@ -2678,25 +2761,22 @@
    Embedding
  • - - - - - - - - - + - + -
  • - - Public links and embeds + - - +
  • + + Translate embeds + + + +
  • + + @@ -2709,8 +2789,8 @@
    Embedding
  • - - Embedded analytics SDK + + Interactive embedding
    @@ -2732,8 +2812,8 @@
    Embedding
  • - - Introduction + + Overview @@ -2747,7 +2827,7 @@
    Embedding
  • - + Quickstart @@ -2762,188 +2842,8 @@
    Embedding
  • - - Quickstart with CLI - - - - -
  • - - - - - - - -
  • - - Quickstart with sample app - - - - -
  • - - - - - - - -
  • - - Questions - - - - -
  • - - - - - - - -
  • - - Dashboards - - - - -
  • - - - - - - - -
  • - - Collections - - - - -
  • - - - - - - - -
  • - - Authentication - - - - -
  • - - - - - - - -
  • - - Appearance - - - - -
  • - - - - - - - -
  • - - Config - - - - -
  • - - - - - - - -
  • - - Working with Next.js - - - - -
  • - - - - - - - -
  • - - Versioning - - - - -
  • - - - - - - - -
  • - - Upgrading - - - - -
  • - - - - - - - -
  • - - Plugins - - - - -
  • - - - - - - - -
  • - - API + + Parameters for interactive embeds @@ -2963,8 +2863,8 @@
    Embedding
  • - - Securing embedded Metabase + + Public links and embeds @@ -2981,8 +2881,8 @@
    Embedding
  • - - Translated embedded questions and dashboards + + Securing embedded Metabase