Skip to content

Commit c9d3e83

Browse files
committed
Fix GitHub link to HolmesGPT repo, fix Other Features sidebar flattening
- Change repo_url and social link in conf.py to holmesGPT repo - Change Other Features toctree maxdepth from 4 to 1 so sub-pages nest under their parent (e.g. PagerDuty under Send Alerts to Robusta) instead of all appearing as flat top-level items https://claude.ai/code/session_0184fwhrjC4ELrYQBMCbyhfS
1 parent daa4457 commit c9d3e83

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,8 @@
293293
"icon": {
294294
"repo": "fontawesome/brands/github",
295295
},
296-
"repo_url": "https://github.com/robusta-dev/robusta",
297-
"repo_name": "Robusta",
296+
"repo_url": "https://github.com/robusta-dev/holmesGPT",
297+
"repo_name": "HolmesGPT",
298298
"repo_type": "github",
299299
"edit_uri": "tree/master/docs",
300300
"palette": [
@@ -330,7 +330,7 @@
330330
"social": [
331331
{
332332
"icon": "fontawesome/brands/github",
333-
"link": "https://github.com/robusta-dev/robusta",
333+
"link": "https://github.com/robusta-dev/holmesGPT",
334334
},
335335
{
336336
"icon": "fontawesome/brands/slack",

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
configuration/exporting/prometheus-query-api
4343

4444
.. toctree::
45-
:maxdepth: 4
45+
:maxdepth: 1
4646
:caption: Other Features
4747
:hidden:
4848

0 commit comments

Comments
 (0)