From 977cbc6e5c2785b2350cf465e55b7dadae2b49dc Mon Sep 17 00:00:00 2001 From: Jonathan Shook Date: Mon, 6 Feb 2023 22:12:53 -0600 Subject: [PATCH] docs updates --- adapter-cqld4/src/main/resources/curate_docs/cql_olddocs.md | 2 +- adapter-cqld4/src/main/resources/{curate_docs => }/ssl.md | 0 adapter-tcp/src/main/resources/tcpclient.md | 2 +- adapter-tcp/src/main/resources/tcpserver.md | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename adapter-cqld4/src/main/resources/{curate_docs => }/ssl.md (100%) diff --git a/adapter-cqld4/src/main/resources/curate_docs/cql_olddocs.md b/adapter-cqld4/src/main/resources/curate_docs/cql_olddocs.md index 5f3413716..4a655b948 100644 --- a/adapter-cqld4/src/main/resources/curate_docs/cql_olddocs.md +++ b/adapter-cqld4/src/main/resources/curate_docs/cql_olddocs.md @@ -160,7 +160,7 @@ activity types. - **ssl** - specifies the type of the SSL implementation. Disabled by default, possible values are `jdk` and `openssl`. - [Additional parameters may need to be provided](ssl.md). + See the ssl help topic for more details with `nb5 help ssl` for more details. - **jmxreporting** - enable JMX reporting if needed. Examples: diff --git a/adapter-cqld4/src/main/resources/curate_docs/ssl.md b/adapter-cqld4/src/main/resources/ssl.md similarity index 100% rename from adapter-cqld4/src/main/resources/curate_docs/ssl.md rename to adapter-cqld4/src/main/resources/ssl.md diff --git a/adapter-tcp/src/main/resources/tcpclient.md b/adapter-tcp/src/main/resources/tcpclient.md index 641b66ca3..a2dbbbc60 100644 --- a/adapter-tcp/src/main/resources/tcpclient.md +++ b/adapter-tcp/src/main/resources/tcpclient.md @@ -33,7 +33,7 @@ Run a stdout activity named 'stdout-test', with definitions from activities/stdo To enable, specifies the type of the SSL implementation with either `jdk` or `openssl`. - [Additional parameters may need to be provided](../../../../driver-cql/src/main/resources/ssl.md). + See the ssl help topic for more details with `nb5 help ssl` for more details. - **host** - this is the name to bind to (local interface address) - default: localhost diff --git a/adapter-tcp/src/main/resources/tcpserver.md b/adapter-tcp/src/main/resources/tcpserver.md index 73a4c0222..7b77dda78 100644 --- a/adapter-tcp/src/main/resources/tcpserver.md +++ b/adapter-tcp/src/main/resources/tcpserver.md @@ -45,7 +45,7 @@ Run a stdout activity named 'stdout-test', with definitions from activities/stdo To enable, specifies the type of the SSL implementation with either `jdk` or `openssl`. - [Additional parameters may need to be provided](../../../../driver-cql/src/main/resources/ssl.md). + See the ssl help topic for more details with `nb5 help ssl` for more details. - **host** - this is the name to bind to (local interface address) - default: localhost