Skip to content

Commit

Permalink
Updated zulip docs and monor fixes (#1403)
Browse files Browse the repository at this point in the history
Co-authored-by: Pavan Gudiwada <[email protected]>
  • Loading branch information
pavangudiwada and pavangudiwada authored May 6, 2024
1 parent 89ce36b commit e7eea38
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To configure it:
3. Select the Post Method.
4. In the Edit headers replace it with

.. code-block:: json
.. code-block:: yaml
{
"Content-Type": "application/json",
Expand All @@ -29,7 +29,7 @@ To configure it:
5. In Edit body add

.. code-block:: json
.. code-block:: yaml
{
"externalURL": "",
Expand All @@ -56,6 +56,7 @@ To configure it:
]
}
6. Click the 'Test Config' button and check your robusta sinks that you received an alert
7. Click Save

Expand Down
2 changes: 1 addition & 1 deletion docs/configuration/configuring-sinks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ messages will not be delivered.

An example of such a configuration is presented below:

.. code-block:: yml
.. code-block:: yaml
sinksConfig:
- slack_sink:
Expand Down
6 changes: 6 additions & 0 deletions docs/configuration/sinks/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Sinks Reference
google_chat
pushover
ServiceNow
zulip
sinks-development


Expand Down Expand Up @@ -154,6 +155,11 @@ Click a sink for setup instructions.
:link: ServiceNow
:link-type: doc

.. grid-item-card:: :octicon:`cpu;1em;` Zulip
:class-card: sd-bg-light sd-bg-text-light
:link: zulip
:link-type: doc

**Need support for a new sink?** `Tell us and we'll add it. <https://github.com/robusta-dev/robusta/issues/new?assignees=&labels=&template=feature_request.md&title=New%20Sink:>`_

You can also :ref:`add the sink yourself <Developing a New Sink>` and open a PR.

0 comments on commit e7eea38

Please sign in to comment.