Detect drift on a schedule, notify via Slack or GitHub Issues, and remediate with the same command workflow your team already uses.
diff --git a/docs/llms.txt b/docs/llms.txt
index add9adab6..2c27aed3d 100644
--- a/docs/llms.txt
+++ b/docs/llms.txt
@@ -21,7 +21,7 @@
## State Management
-- [Introduction](https://docs.opentaco.dev/ce/state-management/introduction): Self-hostable state management with built-in RBAC, validation, multi-account access, versioning, and rollback. Currently supports S3 backend.
+- [Overview](https://docs.opentaco.dev/ce/state-management/overview): Self-hostable state management with built-in RBAC, validation, multi-account access, versioning, and rollback. Currently supports S3 backend.
- [Architecture](https://docs.opentaco.dev/ce/state-management/architecture): Statesman service provides REST API for state operations. TFE-compatible — supports `terraform login`. Stores state in S3-compatible storage with metadata in SQLite/PostgreSQL/MySQL/MSSQL.
- [Quickstart](https://docs.opentaco.dev/ce/state-management/quickstart): Quick setup guide for state management.
- [AWS Fargate Quickstart](https://docs.opentaco.dev/ce/state-management/aws-fargate-ad-quickstart): Deploy state management on AWS Fargate.
@@ -52,7 +52,7 @@
## Drift Detection
-- [Set Up in UI](https://docs.opentaco.dev/onboarding/set-up-in-ui): Configure drift detection schedules (hourly, daily, or custom crontab) via the UI.
+- [Drift Detection + Remediation](https://docs.opentaco.dev/onboarding/drift-detection-remediation): Configure drift detection schedules (hourly, daily, or custom crontab) via the UI.
- [Slack Notifications](https://docs.opentaco.dev/ce/drift/slack-notifications): Send drift alerts to Slack via webhooks.
- [GitHub Issues](https://docs.opentaco.dev/ce/drift/github-issues): Create GitHub issues for detected drift.
- [Remediation](https://docs.opentaco.dev/ce/drift/remediation): Remediate detected drift.
diff --git a/docs/onboarding/account-setup.mdx b/docs/onboarding/account-setup.mdx
index bebde5686..5241156b8 100644
--- a/docs/onboarding/account-setup.mdx
+++ b/docs/onboarding/account-setup.mdx
@@ -32,4 +32,4 @@ Choose your onboarding path:
- [State Management](/onboarding/state-management)
- [Remote Runs (Beta)](/onboarding/remote-jobs) - [dependent on state management]
- [PR Automation](/onboarding/github-app-setup)
-- [Drift Detection + Remediation](/onboarding/set-up-in-ui) [dependent on PR automation setup]
+- [Drift Detection + Remediation](/onboarding/drift-detection-remediation) [dependent on PR automation setup]
diff --git a/docs/onboarding/configuring-github-actions-workflow.mdx b/docs/onboarding/configuring-github-actions-workflow.mdx
index d95a73050..2946bf800 100644
--- a/docs/onboarding/configuring-github-actions-workflow.mdx
+++ b/docs/onboarding/configuring-github-actions-workflow.mdx
@@ -182,6 +182,10 @@ Use one provider block per workflow.
Start with default GitHub Actions cache behavior. If your repositories are large, add targeted caching using the guidance in [Caching Strategies](/ce/howto/caching-strategies).
+