Skip to content

Commit

Permalink
Created a new tab for notifications and routing (#1558)
Browse files Browse the repository at this point in the history
* Created a new tab for notifications
  • Loading branch information
pavangudiwada authored and Sheeproid committed Sep 25, 2024
1 parent ef74c83 commit cad8b7b
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 18 deletions.
9 changes: 8 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,16 @@
"developer-guide/writing-playbooks.html": "/master/playbook-reference/defining-playbooks/index.html",
"user-guide/slack.html": "/master/configuration/sinks/slack.html",
"user-guide/elasticsearch.html": "/master/playbook-reference/triggers/elasticsearch.html",
"catalog/actions/python-troubleshooting.html": "/master/playbook-reference/actions/python-troubleshooting.html"
"catalog/actions/python-troubleshooting.html": "/master/playbook-reference/actions/python-troubleshooting.html",
"configuration/notification-grouping.html": "/master/notification-routing/notification-grouping.html",
"tutorials/routing-by-namespace.html": "/master/notification-routing/routing-by-namespace.html",
"tutorials/routing-by-type.html": "/master/notification-routing/routing-by-type.html",
"tutorials/routing-exclusion.html": "/master/notification-routing/routing-exclusion.html",
"tutorials/routing-silencing.html": "/master/notification-routing/routing-silencing.html",
"configuration/configuring-sinks.html": "/master/notification-routing/configuring-sinks.html"
}


# for sphinx_jinja - see https://github.com/tardyp/sphinx-jinja
jinja_contexts = {}

Expand Down
11 changes: 11 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,17 @@
configuration/exporting/exporting-data
configuration/additional-settings

.. toctree::
:maxdepth: 4
:caption: 🔔 Notifications & Routing
:hidden:

notification-routing/configuring-sinks
🆕 Notification Grouping <notification-routing/notification-grouping>
notification-routing/routing-by-namespace
notification-routing/routing-by-type
notification-routing/routing-exclusion
notification-routing/routing-silencing

.. toctree::
:maxdepth: 4
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.. _sinks-overview:

Integrating Sinks
Notification 101
==========================

Robusta can send notifications to various destinations, called sinks. These are general settings for all sinks, please take a look at the specific sink guide for detailed instructions.
Robusta can send notifications to various destinations, called sinks. These notifications are enriched with issue logs, graphs, :ref:`AI Analysis` and more.

For a list of all sinks, refer to :ref:`Sinks Reference`.
The following guide is explains general settings for all sinks, please take a look at the specific sink guide for detailed instructions. For a list of all sinks, refer to :ref:`Sinks Reference`.

Defining Sinks
^^^^^^^^^^^^^^^^^^
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
:hide-toc:

.. _notification-grouping:

Notification Grouping (Slack Only)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 0 additions & 12 deletions docs/tutorials/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,6 @@ Define your own alerts. Customize the data shown in alert notifications.

.. _tutorials-notification-routing:

Notification Routing
----------------------

Send alerts to the right people.

.. toctree::
:maxdepth: 1

routing-by-namespace
routing-by-type
routing-exclusion
routing-silencing

Automatic Remediation
------------------------
Expand Down

0 comments on commit cad8b7b

Please sign in to comment.