Skip to content

Commit

Permalink
Fix: Adding redirects to old URL's (#1226)
Browse files Browse the repository at this point in the history
* Fixed Telegram sink redirect

* Adding more redirects

---------

Co-authored-by: Pavan Gudiwada <[email protected]>
  • Loading branch information
pavangudiwada and pavangudiwada authored Dec 27, 2023
1 parent 04544c8 commit c37f521
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,14 @@
"user-guide/alert-manager.html": "/master/configuration/alert-manager.html",
"catalog/sinks/webhook.html": "/master/configuration/sinks/webhook.html",
"catalog/sinks/PagerDuty.html": "/master/configuration/sinks/PagerDuty.html",
"catalog/sinks/telegram.html": "/master/configuration/sinks/telegram.html",
"catalog/sinks/Opsgenie.html": "/master/configuration/sinks/Opsgenie.html",
"catalog/sinks/jira.html": "/master/configuration/sinks/jira.html",
"catalog/actions/event-enrichment.html": "/master/playbook-reference/actions/event-enrichment.html",
"docs/configuration/alert-manager.html": "/master/configuration/alertmanager-integration/index.html",
"docs/configuration/embedded-prometheus.rst": "/master/configuration/alertmanager-integration/embedded-prometheus.html",
"community.html": "/master/help.html",
"catalog/actions/grafana.html": "/master/playbook-reference/actions/grafana.html",
}

# for sphinx_jinja - see https://github.com/tardyp/sphinx-jinja
Expand Down Expand Up @@ -222,7 +227,8 @@

html_favicon = "_static/faviconNew.svg"

html_extra_path = ['robots.txt']
html_extra_path = ["robots.txt"]


def setup(app):
app.add_css_file("custom.css")

0 comments on commit c37f521

Please sign in to comment.