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:
@@ -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)
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user