Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Docs quick fixes (#339)

* rename `developper-guide` to `developer-guide`

* fix word usage, `safe` instead of `save`

* apply formatting to bullets

* correct spelling mistakes

authored by

Kelvin Amoaba and committed by
GitHub
c8c35016 5d57f822

+8 -8
+1 -1
apps/docs/pages/_meta.json
··· 2 2 "index": "What is OpenStatus?", 3 3 "getting-started": "Getting started", 4 4 "integrations": "Integrations", 5 - "developper-guide": "Developer guide", 5 + "developer-guide": "Developer guide", 6 6 "rest-api": "API", 7 7 "contact": { 8 8 "title": "🌐 Website",
apps/docs/pages/developper-guide/_meta.json apps/docs/pages/developer-guide/_meta.json
apps/docs/pages/developper-guide/get-started.mdx apps/docs/pages/developer-guide/get-started.mdx
apps/docs/pages/developper-guide/requirements.mdx apps/docs/pages/developer-guide/requirements.mdx
apps/docs/pages/developper-guide/setup-env.mdx apps/docs/pages/developer-guide/setup-env.mdx
apps/docs/pages/developper-guide/setup.mdx apps/docs/pages/developer-guide/setup.mdx
+1 -1
apps/docs/pages/getting-started/monitor.mdx
··· 20 20 Sometimes you need to configure your monitor more precisely. 21 21 22 22 - set a Method (GET, POST) 🧭 23 - - set a custom HTTP Headers (usefull if your endpoi nt is secured) 🔑 23 + - set a custom HTTP Headers (useful if your endpoint is secured) 🔑 24 24 - set a custom HTTP Body (for POST request only) 📦 25 25 26 26 > Create an API key and use it in your HTTP Headers to create your monitor
+5 -5
apps/docs/pages/index.mdx
··· 7 7 8 8 There are three ways to get started with OpenStatus. 9 9 10 - - Cloud: the fastest and easiest way to try the app (it's free) 11 - - Local: if you're a developer and would like to experiment or contribute to the 12 - app 13 - - Self-hosting: if you want greater control over your data and want to run the 14 - app on your own server 10 + - **Cloud** : the fastest and easiest way to try the app (it's free) 11 + - **Local**: if you're a developer and would like to experiment or contribute to 12 + the app 13 + - **Self-hosting**: if you want greater control over your data and want to run 14 + the app on your own server
+1 -1
apps/docs/pages/rest-api/auth.mdx
··· 3 3 # Auth Token 4 4 5 5 In your Settings, you can create and later revoke your API token. Once created, 6 - it will be shown only once so keep it save. 6 + it will be shown only once so keep it safe. 7 7 8 8 On every request to `https://api.openstatus.dev/v1`, you'll have to attach the 9 9 token to the header.