oncall-engine/docs/.markdownlint.json
Alyssa Wada 2b2a837991
Add oncall slack commands to docs (#994)
# What this PR does
Adds instruction for Slack commands and message shortcuts to OnCall
docs.

## Which issue(s) this PR fixes
Issue #190

---------

Co-authored-by: Joey Orlando <joey.orlando@grafana.com>
Co-authored-by: Joey Orlando <joseph.t.orlando@gmail.com>
Co-authored-by: Matvey Kukuy <Matvey-Kuk@users.noreply.github.com>
2023-01-30 13:56:30 +02:00

8 lines
120 B
JSON

{
"extends": "../.markdownlint.json",
"MD013": {
"line_length": "160"
},
"MD025": false,
"MD036": false
}