Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 50 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,56 @@
"catalog/triggers/prometheus.html": "/master/configuration/alertmanager-integration/index.html",
"playbook-reference/prometheus-examples/alert-remediation.html": "/master/playbook-reference/automatic-remediation-examples/index.html",
"configuration/ai-analysis.html": "/master/configuration/holmesgpt/index.html",


}
"coverage.html": "/master/how-it-works/coverage.html",
"tutorials/python-profiling.html": "/master/playbook-reference/actions/python-troubleshooting.html#python-profiler",
"tutorials/more-tutorials.html": "/master/community-tutorials.html",
"common-errors.html": "/master/help.html#common-errors",
"user-guide/defining-playbooks.html": "/master/playbook-reference/defining-playbooks/index.html",
"user-guide/global-config.html": "/master/setup-robusta/additional-settings.html#global-config",
"user-guide/configuration-secrets.html": "master/setup-robusta/configuration-secrets.html",
"user-guide/additional-playbooks.html": "/master/playbook-reference/defining-playbooks/external-playbook-repositories.html",
"user-guide/embedded-prometheus.html": "/master/configuration/alertmanager-integration/embedded-prometheus.html#enabling-the-embedded-prometheus",
"user-guide/node-selector.html": "/master/setup-robusta/node-selector.html",
"user-guide/interactivity.html": "/master/setup-robusta/additional-settings.html#two-way-interactivity",
"user-guide/flow-control.html": "/master/playbook-reference/defining-playbooks/playbook-advanced.html#using-filters-to-restrict-triggers",
"catalog/triggers/index.html": "/master/playbook-reference/triggers/index.html",
"catalog/triggers/kubernetes.html": "/master/playbook-reference/triggers/kubernetes.html",
"catalog/triggers/smart.html": "/master/playbook-reference/triggers/kubernetes.html",
"catalog/triggers/scheduled.html": "/master/playbook-reference/triggers/scheduled.html",
"catalog/triggers/manual-triggers.html": "/master/playbook-reference/triggers/manual-triggers.html",
"catalog/triggers/webhook.html": "/master/playbook-reference/triggers/webhook.html",
"catalog/triggers/elasticsearch.html": "/master/playbook-reference/triggers/elasticsearch.html",
"catalog/actions/remediation.html": "/master/playbook-reference/automatic-remediation-examples/index.html",
"catalog/actions/change-tracking.html": "/master/playbook-reference/actions/change-tracking.html#change-tracking",
"catalog/actions/java-troubleshooting.html": "/master/playbook-reference/actions/java-troubleshooting.html",
"catalog/actions/miscellaneous.html": "/master/playbook-reference/actions/miscellaneous.html",
"catalog/actions/message-formatting.html":"/master/playbook-reference/actions/message-formatting.html",
"catalog/sinks/RobustaUI.html": "/master/configuration/sinks/RobustaUI.html",
"catalog/sinks/discord.html": "/master/configuration/sinks/discord.html",
"catalog/sinks/kafka.html": "/master/configuration/sinks/kafka.html",
"catalog/sinks/DataDog.html": "/master/configuration/sinks/DataDog.html",
"catalog/sinks/ms-teams.html": "/master/configuration/sinks/ms-teams.html",
"catalog/sinks/mattermost.html": "/master/configuration/sinks/mattermost.html",
"catalog/sinks/webex.html": "/master/configuration/sinks/webex.html",
"catalog/sinks/VictorOps.html": "/master/configuration/sinks/VictorOps.html",
"catalog/sinks/file.html": "/master/configuration/sinks/file.html",
"user-guide/trigger-action-binding.html": "/master/playbook-reference/defining-playbooks/playbook-basics.html#understanding-actions",
"advanced/privacy-and-security.html": "/master/setup-robusta/privacy-and-security.html",
"advanced/robusta-ui-triggers.html": "/master/setup-robusta/installation/index.html",
"developer-guide/actions/index.html": "/master/playbook-reference/actions/index.html",
"developer-guide/actions/writing-playbooks.html":"/master/playbook-reference/actions/develop-actions/writing-playbooks.html#the-basics",
"developer-guide/actions/playbook-repositories.html": "/master/playbook-reference/actions/develop-actions/playbook-repositories.html",
"developer-guide/actions/triggers-and-events.html": "/master/playbook-reference/actions/develop-actions/triggers-and-events.html",
"developer-guide/actions/utility-functions.html": "/master/playbook-reference/actions/develop-actions/utility-functions.html",
"developer-guide/actions/documenting-actions.html": "/master/playbook-reference/actions/develop-actions/documenting-actions.html",
"developer-guide/platform/index.html": "/master/contributing.html",
"developer-guide/platform/dev-setup.html": "/master/contributing.html",
"developer-guide/platform/coding-conventions.html": "/master/contributing.html",
"developer-guide/platform/docs-contributions.html": "/master/docs-contributions.html#improving-these-docs",
"developer-guide/platform/sinks-guide.html": "/master/configuration/sinks/sinks-development.html",
"user-guide/robusta-cli.html": "/master/setup-robusta/installation/index.html",
"advanced/index.html": "/master/setup-robusta/installation/index.html"
}


# for sphinx_jinja - see https://github.com/tardyp/sphinx-jinja
Expand Down
Loading