docs: correct inaccuracies across docs pages (#2443) master
* docs: correct inaccuracies across docs pages Audit of apps/web/src/content/pages/docs against the codebase, fixing statements that no longer match the implementation. Substantially rewritten: - incident reference: trigger is region-based (half the monitor's regions reporting error), not a check-percentage window; lifecycle is driven by acknowledgedAt/resolvedAt timestamps, not status reports. Incidents have no DB link to status reports. - MCP server: search_docs/get_doc_page are not registered on the MCP server (dashboard chat + Slack agent only); list_private_locations was missing. Count corrected 20 -> 19 (17 without the audit-log plan feature). - status page configuration guide: the 'Status Page Redesign' toggle and its three subsections do not exist; theme key github-high-contrast is actually github-contrast. Features shipped after the docs were written: - Microsoft Teams notification provider (13 providers, not 12) - Korean locale - ip-restriction page access type - CLI private-locations command group and status-report --impact flag - Terraform openstatus_private_location resource + data sources Smaller corrections: CONNECT method and follow_redirects on HTTP monitors, body allowed on DELETE, the full 10 string comparators, regions optional with plan-based defaults, User-Agent casing, NS DNS assertions, OpsGenie region, PagerDuty integration key, Slack subscriber channel, component group defaultOpen, status report title, railway_ region prefixes, iad location, ghcr.io probe image, ConnectRPC server stack, import phase order, and the Slack install flow. * Update apps/web/src/content/pages/docs/reference/terraform.mdx Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> * Update apps/web/src/content/pages/docs/reference/terraform.mdx Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> --------- Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>