Skip to content

Commit 75804f4

Browse files
committed
Add hidden toctree for metric provider child pages
The metric provider sub-pages (external, in-cluster, azure, aws, etc.) were removed from the root toctree but never added to a toctree on their parent page. This made them orphan pages that don't appear in the sidebar navigation. Adding a hidden toctree to metric-providers.rst restores them in the nav tree. https://claude.ai/code/session_0184fwhrjC4ELrYQBMCbyhfS
1 parent 9084f97 commit 75804f4

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

docs/configuration/metric-providers.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ General Settings
55

66
Connect Robusta to your metrics backend to enable advanced features like alert enrichment with historical data, metric queries, and alert silencing. Metric provider integration is optional but highly recommended.
77

8+
.. toctree::
9+
:maxdepth: 1
10+
:hidden:
11+
12+
metric-providers-in-cluster
13+
metric-providers-external
14+
metric-providers-azure
15+
metric-providers-aws
16+
metric-providers-google
17+
metric-providers-coralogix
18+
metric-providers-victoria
19+
metric-providers-grafana-cloud
20+
821

922
Why Configure a Metric Provider?
1023
--------------------------------

0 commit comments

Comments
 (0)