Skip to content

Commit

Permalink
Add documentationPage to the connector metadata (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-chambers authored Aug 26, 2024
1 parent 2fb7672 commit 8ea46b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This changelog documents the changes between release versions.
## [Unreleased]
Changes to be included in the next upcoming release

- Added `documentationPage` to the connector metadata to enable the `ddn` CLI to suggest documentation to users ([#41](https://github.com/hasura/ndc-nodejs-lambda/pull/41))

## [1.6.0] - 2024-08-08
- Updated the NDC TypeScript SDK to v6.0.0 ([#39](https://github.com/hasura/ndc-nodejs-lambda/pull/39))
- The `/health` endpoint is now unauthenticated
Expand Down
1 change: 1 addition & 0 deletions connector-definition/connector-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ dockerComposeWatch:
- path: ./
target: /functions
action: sync+restart
documentationPage: https://hasura.info/nodejs-getting-started

0 comments on commit 8ea46b7

Please sign in to comment.