Skip to content

Commit 71cc97a

Browse files
committed
Update modus-dgraph.mdx
add reference to SDK Examples.
1 parent b0ec34e commit 71cc97a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modus/modus-dgraph.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ After you have [initialized a Modus app](/modus/quickstart):
2828
Make sure to use a variable for the bearer token so you don't commit secrets
2929
in your project! \
3030

31-
```json modus.json with dgraph connection using API_KEY secret
31+
```jsonc modus.json with dgraph connection using API_KEY secret
3232
"connections": {
3333
// This defines a dgraph connection
3434
// Get the connection string from the Hypermode dashboard.
@@ -70,3 +70,6 @@ parameter.
7070
- Get inspirations from
7171
[Modus Recipes](https://github.com/hypermodeinc/modus-recipes) where you'll
7272
find examples using Dgraph in Modus.
73+
- Check the Modus SDK examples for
74+
[Go](https://github.com/hypermodeinc/modus/tree/main/sdk/go/examples) or
75+
[AssemblyScript](https://github.com/hypermodeinc/modus/tree/main/sdk/assemblyscript/examples)

0 commit comments

Comments
 (0)