Openstatus www.openstatus.dev

Improve doc (#429)

* ๐Ÿ“ doc

* ๐Ÿ“

authored by

Thibault Le Ouay and committed by
GitHub
c4aef264 6705b7d6

+25 -17
+3 -3
apps/docs/pages/_meta.json
··· 2 2 "index": "What is OpenStatus?", 3 3 "getting-started": "Getting started", 4 4 "integrations": "Integrations", 5 - "developer-guide": "Developer guide", 6 - "api-server": "API", 7 - "packages": "Packages", 5 + "incident-automation": "Incident automation", 6 + "developper-guide": "Developer guide", 7 + "rest-api": "API", 8 8 "contact": { 9 9 "title": "๐ŸŒ Website", 10 10 "type": "page",
+3
apps/docs/pages/incident-automation/_meta.json
··· 1 + { 2 + "get-started": "Get started" 3 + }
+11
apps/docs/pages/incident-automation/get-started.mdx
··· 1 + # What is incident automation? ๐Ÿค” 2 + 3 + When you have an incident, you might need to perform a series of actions to 4 + handle it. For example, you might need to: 5 + 6 + - create a slack channel 7 + - create a google meet meeting 8 + - create a Linear ticket 9 + - Perform a checklist of actions 10 + 11 + Incident automation allows you to automate these actions.
+1 -6
apps/docs/pages/integrations/_meta.json
··· 1 1 { 2 2 "discord": "Discord", 3 - "fly": "Fly.io", 4 - "phone-call": "Phone Call", 5 - "otel": "OpenTelemetry", 6 - "sms": "SMS", 7 3 "slack": "Slack", 8 - "telegram": "Telegram", 9 - "vercel": "Vercel" 4 + "telegram": "Telegram" 10 5 }
+4 -1
apps/docs/pages/integrations/discord.mdx
··· 1 1 # Discord 2 2 3 - ๐Ÿšง Coming soon ๐Ÿšง 3 + When a monitor is down you can set up a webhook to send a message to a Discord 4 + channel. You can set up a webhook in the Discord settings. The webhook URL 5 + should look something like this: 6 + `https://discordapp.com/api/webhooks/123456789012345678/abcdefghijklmnopqrstuvwxyz1234567890`
-3
apps/docs/pages/integrations/fly.mdx
··· 1 - # Fly.io 2 - 3 - ๐Ÿšง Coming soon ๐Ÿšง
+3 -1
apps/docs/pages/integrations/slack.mdx
··· 1 1 # Slack 2 2 3 - ๐Ÿšง Coming soon ๐Ÿšง 3 + When a monitor is down, a message can be sent to a Slack channel. To enable this 4 + feature, you need to create a Slack webhook. You can do this by following the 5 + instructions [here](https://api.slack.com/incoming-webhooks).
-3
apps/docs/pages/integrations/vercel.mdx
··· 1 - # Vercel 2 - 3 - ๐Ÿšง Coming soon ๐Ÿšง