Docs: unify 'manual' with 'guides' folder

This is one of the final steps towards strictly following
https://diataxis.fr/
This commit is contained in:
Johannes Kirschbauer
2025-05-18 20:40:40 +02:00
parent cd808f6c0f
commit af58c32238
20 changed files with 31 additions and 31 deletions

View File

@@ -2,8 +2,8 @@
For a high level overview about `vars` see our [blog post](https://clan.lol/blog/vars/).
This guide will help you migrate your modules that still use our [`facts`](../../manual/secrets.md) backend
to the [`vars`](../../manual/vars-backend.md) backend.
This guide will help you migrate your modules that still use our [`facts`](../../guides/secrets.md) backend
to the [`vars`](../../guides/vars-backend.md) backend.
The `vars` [module](../../reference/clan-core/vars.md) and the clan [command](../../reference/cli/vars.md) work in tandem, they should ideally be kept in sync.