File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments