docs: use absolute page URI

This allows us to migrate to any framework that uses normal uri's
We just need to strip all .md endings in a simple grep command
This commit is contained in:
Johannes Kirschbauer
2025-10-03 17:31:42 +02:00
parent f9c8ed74e1
commit 08c2d574ce
15 changed files with 61 additions and 61 deletions

View File

@@ -92,19 +92,19 @@ hide:
<div class="grid cards" markdown>
- [Inventory](./guides/inventory/inventory.md)
- [Inventory](/guides/inventory/inventory.md)
---
Learn how about inventory
- [Vars](./guides/vars/vars-overview.md)
- [Vars](/guides/vars/vars-overview.md)
---
Learn how to use vars
- [macOS](./guides/macos.md)
- [macOS](/guides/macos.md)
---
@@ -116,7 +116,7 @@ hide:
<div class="grid cards" markdown>
- [CLI](./reference/cli/index.md)
- [CLI](/reference/cli/index.md)
---
@@ -128,7 +128,7 @@ hide:
Search all options
- [Services](./reference/clanServices/index.md)
- [Services](/reference/clanServices/index.md)
---