diff --git a/CHANGELOG.md b/CHANGELOG.md index d3687e6..97544d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/connector-definition/connector-metadata.yaml b/connector-definition/connector-metadata.yaml index 2530ad5..ec398bb 100644 --- a/connector-definition/connector-metadata.yaml +++ b/connector-definition/connector-metadata.yaml @@ -24,3 +24,4 @@ dockerComposeWatch: - path: ./ target: /functions action: sync+restart +documentationPage: https://hasura.info/nodejs-getting-started