Skip to content

Commit 974ddb3

Browse files
authored
Merge branch 'main' into RHIDP-4585-Release-Notes-1.4-Known-issues-bug-fixes-and-changes
2 parents 47c9527 + fa54f2e commit 974ddb3

File tree

27 files changed

+17
-54
lines changed

27 files changed

+17
-54
lines changed

.asciidoctorconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ include::{asciidoctorconfigdir}/artifacts/attributes.adoc[]
99
:chapter-signifier: Chapter
1010
:docinfo: shared
1111
:docinfodir: {asciidoctorconfigdir}/.asciidoctor
12-
:doctype: book
1312
:sectnumlevels: 5
1413
:sectnums:
1514
:source-highlighter: coderay

assemblies/assembly-about-rhdh.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ Use {product} to simplify decision-making through a selection of internally appr
2222
include::modules/about/con-benefits-of-rhdh.adoc[leveloffset=+1]
2323
include::modules/about/ref-supported-platforms.adoc[leveloffset=+1]
2424
include::modules/about/ref-rhdh-sizing.adoc[leveloffset=+1]
25+
include::modules/about/ref-customer-support-info.adoc[leveloffset=+1]

build/scripts/build-ccutil.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ for t in $(find titles -name master.adoc | sort -uV | grep -E -v "${EXCLUDED_TIT
3636
CMD="podman run --interactive --rm --tty \
3737
--volume "$(pwd)":/docs:Z \
3838
--workdir "/docs/$d" \
39-
quay.io/ivanhorvath/ccutil:amazing ccutil compile --format html-single --lang en-US";
39+
quay.io/ivanhorvath/ccutil:amazing ccutil compile --format html-single --lang en-US --doctype article";
4040
echo -e -n "\nBuilding $t into $dest ...\n ";
4141
echo "${CMD}" | sed -r -e "s/\ +/ \\\\\n /g"
4242
$CMD
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
[preface]
2-
[id='snip-customer-support-info_{context}']
1+
[id="ref-customer-support-info_{context}"]
32
= Red Hat Developer Hub support
43

54
If you experience difficulty with a procedure described in this documentation, visit the http://access.redhat.com[Red Hat Customer Portal]. You can use the Red Hat Customer Portal for the following purposes:
65

7-
* To search or browse through the Red Hat Knowledgebase of technical support articles about Red Hat products.
8-
* To create a https://access.redhat.com/support/cases/#/case/new/get-support?caseCreate=true[support case] for {company-name} Global Support Services (GSS). For support case creation, select *{product}* as the product and select the appropriate product version. For detailed information about supported platforms, see link:{release-notes-url}#con-release-notes-overview.adoc[Supported Platforms] and the link:https://access.redhat.com/support/policy/updates/developerhub[{product} Life Cycle].
6+
* To search or browse through the Red Hat Knowledgebase of technical support articles about Red Hat products.
7+
* To create a https://access.redhat.com/support/cases/#/case/new/get-support?caseCreate=true[support case] for {company-name} Global Support Services (GSS). For support case creation, select *{product}* as the product and select the appropriate product version. For detailed information about supported platforms, see link:{release-notes-url}#con-release-notes-overview.adoc[Supported Platforms] and the link:https://access.redhat.com/support/policy/updates/developerhub[{product} Life Cycle].

titles/about/master.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
[id="title-about_red_hat_developer_hub"]
22
include::artifacts/attributes.adoc[]
3-
= About {product}
4-
:doctype: book
53
:imagesdir: images
64
:title: About {product}
75
:subtitle: Introduction to {product}
@@ -13,4 +11,4 @@ include::artifacts/attributes.adoc[]
1311
//{abstract}
1412

1513

16-
include::assemblies/assembly-about-rhdh.adoc[]
14+
include::assemblies/assembly-about-rhdh.adoc[]

titles/admin-rhdh/title-admin.adoc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@
22
include::artifacts/attributes.adoc[]
33
= Administration guide for {product}
44
:context: admin-rhdh
5-
:doctype: book
65
:imagesdir: images
76

87
{product} is an enterprise-grade, open developer platform that you can use to build developer portals. This platform contains a supported and opinionated framework that helps reduce the friction and frustration of developers while boosting their productivity.
98

10-
//customer support links
11-
include::artifacts/snip-customer-support-info.adoc[]
12-
139
//add a custom application config file to OCP
1410
include::assemblies/assembly-add-custom-app-file-openshift.adoc[leveloffset=+1]
1511

@@ -44,4 +40,4 @@ include::assemblies/assembly-admin-templates.adoc[leveloffset=+1]
4440
include::assemblies/assembly-techdocs-plugin.adoc[leveloffset=+1]
4541

4642
// RHDH Operator deployment
47-
include::modules//admin/proc-rhdh-deployment-config.adoc[leveloffset=+1]
43+
include::modules//admin/proc-rhdh-deployment-config.adoc[leveloffset=+1]

titles/audit-log/master.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
include::artifacts/attributes.adoc[]
22
:context: title-audit-log
3-
:doctype: book
43
:imagesdir: images
54
:title: Audit log
65
:subtitle: Tracking user activities, system events, and data changes with {product} audit logs
@@ -9,4 +8,4 @@ include::artifacts/attributes.adoc[]
98
= {title}
109

1110
// Audit logging
12-
include::assemblies/assembly-audit-log.adoc[leveloffset=+1]
11+
include::assemblies/assembly-audit-log.adoc[leveloffset=+1]

titles/authentication/master.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
include::artifacts/attributes.adoc[]
22
:context: title-authentication
3-
:doctype: book
43
:imagesdir: images
54
:title: Authentication
65
:subtitle: Configuring authentication to external services in {product}

titles/authorization/master.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
include::artifacts/attributes.adoc[]
22
:context: title-authorization
3-
:doctype: book
43
:imagesdir: images
54
:title: Authorization
65
:subtitle: Configuring authorization by using role based access control (RBAC) in {product}

titles/getting-started-rhdh/title-getting-started.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@
22
include::artifacts/attributes.adoc[]
33
= Getting started with {product}
44
:context: rhdh-getting-started
5-
:doctype: book
65
:imagesdir: images
76

87
As a developer, you can use {product} to experience a streamlined development environment. {product} is driven by a centralized software catalog, providing efficiency to your microservices and infrastructure. It enables your product team to deliver quality code without any compromises.
98

10-
//customer support links
11-
include::artifacts/snip-customer-support-info.adoc[]
12-
139
// supported configs and customization
1410
include::modules/getting-started/ref-rhdh-supported-configs.adoc[leveloffset=+1]
1511
include::assemblies/assembly-add-custom-app-file-openshift.adoc[leveloffset=+2]

0 commit comments

Comments
 (0)