Fix broken anchor on bundle resources
The top of the page does not need any anchor.
This commit is contained in:
parent
ecde91dfac
commit
0303d68953
|
|
@ -331,7 +331,7 @@ the GitRepo is unpaused
|
|||
Besides, pausing a GitRepo only prevents bundles and bundle deployments from being created or updated for that GitRepo.
|
||||
In other words, it only affects _controller_ operations, not Fleet _agent_ operations. To prevent user resources,
|
||||
contained in a bundle, from being deleted when deleting a bundle deployment,
|
||||
[keepResources](./ref-bundle#bundle-resource) should be used instead.
|
||||
[keepResources](./ref-bundle) should be used instead.
|
||||
|
||||
# Troubleshooting
|
||||
|
||||
|
|
|
|||
|
|
@ -245,7 +245,7 @@ the GitRepo is unpaused
|
|||
Besides, pausing a GitRepo only prevents bundles and bundle deployments from being created or updated for that GitRepo.
|
||||
In other words, it only affects _controller_ operations, not Fleet _agent_ operations. To prevent user resources,
|
||||
contained in a bundle, from being deleted when deleting a bundle deployment,
|
||||
[keepResources](./ref-bundle#bundle-resource) should be used instead.
|
||||
[keepResources](./ref-bundle) should be used instead.
|
||||
|
||||
# Troubleshooting
|
||||
|
||||
|
|
|
|||
|
|
@ -262,7 +262,7 @@ the GitRepo is unpaused
|
|||
Besides, pausing a GitRepo only prevents bundles and bundle deployments from being created or updated for that GitRepo.
|
||||
In other words, it only affects _controller_ operations, not Fleet _agent_ operations. To prevent user resources,
|
||||
contained in a bundle, from being deleted when deleting a bundle deployment,
|
||||
[keepResources](./ref-bundle#bundle-resource) should be used instead.
|
||||
[keepResources](./ref-bundle) should be used instead.
|
||||
|
||||
# Troubleshooting
|
||||
|
||||
|
|
|
|||
|
|
@ -284,7 +284,7 @@ the GitRepo is unpaused
|
|||
Besides, pausing a GitRepo only prevents bundles and bundle deployments from being created or updated for that GitRepo.
|
||||
In other words, it only affects _controller_ operations, not Fleet _agent_ operations. To prevent user resources,
|
||||
contained in a bundle, from being deleted when deleting a bundle deployment,
|
||||
[keepResources](./ref-bundle#bundle-resource) should be used instead.
|
||||
[keepResources](./ref-bundle) should be used instead.
|
||||
|
||||
# Troubleshooting
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue