Skip to content

Commit 4cb6f2a

Browse files
authored
add documentationPage to connector definition (#3)
1 parent 902a13c commit 4cb6f2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

connector-definition/connector-metadata.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
packagingDefinition:
22
type: ManagedDockerBuild
3+
documentationPage: https://hasura.io/docs/3.0/business-logic/overview
34
nativeToolchainDefinition:
45
commands:
56
start:
@@ -20,4 +21,4 @@ dockerComposeWatch:
2021
# For any other file change, simply copy it into the existing container and restart it
2122
- path: ./
2223
target: /functions
23-
action: sync+restart
24+
action: sync+restart

0 commit comments

Comments
 (0)