Skip to content

[auto-build] add-driver-callout-to-beginning-of-dev-guide -> master #313

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _docs/master/developers-guide/devenv.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ yarn dev

This runs both the [frontend](#frontend) and [backend](#backend). Alternatively, you can run them separately in two terminal sessions below.

To use any other database beside the default ones please take a look at [Building Drivers](#building-drivers) further down in this document.

### Frontend

Metabase depends on third-party libraries to run, so you'll need to keep those up to date. The Clojure CLI will automatically fetch the dependencies when needed. With JavaScript dependencies, however, you'll need to kick off the installation process manually.
Expand Down
4 changes: 0 additions & 4 deletions _docs/master/embedding/sdk/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,7 @@ The SDK doesn't support:
- Subscriptions
- Alerts
- Server-side rendering (SSR)

Other limitations:

- Multiple _interactive_ dashboards on the same application page. If you need to embed multiple dashboards on the same application page, you can embed static dashboards.
- If you have Leaflet 1.x as a dependency in your app, you may run into compatibility issues. You can try using Leaflet 2.x instead.

## Issues, feature requests and support

Expand Down
Loading