diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index ce2354e..de5bdaf 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -210,9 +210,9 @@ GEM jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) minitest (5.19.0) - nokogiri (1.16.5-arm64-darwin) + nokogiri (1.18.9-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.5-x86_64-linux) + nokogiri (1.18.9-x86_64-linux-gnu) racc (~> 1.4) octokit (4.25.1) faraday (>= 1, < 3) @@ -220,12 +220,11 @@ GEM pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (4.0.7) - racc (1.7.3) + racc (1.8.1) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - rexml (3.2.8) - strscan (>= 3.0.9) + rexml (3.4.2) rouge (3.26.0) ruby2_keywords (0.0.5) rubyzip (2.3.2) @@ -240,7 +239,6 @@ GEM faraday (>= 0.17.3, < 3) simpleidn (0.2.1) unf (~> 0.1.4) - strscan (3.1.0) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) typhoeus (1.4.0) @@ -251,7 +249,7 @@ GEM unf_ext unf_ext (0.0.8.2) unicode-display_width (1.8.0) - webrick (1.8.1) + webrick (1.8.2) PLATFORMS arm64-darwin-21 diff --git a/docs/configuring-the-connector.md b/docs/configuring-the-connector.md index 83a4b07..4b5491e 100644 --- a/docs/configuring-the-connector.md +++ b/docs/configuring-the-connector.md @@ -57,15 +57,15 @@ Both digest and basic authentication require the following properties to be conf - `ml.connection.username` = the name of the MarkLogic user to authenticate as - `ml.connection.password` = the password of the MarkLogic user -### Configuring MarkLogic Cloud authentication +### Configuring Progress Data Cloud authentication -Cloud authentication requires the following properties to be configured: +Progress Data Cloud authentication requires the following properties to be configured: -- `ml.connection.basePath` = the base path in your MarkLogic Cloud instance that points to the REST API server you +- `ml.connection.basePath` = the base path in your Progress Data Cloud instance that points to the REST API server you wish to connect to -- `ml.connection.cloudApiKey` = the API key for authenticating with your MarkLogic Cloud instance +- `ml.connection.cloudApiKey` = the API key for authenticating with your Progress Data Cloud instance -You should also set `ml.connection.port` to 443 for connecting to MarkLogic Cloud. +You should also set `ml.connection.port` to 443 for connecting to Progress Data Cloud. ### Configuring certificate authentication