Skip to content

Commit

Permalink
fix: docs dependency (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdh committed Nov 8, 2022
1 parent f7ac109 commit 6d5a5b2
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 188 deletions.
4 changes: 2 additions & 2 deletions docs/docs/reference/receiver.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Using a slack receiver you will be able to send out Slack notification using its

**Cortex Alert Template**

Siren has a slack default [template](../../../plugins/receivers/slack/config/default_cortex_alert_template_body.goyaml) for all notifications generated by Cortex Alert.
Siren has a slack default [template](../../../plugins/receivers/slack/config/default_alert_template_body.goyaml) for all notifications generated by Cortex Alert.

## PagerDuty

Expand Down Expand Up @@ -184,7 +184,7 @@ contexts:

**Cortex Alert Template**

Siren has a PagerDuty default [template](../../../plugins/receivers/pagerduty/config/default_cortex_alert_template_body_v1.goyaml) for all notifications generated by Cortex Alert.
Siren has a PagerDuty default [template](../../../plugins/receivers/pagerduty/config/default_alert_template_body_v1.goyaml) for all notifications generated by Cortex Alert.

## HTTP

Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "^2.0.0-beta.21",
"@docusaurus/plugin-google-gtag": "^2.0.0-beta.21",
"@docusaurus/preset-classic": "^2.0.0-beta.21",
"@docusaurus/core": "^2.2.0",
"@docusaurus/plugin-google-gtag": "^2.2.0",
"@docusaurus/preset-classic": "^2.2.0",
"@mdx-js/react": "^1.6.21",
"@svgr/webpack": "^5.5.0",
"classnames": "^2.3.1",
Expand Down

0 comments on commit 6d5a5b2

Please sign in to comment.