Openstatus www.openstatus.dev

๐Ÿ“ small copy writting (#615)

authored by

Thibault Le Ouay and committed by
GitHub
3280fbd0 76168b30

+6 -5
+2 -2
README.md
··· 3 3 <h3 align="center">OpenStatus</h3> 4 4 5 5 <p align="center"> 6 - The Open-Source monitoring platform with incident management. 6 + The Open-Source website & API monitoring platform. 7 7 <br /> 8 8 <a href="https://www.openstatus.dev"><strong>Learn more ยป</strong></a> 9 9 <br /> ··· 49 49 50 50 ### Requirements 51 51 52 - - [Node.js](https://nodejs.org/en/) >= 18.0.0 52 + - [Node.js](https://nodejs.org/en/) >= 20.0.0 53 53 - [pnpm](https://pnpm.io/) >= 8.6.2 54 54 55 55 ### Setup
+2 -1
apps/docs/mint.json
··· 121 121 "group": "Incident", 122 122 "pages": [ 123 123 "api-reference/incident/get-incident:id", 124 - "api-reference/incident/get-incident" 124 + "api-reference/incident/get-incident", 125 + "api-reference/incident/put-incident:id" 125 126 ] 126 127 }, 127 128 {
+2 -2
apps/web/src/config/features.ts
··· 35 35 features: [ 36 36 { 37 37 icon: "globe", 38 - catchline: "Global Monitoring.", 38 + catchline: "Latency Monitoring.", 39 39 description: 40 - "Monitor your endpoints from all over the world. We currently support all the continents.", 40 + "Monitor the latency of your endpoints from all over the world. We currently support all the continents.", 41 41 }, 42 42 { 43 43 icon: "play",