fix(docs): remove apostrophes from headings (breaks Mintlify anchors)

- azure.md: "What you'll do" -> "What you will do"
- standing-orders.md: "Don't" -> "Avoid"

Per CLAUDE.md: avoid em dashes and apostrophes in headings because
they break Mintlify anchor links.
This commit is contained in:
Vincent Koc
2026-03-22 15:41:05 -07:00
parent b93a045a96
commit 9653c47133
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ title: "Azure"
This guide sets up an Azure Linux VM with the Azure CLI, applies Network Security Group (NSG) hardening, configures Azure Bastion for SSH access, and installs OpenClaw.
## What you'll do
## What you will do
- Create Azure networking (VNet, subnets, NSG) and compute resources with the Azure CLI
- Apply Network Security Group rules so VM SSH is allowed only from Azure Bastion