generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move content to correct sections for generated summary
Signed-off-by: Danil Grigorev <[email protected]>
- Loading branch information
1 parent
978da7f
commit 9f992a3
Showing
40 changed files
with
70 additions
and
65 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# User guide | ||
|
||
This section contains quick start and concepts relevant to a new operator user. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Cluster API Provider Lifecycle | ||
|
||
This section contains lifecycle operations a user can perform on a provider manifest, such as: | ||
- Install | ||
- Upgrade | ||
- Modify | ||
- Delete |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Configuration | ||
|
||
This section contains a list of frequent configuration tasks for CAPI Operator providers. |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
4 changes: 1 addition & 3 deletions
4
...src/topics/configuration/configuration.md → ...uration/05_provider-spec-configuration.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
3 changes: 3 additions & 0 deletions
3
docs/book/src/03_topics/03_basic-cluster-api-provider-installation/00.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Basic Cluster API provider installation | ||
|
||
This section provides an example to a CAPZ provider installation. |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Developer | ||
|
||
This section contains regular developer tasks, such as: | ||
- Release | ||
- Development guide | ||
- Migration guide |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Reference | ||
|
||
- [API reference](./01_api_reference.md) | ||
- [Glossary](./02_glossary.md) | ||
- [Code of Conduct](./03_code-of-conduct.md) | ||
- [Contributing](./04_contributing.md) | ||
- [CI Jobs](./05_ci-jobs.md) | ||
- [Providers](./06_providers.md) |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Code of Conduct | ||
|
||
{{#include ../../../../code-of-conduct.md}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Contributing | ||
|
||
{{#include ../../../../CONTRIBUTING.md}} |
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +0,0 @@ | ||
# Summary | ||
|
||
[Introduction](./introduction.md) | ||
[Quick Start](./user/quick-start.md) | ||
- [Installation](./installation/installation.md) | ||
- [Using plugin](./installation/plugin-installation.md) | ||
- [Using Manifests from Release Assets](./installation/manifest-installation.md) | ||
- [Using Helm Charts](./installation/helm-chart-installation.md) | ||
[Concepts](./user/concepts.md) | ||
- [Topics](./topics/topics.md) | ||
- [Cluster API Provider Lifecycle](./topics/capi-provides-lifecycle.md) | ||
- [Installing a Provider](./topics/installing-provider.md) | ||
- [Upgrading a Provider](./topics/upgrading-provider.md) | ||
- [Modifying a Provider](./topics/modifying-provider.md) | ||
- [Deleting a Provider](./topics/deleting-provider.md) | ||
- [Basic Cluster API Provider Installation](./topics/basic-capi-provider-installation.md) | ||
- [Installing the CoreProvider](./topics/installing-core-provider.md) | ||
- [Installing Azure Infrastructure Provider](./topics/installing-capz.md) | ||
- [Deleting providers](./topics/deleting-providers.md) | ||
- [Air-gapped Environment](./topics/air-gapped-environtment.md) | ||
- [Injecting additional manifests](./topics/injecting-additional-manifests.md) | ||
- [Developer Guide](./developer/guide.md) | ||
- [Releasing](./developer/release.md) | ||
- [Version migration](./developer/v1alpha1-to-v1alpha2.md) | ||
- [Reference](./reference/reference.md) | ||
- [API Reference](./reference/api_reference.md) | ||
- [Glossary](./reference/glossary.md) | ||
- [Code of Conduct](./code-of-conduct.md) | ||
- [Contributing](./CONTRIBUTING.md) | ||
- [CI Jobs](./reference/ci-jobs.md) | ||
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
docs/book/src/topics/capi-providers-lifecycle/capi-provides-lifecycle.md
This file was deleted.
Oops, something went wrong.