Skip to content

Commit

Permalink
📝 more content
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultleouay committed Nov 24, 2024
1 parent adb4d2c commit 20bbb2d
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
9 changes: 7 additions & 2 deletions apps/docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default defineConfig({
starlightSidebarTopics([
{
label: "Documentation",
link: "/getting-started/introduction",
link: "/",
id: "docs",
icon: "open-book",
items: [
Expand Down Expand Up @@ -114,6 +114,7 @@ export default defineConfig({
},
{
label: "Status Page",
collapsed: true,

items: [
{ label: "Overview", slug: "status-page/overview" },
Expand All @@ -136,6 +137,7 @@ export default defineConfig({
},
{
label: "Incidents",
collapsed: true,
items: [
{ label: "Overview", slug: "incident/overview" },
{
Expand All @@ -151,6 +153,7 @@ export default defineConfig({
},
{
label: "Alerting",
collapsed: true,
items: [
{ label: "Overview", slug: "alerting/overview" },
{
Expand All @@ -163,11 +166,13 @@ export default defineConfig({
],
},
{
label: "Tools",
label: "Developer Tools",
collapsed: true,
autogenerate: { directory: "tools" },
},
{
label: "Support",
collapsed: true,
items: [
{
label: "Help",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You can either use the cloud version of OpenStatus or self-host it.

### Cloud version

You can [sign up](https://www.openstatus.dev/app/login?ref=docs) for a free account and start monitoring your services in seconds.
You can [sign up](https://www.openstatus.dev/app/login?ref=docs) for a free account and begin monitoring your services in seconds.

### Self Hosted version

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/content/docs/help/support.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Support
title: Need help?
description: "We're always here to help."
---

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ topic: docs
next: false
hero:
title: Welcome to OpenStatus
tagline: Explore our documentation to get started with OpenStatus
tagline: Explore our documentation to get started with OpenStatus and start monitoring your services.
---

import { Card, CardGrid, LinkCard } from '@astrojs/starlight/components';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Notification
title: Notifications
---
import { Image } from 'astro:assets';
import { Aside} from '@astrojs/starlight/components';

import Notification from '../../../../assets/monitor/notifications.png';

Expand All @@ -11,6 +12,14 @@ import Notification from '../../../../assets/monitor/notifications.png';
/>


If you want to receive notifications when your monitor fails, you can connect it to a notification channel.

To connect your monitor to a notification channel, _Select a monitor → Settings → Notifications_.

You will have the list of available notification channels. You can connect your monitor to one or multiple notification channels.

You need to create a notification channel before connecting your monitor to it.

<Aside>
By default your monitor won't send any notification on failure. You can enable notifications for your monitor by connecting it to a notification channel.
</Aside>

0 comments on commit 20bbb2d

Please sign in to comment.