From e821b1d73bacb52105ce640b11dd7a29650cbfbe Mon Sep 17 00:00:00 2001 From: Pascal Date: Sun, 6 Feb 2022 17:14:27 +0100 Subject: [PATCH] connection help links --- package.json | 4 ++-- reverse_engineering/config.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8dc7c70..0d7c86a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "DocumentDB", - "version": "0.1.0", - "versionDate": "2021-12-03", + "version": "0.1.1", + "versionDate": "2022-02-06", "author": "hackolade", "engines": { "hackolade": "5.3.0", diff --git a/reverse_engineering/config.json b/reverse_engineering/config.json index 88873fe..46838f5 100644 --- a/reverse_engineering/config.json +++ b/reverse_engineering/config.json @@ -10,5 +10,6 @@ }, "excludeDocKind": ["id"], "scenario": "connectToDB", - "typeOfSerializer": "bson" + "typeOfSerializer": "bson", + "helpUrl": "https://hackolade.com/help/ConnecttoaDocumentDBinstance.html" }