From 7cba1469eacb9ccf395ca9c790165df7b9e96727 Mon Sep 17 00:00:00 2001 From: jmagak Date: Wed, 6 Nov 2024 11:55:03 +0100 Subject: [PATCH 1/4] Correct book title --- titles/discover/master.adoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 titles/discover/master.adoc diff --git a/titles/discover/master.adoc b/titles/discover/master.adoc new file mode 100644 index 0000000000..1a96da2b9c --- /dev/null +++ b/titles/discover/master.adoc @@ -0,0 +1,15 @@ +include::artifacts/attributes.adoc[] +:doctype: book +:imagesdir: images +:title: About {product} +:subtitle: Introduction to {product} +:abstract: {product} is a developer platform designed to build developer portals. Use {product} to provide a streamlined development environment with a centralized software catalog to build high-quality software efficiently. + +//[id="{context}"] +//= {title} + +//{abstract} + + +include::assemblies/assembly-about-rhdh.adoc[] + From fd873f6925c8242b35a02bd3ec2e522d434a8914 Mon Sep 17 00:00:00 2001 From: jmagak Date: Thu, 7 Nov 2024 12:22:08 +0100 Subject: [PATCH 2/4] Correct book title --- jira2asciidoc.yml | 94 ------------------------------------- titles/discover/artifacts | 1 + titles/discover/assemblies | 1 + titles/discover/docinfo.xml | 11 +++++ titles/discover/images | 1 + titles/discover/master.adoc | 4 +- titles/discover/modules | 1 + 7 files changed, 18 insertions(+), 95 deletions(-) delete mode 100644 jira2asciidoc.yml create mode 120000 titles/discover/artifacts create mode 120000 titles/discover/assemblies create mode 100644 titles/discover/docinfo.xml create mode 120000 titles/discover/images create mode 120000 titles/discover/modules diff --git a/jira2asciidoc.yml b/jira2asciidoc.yml deleted file mode 100644 index b99a7c824c..0000000000 --- a/jira2asciidoc.yml +++ /dev/null @@ -1,94 +0,0 @@ ---- -jira: - server: 'https://issues.redhat.com' -product: - version: - minor_glob: 1.3.* - patch: 1.3 -sections: - - id: new-features - title: New features - description: | - This section highlights new features in {product} {product-version}. - query: > - project = "Red Hat Internal Developer Platform" - AND "Release Note Status" = "Done" - AND level is EMPTY - AND status in (Closed, "Release Pending") - AND "Release Note Type" in ("Feature", "Enhancement") - AND (fixVersion ~ "{version_minor_glob}" OR fixVersion = "{version_patch}") - ORDER BY key - template: without-jira-link - - id: breaking-changes - title: Breaking changes - description: | - This section lists breaking changes in {product} {product-version}. - query: > - project = "Red Hat Internal Developer Platform" - AND "Release Note Status" = "Done" - AND level is EMPTY - AND status in (Closed, "Release Pending") - AND "Release Note Type" in ("Removed Functionality") - AND (fixVersion ~ "{version_minor_glob}" OR fixVersion = "{version_patch}") - ORDER BY key - template: with-jira-link - - id: deprecated-functionalities - title: Deprecated functionalities - description: | - This section lists deprecated functionalities in {product} {product-version}. - query: > - project = "Red Hat Internal Developer Platform" - AND "Release Note Status" = "Done" - AND level is EMPTY - AND status in (Closed, "Release Pending") - AND "Release Note Type" in ("Deprecated Functionality") - AND (fixVersion ~ "{version_minor_glob}" OR fixVersion = "{version_patch}") - ORDER BY key - template: with-jira-link - - id: technology-preview - title: Technology Preview - description: | - This section lists Technology Preview features in {product} {product-version}. - - [IMPORTANT] - ==== - Technology Preview features provide early access to upcoming product innovations, enabling you to test functionality and provide feedback during the development process. - However, these features are not fully supported under Red Hat Subscription Level Agreements, may not be functionally complete, and are not intended for production use. - As Red Hat considers making future iterations of Technology Preview features generally available, we will attempt to resolve any issues that customers experience when using these features. - See: link:https://access.redhat.com/support/offerings/techpreview/[Technology Preview support scope]. - ==== - query: > - project = "Red Hat Internal Developer Platform" - AND "Release Note Status" = "Done" - AND level is EMPTY - AND status in (Closed, "Release Pending") - AND "Release Note Type" in ("Developer Preview", "Technology Preview") - AND (fixVersion ~ "{version_minor_glob}" OR fixVersion = "{version_patch}") - ORDER BY key - template: with-jira-link - - id: fixed-issues - title: Fixed issues - description: | - This section lists issues fixed in {product} {product-version}. - query: > - project = "Red Hat Internal Developer Platform" - AND "Release Note Status" = "Done" - AND level is EMPTY - AND status in (Closed, "Release Pending") - AND "Release Note Type" = "Bug Fix" - AND (fixVersion ~ "{version_minor_glob}" OR fixVersion = "{version_patch}") - ORDER BY key - template: with-jira-link - - id: known-issues - title: Known issues - description: | - This section lists known issues in {product} {product-version}. - query: > - project = "Red Hat Internal Developer Platform" - AND "Release Note Status" = "Done" - AND level is EMPTY - AND "Release Note Type" in ("Known Issue") - AND affectedVersion <= "{version_patch}" - AND (fixVersion > "{version_patch}" OR fixVersion is EMPTY) - ORDER BY key DESC - template: with-jira-link diff --git a/titles/discover/artifacts b/titles/discover/artifacts new file mode 120000 index 0000000000..f30b6dea60 --- /dev/null +++ b/titles/discover/artifacts @@ -0,0 +1 @@ +../../artifacts \ No newline at end of file diff --git a/titles/discover/assemblies b/titles/discover/assemblies new file mode 120000 index 0000000000..91646274db --- /dev/null +++ b/titles/discover/assemblies @@ -0,0 +1 @@ +../../assemblies \ No newline at end of file diff --git a/titles/discover/docinfo.xml b/titles/discover/docinfo.xml new file mode 100644 index 0000000000..60f431eb6e --- /dev/null +++ b/titles/discover/docinfo.xml @@ -0,0 +1,11 @@ +About {product} +{product} +{product-version} +Introduction to {product} + + {product} is a developer platform designed to build developer portals. Use {product} to provide a streamlined development environment with a centralized software catalog to build high-quality software efficiently. + + + {company-name} Customer Content Services + + diff --git a/titles/discover/images b/titles/discover/images new file mode 120000 index 0000000000..5fa6987088 --- /dev/null +++ b/titles/discover/images @@ -0,0 +1 @@ +../../images \ No newline at end of file diff --git a/titles/discover/master.adoc b/titles/discover/master.adoc index 1a96da2b9c..81f90b4993 100644 --- a/titles/discover/master.adoc +++ b/titles/discover/master.adoc @@ -1,4 +1,6 @@ +[id="title-about_red_hat_developer_hub"] include::artifacts/attributes.adoc[] += About {product} :doctype: book :imagesdir: images :title: About {product} @@ -11,5 +13,5 @@ include::artifacts/attributes.adoc[] //{abstract} -include::assemblies/assembly-about-rhdh.adoc[] +//include::assemblies/assembly-about-rhdh.adoc[] diff --git a/titles/discover/modules b/titles/discover/modules new file mode 120000 index 0000000000..36719b9de7 --- /dev/null +++ b/titles/discover/modules @@ -0,0 +1 @@ +../../modules/ \ No newline at end of file From 0e34d5a9f79ee9e312ef4b55e4603c333e937cbb Mon Sep 17 00:00:00 2001 From: jmagak Date: Thu, 7 Nov 2024 12:33:51 +0100 Subject: [PATCH 3/4] Correct book title --- titles/discover/master.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/titles/discover/master.adoc b/titles/discover/master.adoc index 81f90b4993..e0a084b2ed 100644 --- a/titles/discover/master.adoc +++ b/titles/discover/master.adoc @@ -13,5 +13,5 @@ include::artifacts/attributes.adoc[] //{abstract} -//include::assemblies/assembly-about-rhdh.adoc[] +include::assemblies/assembly-about-rhdh.adoc[] From 4e266a63102527fe5781ee6518ccb1110f4727f0 Mon Sep 17 00:00:00 2001 From: jmagak Date: Thu, 7 Nov 2024 12:39:21 +0100 Subject: [PATCH 4/4] Correct book title --- titles/discover/master.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/titles/discover/master.adoc b/titles/discover/master.adoc index e0a084b2ed..81f90b4993 100644 --- a/titles/discover/master.adoc +++ b/titles/discover/master.adoc @@ -13,5 +13,5 @@ include::artifacts/attributes.adoc[] //{abstract} -include::assemblies/assembly-about-rhdh.adoc[] +//include::assemblies/assembly-about-rhdh.adoc[]