* Add info about restoring backups to GitRepo how-to
This provides a few bits of advice about steps to take before restoring
a multi-cluster setup with Fleet workloads.
* Fix broken anchor on bundle resources
The top of the page does not need any anchor.
* Propagate doc to version 0.13
A new version has been created, and needs this documented as well.
---------
Co-authored-by: Olivier Vernin <olivier@vernin.me>
* chore: docs: update releasepost configuration file releasepost.yaml
Made with ❤️️ by updatecli
* chore: doc: synchronize Fleet release note
Made with ❤️️ by updatecli
---------
Co-authored-by: updatecli-bot <bot@rancher.io>
* chore: doc: synchronize Fleet release note
Made with ❤️️ by updatecli
* chore: doc: synchronize Fleet release note
Made with ❤️️ by updatecli
---------
Co-authored-by: updatecli-bot <bot@rancher.io>
* chore: docs: update releasepost configuration file releasepost.yaml
Made with ❤️️ by updatecli
* chore: doc: synchronize Fleet release note
Made with ❤️️ by updatecli
* chore: doc: synchronize Fleet release note
Made with ❤️️ by updatecli
---------
Co-authored-by: updatecli-bot <bot@rancher.io>
This fixes all links listed a broken by `yarn build`.
Incidentally, even working relative links may be listed as broken when
linking file a.md from b.md in the same folder as `[stuff from a](./a)`.
Instead, linking it as `[stuff from a](./a.md)` eliminates the error.