From 530e9b3c38e6c5cf6bca3fa9b573d85630cac14a Mon Sep 17 00:00:00 2001 From: Breda McColgan <93921684+bredamc@users.noreply.github.com> Date: Wed, 15 Feb 2023 06:03:36 +0000 Subject: [PATCH] docs: jx-340 updates title of cli command ref (#1810) --- internal/doc/docs_index.go | 2 +- internal/doc/modular_docs.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/doc/docs_index.go b/internal/doc/docs_index.go index e4d95440b..e5a74e80f 100644 --- a/internal/doc/docs_index.go +++ b/internal/doc/docs_index.go @@ -12,7 +12,7 @@ import ( const contentTemplate = `:context: rhoas-cli-command-reference [id="cli-command-reference_{context}"] -= CLI command reference (rhoas) += OpenShift Application Services CLI command reference [role="_abstract"] You use the ` + "`rhoas`" + ` CLI to manage your application services from the command line. diff --git a/internal/doc/modular_docs.go b/internal/doc/modular_docs.go index 12c460270..4fa4f3980 100644 --- a/internal/doc/modular_docs.go +++ b/internal/doc/modular_docs.go @@ -89,7 +89,7 @@ func CreateAssembly(assembliesDir string, files []string) error { contentTemplate := `:context: rhoas-cli-command-reference [id="cli-command-reference_{context}"] -= CLI command reference (rhoas) += OpenShift Application Services CLI command reference [role="_abstract"] You use the ` + "`rhoas`" + ` CLI to manage your application services from the command line.