Openstatus www.openstatus.dev

Minor updates typo (#430)

* ๐Ÿ“ minor text update

* ๐Ÿ“ minor text update

authored by

Thibault Le Ouay and committed by
GitHub
0505757d cf439ed9

+15 -17
+11 -10
README.md
··· 1 1 <p align="center" style="margin-top: 120px"> 2 2 3 - <h3 align="center">The Open-Source Monitoring Platform with Incident Management</h3> 3 + <h3 align="center">OpenStatus</h3> 4 4 5 5 <p align="center"> 6 - The Open-Source Serverless monitoring platform. 6 + The Open-Source monitoring platform with incident management. 7 7 <br /> 8 8 <a href="https://www.openstatus.dev"><strong>Learn more ยป</strong></a> 9 9 <br /> ··· 18 18 </p> 19 19 </p> 20 20 21 - ## About OpenStatus 21 + ## About OpenStatus ๐Ÿ“ 22 22 23 23 OpenStatus is open-source synthetic monitoring platform with beautiful status 24 - page. We are building it publicly for everyone to see our progress. We believe 25 - great softwares are built this way. 24 + page and incident management. We are building it publicly for everyone to see 25 + our progress. We believe great softwares are built this way. 26 26 27 27 You can choose to host it yourself or use our hosted version at 28 28 [openstatus.dev](https://www.openstatus.dev) 29 29 30 - ## Contact us 30 + ## Contact us ๐Ÿ’Œ 31 31 32 32 If you want to learn more about this project or have any questions, book a call 33 33 with us or send us an email at [ping@openstatus.dev](mailto:ping@openstatus.dev) 34 34 <br/><br/> 35 35 <a href="https://cal.com/team/openstatus/30min"><img alt="Book us with Cal.com" src="https://cal.com/book-with-cal-dark.svg" /></a> 36 36 37 - ## Built with 37 + ## Built with ๐Ÿ› ๏ธ 38 38 39 39 - [Next.js](https://nextjs.org/) 40 40 - [Tailwind CSS](https://tailwindcss.com/) ··· 45 45 - [clerk](https://clerk.com/) 46 46 - [Resend](https://resend.com/) 47 47 48 - ## Getting Started 48 + ## Getting Started ๐Ÿš€ 49 49 50 50 ### Requirements 51 51 ··· 95 95 Videos to better understand the OpenStatus codebase: 96 96 97 97 - [The code behind OpenStatus and how it uses Turbopack](https://youtube.com/watch?v=PYfSJATE8v8). 98 + - [Drop Betterstack and go open source](https://www.youtube.com/watch?v=PKag0USy3eQ) 98 99 99 - ## Roadmap 100 + ## Roadmap ๐Ÿ—บ๏ธ 100 101 101 102 Here's our [roadmap](https://openstatus.productlane.com/roadmap) feel free to 102 103 contribute to it. 103 104 104 - ## Contributing 105 + ## Contributing ๐Ÿค 105 106 106 107 If you want to help us building the best status page and alerting system, you 107 108 can check our
+2
apps/docs/pages/incident-automation/get-started.mdx
··· 9 9 - Perform a checklist of actions 10 10 11 11 Incident automation allows you to automate these actions. 12 + 13 + ## How to define an incident automation? ๐Ÿค–
-5
apps/docs/pages/integrations/otel.mdx
··· 1 - # OpenTelemetry 2 - 3 - Otel Exporter for [OpenTelemetry](https://opentelemetry.io/) 4 - 5 - ๐Ÿšง Coming soon ๐Ÿšง
+2 -2
apps/docs/theme.config.tsx
··· 6 6 link: "https://github.com/openstatusHQ/openstatus", 7 7 }, 8 8 chat: { 9 - link: "https://discord.com/invite/dHD4JtSfsn", 9 + link: "https://www.openstatus.dev/discord", 10 10 }, 11 11 docsRepositoryBase: 12 12 "https://github.com/openstatusHQ/openstatus/tree/main/apps/docs", ··· 26 26 <title>OpenStatus Documentation</title> 27 27 <meta 28 28 name="description" 29 - content="An Open Source monitoring platform for serverless" 29 + content="An Open Source monitoring platform with incident management" 30 30 /> 31 31 <meta property="og:image" content="https://openstatus.dev/api/og" /> 32 32 </>