Enforce unique doc filenames and simple wiki-links
Rename section index files to match their titles (tutorials.md, reference.md, how-to.md, explanation.md) so all filenames are unique. Convert all path-based wiki-links to simple filename format for better obsidian.nvim compatibility. Update doc-filenames task to no longer skip index.md files. Update doc-links task to reject path-based links containing '/'. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
a03a9faaad
commit
ed24ffdd64
19 changed files with 78 additions and 58 deletions
|
|
@ -44,8 +44,8 @@ BlumeOps uses layered GitOps:
|
|||
|
||||
| Layer | Tool | What it manages |
|
||||
|-------|------|-----------------|
|
||||
| **Tailnet** | [[reference/infrastructure/tailscale|Pulumi]] | ACLs, tags, DNS |
|
||||
| **Host config** | [[reference/ansible/roles|Ansible]] | Services on [[indri]] |
|
||||
| **Tailnet** | [[tailscale|Pulumi]] | ACLs, tags, DNS |
|
||||
| **Host config** | [[roles|Ansible]] | Services on [[indri]] |
|
||||
| **Kubernetes** | [[argocd|ArgoCD]] | Containerized workloads |
|
||||
|
||||
Each layer has its own reconciliation loop:
|
||||
|
|
@ -67,4 +67,4 @@ But for BlumeOps, the trade-off is worth it. The infrastructure is complex enoug
|
|||
|
||||
- [[architecture]] - How the pieces fit together
|
||||
- [[argocd]] - Kubernetes GitOps
|
||||
- [[reference/ansible/roles|Ansible roles]] - Host configuration
|
||||
- [[roles|Ansible roles]] - Host configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue