Skip to content

Commit 1cc87ad

Browse files
committed
docs: delete SRE Agent stub pages, redirect to holmesgpt.dev
The SRE Agent menu was already dropped from the welcome page nav. Now delete the three underlying pages — main-features (a stub), getting-started (Quick Setup is now wizard-driven), and the holmesgpt-docs redirect-stub — and point inbound references at holmesgpt.dev or platform.robusta.dev. - Update conf.py redirects: main-features.html, getting-started.html, holmesgpt-docs.html, plus the existing ai-analysis.html and holmesgpt/index.html — all now go to holmesgpt.dev - Update inbound refs in metric-providers-external.rst, builtin-alert-enrichment.rst, and playbook-reference/index.rst to external links instead of internal :doc: references https://claude.ai/code/session_019GQrc8wVq14if8f7F3pp4f
1 parent 815be9e commit 1cc87ad

7 files changed

Lines changed: 8 additions & 81 deletions

File tree

docs/conf.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,11 @@
134134
"tutorials/alert-custom-prometheus.html": "/master/configuration/alertmanager-integration/alert-custom-prometheus.html",
135135
"catalog/triggers/prometheus.html": "/master/configuration/alertmanager-integration/index.html",
136136
"playbook-reference/prometheus-examples/alert-remediation.html": "/master/playbook-reference/automatic-remediation-examples/index.html",
137-
"configuration/ai-analysis.html": "/master/configuration/holmesgpt/main-features.html",
138-
"configuration/holmesgpt/index.html": "/master/configuration/holmesgpt/main-features.html",
137+
"configuration/ai-analysis.html": "https://holmesgpt.dev/",
138+
"configuration/holmesgpt/index.html": "https://holmesgpt.dev/",
139+
"configuration/holmesgpt/main-features.html": "https://holmesgpt.dev/",
140+
"configuration/holmesgpt/getting-started.html": "https://holmesgpt.dev/installation/?tab=robusta-helm-chart",
141+
"configuration/holmesgpt/holmesgpt-docs.html": "https://holmesgpt.dev/",
139142
# AI Analysis pages redirects to holmesgpt.dev (docs have moved there)
140143
"configuration/holmesgpt/builtin_toolsets.html": "https://holmesgpt.dev/data-sources/builtin-toolsets/?tab=robusta-helm-chart",
141144
"configuration/holmesgpt/permissions.html": "https://holmesgpt.dev/data-sources/permissions/?tab=robusta-helm-chart",

docs/configuration/holmesgpt/getting-started.rst

Lines changed: 0 additions & 53 deletions
This file was deleted.

docs/configuration/holmesgpt/holmesgpt-docs.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/configuration/holmesgpt/main-features.rst

Lines changed: 0 additions & 17 deletions
This file was deleted.

docs/configuration/metric-providers-external.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,5 +185,5 @@ Next Steps
185185
----------
186186

187187
- Configure :doc:`alert routing </notification-routing/index>`
188-
- Set up :doc:`AI-powered insights </configuration/holmesgpt/getting-started>`
188+
- `Set up AI-powered insights <https://platform.robusta.dev/signup>`_
189189
- Learn about :doc:`common configuration options <metric-providers>`

docs/playbook-reference/builtin-alert-enrichment.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Ever feel overwhelmed by alerts that lack context? Robusta enriches alerts autom
77

88
.. note::
99

10-
**Looking for automatic AI enrichment?** Check out :doc:`HolmesGPT </configuration/holmesgpt/main-features>` for zero-configuration AI-powered alert enrichment that automatically investigates alerts and provides root cause analysis.
10+
**Looking for automatic AI enrichment?** Check out `HolmesGPT <https://holmesgpt.dev/>`_ for zero-configuration AI-powered alert enrichment that automatically investigates alerts and provides root cause analysis.
1111

1212
Builtin Alert Enrichment
1313
*********************************

docs/playbook-reference/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Playbooks Basics
1818

1919
Playbooks are deterministic rules for responding to alerts and unhealthy conditions in a Kubernetes cluster.
2020

21-
Playbooks are recommended for advanced use cases. Most users should start with :doc:`SRE Agent </configuration/holmesgpt/main-features>` of alerts first, which requires far less configuration.
21+
Playbooks are recommended for advanced use cases. Most users should start with the `Robusta SRE Agent <https://platform.robusta.dev/signup>`_, which requires far less configuration.
2222

2323
How Playbooks Work
2424
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)