Skip to content

Commit 491cdf6

Browse files
doc(Issue:1905):Improve doc titles in order to better be returned in the searches (#1928)
* doc(Issue:1905):Improve doc titles in order to better be returned in the searchs
1 parent 5bfe311 commit 491cdf6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+80
-80
lines changed

doc/ansible/dev/advanced_options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## Advanced Options
1+
# Advanced Options for Operator SDK Ansible-based Operators
22

33
This document shows the advanced options available to a developer of an ansible operator.
44

5-
### Watches File Options
5+
## Watches File Options
66

77
The advanced features can be enabled by adding them to your watches file per GVK.
88
They can go below the `group`, `version`, `kind` and `playbook` or `role`.

doc/ansible/dev/apb_migration_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Migrating an Ansible Playbook Bundle (APB) to an Ansible-based Operator
1+
# Migrating an Ansible Playbook Bundle (APB) to an Operator SDK Ansible-based Operator
22

33
This guide will walk you through migrating your legacy Ansible Playbook Bundles (APB)
44
to a more modern Kubernetes Operator architecture. We will cover how to prepare a new

doc/ansible/dev/dependent_watches.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Dependent Watches
1+
# Dependent Watches in Operator SDK Ansible-based Operators
22
This document describes the `watchDependentResources` option in [`watches.yaml`](#Example) file. It delves into what dependent resources are, why the option is required, how it is achieved and finally gives an example.
33

44
### What are dependent resources?
@@ -30,4 +30,4 @@ This is an example of a watches file with the `watchDependentResources` field se
3030
manageStatus: False
3131
watchDependentResources: True
3232

33-
```
33+
```

doc/ansible/dev/finalizers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Handling deletion events
1+
# Handling Deletion Events with Operator SDK Ansible-based Operators
22

33
The default behavior of an Ansible Operator is to delete all resources the operator
44
created during reconciliation when a managed resource is marked for deletion. This

doc/ansible/dev/testing_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Testing Ansible Operators with Molecule
1+
# Testing Operator SDK Ansible-based Operators with Molecule
22

33
## Getting started
44

doc/ansible/information-flow-ansible-operator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Information Flow for Ansible Operator
1+
# Information Flow for Operator SDK Ansible-based Operators
22

33
![Ansible Operator Flow](ao-flow.png)
44

doc/ansible/project_layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Project Scaffolding Layout
1+
# Project Scaffolding Layout for Operator SDK Ansible-based Operators
22

33
After creating a new operator project using
44
`operator-sdk new --type ansible`, the project directory has numerous generated folders and files. The following table describes a basic rundown of each generated file/directory.

doc/dev/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Releases
1+
# Operator SDK Release guide
22

33
Making an Operator SDK release involves:
44

doc/dev/reporting_bugs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Reporting bugs
1+
# Reporting bugs in Operator SDK
22

33
If any part of the operator-sdk project has bugs or documentation mistakes, please let us know by [opening an issue][operator-sdk-issue]. We treat bugs and mistakes very seriously and believe no issue is too small. Before creating a bug report, please check that an issue reporting the same problem does not already exist.
44

doc/dev/testing/running-the-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Running the SDK Tests
1+
# Running the Operator SDK Tests
22

33
The operator-sdk is automatically tested with a variety of tests anytime
44
a pull request is made. The E2E tests ensure that the operator-sdk acts as intended by

0 commit comments

Comments
 (0)