Skip to content

Commit

Permalink
remove warning from mongodb page and add line to readme (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
talagluck authored Jan 15, 2024
1 parent b3afebf commit 8699c63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ Install project dependencies:
bundler install
```

```console
# Update project dependencies
bundler update
```

Develop locally (`localhost:4000`):

```console
Expand Down
5 changes: 0 additions & 5 deletions docs/data-sources/supported/mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ grand_parent: "Step 1: Connect your data sources"
MongoDB is able to be used as an external data source. Either an entire cluster
or a single collection may be added as a data source.

{: .warning}

> The MongoDB data source is currently in preview. Features may be missing, and
> options are subject to change.
<!-- prettier-ignore-start -->

- TOC
Expand Down

0 comments on commit 8699c63

Please sign in to comment.