Skip to content

Commit 0ac6d87

Browse files
authored
Merge pull request #42324 from adellape/op_overview_heading
2 parents 5b7c674 + cc7fad5 commit 0ac6d87

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

architecture/control-plane.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ include::modules/arch-platform-operators.adoc[leveloffset=+2]
2323

2424
[role="_additional-resources"]
2525
.Additional resources
26-
* xref:../operators/operator-reference.adoc#platform-operators-ref[Platform Operators reference].
26+
* xref:../operators/operator-reference.adoc#platform-operators-ref[Platform Operators reference]
2727
endif::[]
2828
2929
include::modules/arch-olm-operators.adoc[leveloffset=+2]

modules/operators-overview.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ ifeval::["{context}" == "operators-overview"]
99
endif::[]
1010

1111
:_content-type: CONCEPT
12+
ifndef::index[]
1213
[id="operators-overview_{context}"]
14+
= Operators in {product-title}
15+
endif::[]
1316

1417
Operators are among the most important components of {product-title}. Operators are the preferred method of packaging, deploying, and managing services on the control plane. They can also provide advantages to applications that users run.
1518

operators/index.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ With Operators, you can create applications to monitor the running services in t
1212
Operators are designed specifically for your applications. Operators implement and automate the common Day 1 operations such as installation and configuration as well as Day 2 operations such as autoscaling up and down and creating backups. All these activities are in a piece of software running inside your cluster.
1313

1414

15-
[id="overview-developer-tasks"]
15+
[id="operators-overview-developer-tasks"]
1616
== For developers
1717

1818
As a developer, you can perform the following Operator tasks:
@@ -23,7 +23,7 @@ As a developer, you can perform the following Operator tasks:
2323
** xref:../operators/user/olm-installing-operators-in-namespace.adoc#olm-installing-operators-in-namespace[Install and subscribe an Operator to your namespace].
2424
** xref:../operators/user/olm-creating-apps-from-installed-operators.adoc#olm-creating-apps-from-installed-operators[Create an application from an installed Operator through the web console].
2525

26-
[id="overview-administrator-tasks"]
26+
[id="operators-overview-administrator-tasks"]
2727
== For administrators
2828

2929
As a cluster administrator, you can perform the following Operator tasks:
@@ -38,8 +38,9 @@ As a cluster administrator, you can perform the following Operator tasks:
3838
** xref:../operators/admin/olm-configuring-proxy-support.adoc#olm-configuring-proxy-support[Configure proxy support]
3939
** xref:../operators/admin/olm-restricted-networks.adoc#olm-restricted-networks[Use Operator Lifecycle Manager on restricted networks]
4040

41-
To know all about the Platform Operators that Red Hat provides, see xref:../operators/operator-reference.adoc#platform-operators-ref[Red Hat Operators]
41+
To know all about the platform Operators that Red Hat provides, see xref:../operators/operator-reference.adoc#platform-operators-ref[Platform Operators reference].
4242

43+
[id="operators-overview-next-steps"]
4344
== Next steps
4445

4546
To understand more about Operators, see xref:../operators/understanding/olm-what-operators-are.adoc#olm-what-operators-are[What are Operators?]

0 commit comments

Comments
 (0)