Skip to content

Commit a294a91

Browse files
scottsidwellScott Sidwell
andauthored
chore: update README guide links (#7)
Co-authored-by: Scott Sidwell <[email protected]>
1 parent 0437e96 commit a294a91

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ Programmatically **embed** and **control** MongoDB Charts in your application.
1010
<img align="center" src="https://user-images.githubusercontent.com/19422770/79284750-efe86800-7efe-11ea-9ed0-9813e1a0b6d6.gif" />
1111

1212
[Explore this example yourself!](https://codesandbox.io/s/charts-embedding-sdk-8i898)
13+
1314
</div>
1415

1516
## Installation
17+
1618
```sh
1719
# If you use npm:
1820
npm install @mongodb-js/charts-embed-dom
@@ -24,10 +26,8 @@ yarn add @mongodb-js/charts-embed-dom
2426

2527
## Documentation 📖
2628

27-
* [Installation](https://docs.mongodb.com/charts/master/embedding-charts-sdk/)
28-
* [Examples](https://github.com/mongodb-js/charts-embed-sdk/blob/master/examples)
29-
* Guides 🤠
30-
* [Dynamic filters and chart commands](/#)
31-
* [Getting started with custom JWT authentication](/#)
32-
* [Getting started with Stitch authentication](/#)
33-
* [Getting started with Google authentication](/#)
29+
- [Installation](https://docs.mongodb.com/charts/master/embedding-charts-sdk/)
30+
- [Examples](https://github.com/mongodb-js/charts-embed-sdk/blob/master/examples)
31+
- Guides 🤠
32+
- [Getting started with custom JWT authentication](https://github.com/mongodb-js/charts-embed-sdk/tree/master/examples/authenticated-custom-jwt)
33+
- [Getting started with Realm authentication](https://github.com/mongodb-js/charts-embed-sdk/tree/master/examples/authenticated-realm)

0 commit comments

Comments
 (0)