Openstatus www.openstatus.dev

improve some content (#1532)

* improve some content

* ci: apply automated fixes
improve some content

* improve content

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>

authored by

Thibault Le Ouay
autofix-ci[bot]
and committed by
GitHub
d4544e95 846403ea

+28 -16
+9 -5
apps/docs/astro.config.mjs
··· 97 97 slug: "tutorial/how-to-create-status-page", 98 98 }, 99 99 { 100 - label: "How to configure a status page (beta)", 100 + label: "How to configure a status page", 101 101 slug: "tutorial/how-to-configure-status-page", 102 102 }, 103 103 { ··· 156 156 }, 157 157 }, 158 158 { 159 - label: "Incident", 160 - slug: "reference/incident", 161 - }, 162 - { 163 159 label: "HTTP Monitor", 164 160 slug: "reference/http-monitor", 165 161 }, 166 162 { 163 + label: "Incident", 164 + slug: "reference/incident", 165 + }, 166 + { 167 167 label: "TCP Monitor", 168 168 slug: "reference/tcp-monitor", 169 169 }, 170 170 { 171 171 label: "Notification", 172 172 slug: "reference/notification", 173 + }, 174 + { 175 + label: "Private location", 176 + slug: "reference/private-location", 173 177 }, 174 178 { 175 179 label: "Status Page",
+7
apps/docs/src/content/docs/reference/private-location.mdx
··· 1 + --- 2 + title: Private Location 3 + --- 4 + A private location is a location that you can set up within your own infrastructure to run monitoring checks from there. 5 + 6 + 7 + For example this is useful if you want to monitor services that are not publicly accessible, such as internal APIs or services behind a firewall.
+2 -2
apps/docs/src/content/docs/tutorial/getting-started.mdx
··· 6 6 7 7 - [How to create your first monitor with OpenStatus](/tutorial/how-to-create-monitor) 8 8 - [How to create a status page?](/tutorial/how-to-create-status-page) 9 - - [How to configure a status page? (beta)](/tutorial/how-to-configure-status-page) 9 + - [How to configure a status page?](/tutorial/how-to-configure-status-page) 10 10 - [How to create a private location? (beta)](/tutorial/how-to-create-private-location) 11 - - [Get Started with openstatus CLI](/tutorial/get-started-with-openstatus-cli) 11 + - [Get Started with openstatus CLI](/tutorial/get-started-with-openstatus-cli)
+3 -3
apps/docs/src/content/docs/tutorial/how-to-configure-status-page.mdx
··· 1 1 --- 2 - title: How to configure a status page? (beta) 3 - description: "How to configure a status page (beta)" 2 + title: How to configure a status page? 3 + description: "How to configure a status page" 4 4 --- 5 5 6 6 import { Image } from 'astro:assets'; ··· 20 20 21 21 You can always have a look how your status page will look like via `https://[slug].stpg.dev`. 22 22 23 - Example: https://status.stpg.dev 23 + Example: [https://themes.openstatus.dev/status](https://themes.openstatus.dev/status) 24 24 25 25 ## Get started 26 26
+2 -1
apps/status-page/src/app/(public)/client.tsx
··· 85 85 Status Page Theme Explorer 86 86 </h1> 87 87 <h2 className="font-medium text-muted-foreground md:text-lg"> 88 - View all the openstatus themes and learn how to create your own. 88 + View all the openstatus themes for your status page and learn how to 89 + create your own theme. 89 90 </h2> 90 91 </SectionGroupHeader> 91 92 <Section>
+5 -5
apps/web/src/config/landings.tsx
··· 61 61 description: 62 62 "Keep users informed during downtime, so you can focus on the fix.", 63 63 blocks: [ 64 - <FeatureCustomDomain key="feature-custom-domain" />, 65 - <FeatureStatusPageTrackerToggle key="feature-status-page-tracker" />, 66 64 <FeatureStatusPageThemes key="feature-status-page-themes" />, 65 + <FeatureStatusPageTrackerToggle key="feature-status-page-tracker" />, 66 + <FeatureCustomDomain key="feature-custom-domain" />, 67 67 <FeatureSubscriptions key="feature-subscriptions" />, 68 68 <FeatureStatusUpdates key="feature-status-updates" />, 69 69 <FeaturePasswordProtection key="feature-password-protection" />, ··· 130 130 "private-locations": { 131 131 icon: "globe", 132 132 title: "Private Locations", 133 - hero: "Monitor from anywhere. Literally anywhere.", 134 - description: "Monitor your services from your own infrastructure.", 133 + hero: "Monitor from anywhere. Literally anywhere, even from your own VPC", 134 + description: "Monitor your services from your own infrastructure", 135 135 blocks: [ 136 - <SpeedBanner key="speed-banner" />, 137 136 <FeaturePrivateLocationsDockerImage key="feature-private-locations-docker-image" />, 138 137 <FeaturePrivateLocationsDockerInstall key="feature-private-locations-docker-install" />, 138 + <SpeedBanner key="speed-banner" />, 139 139 <FeatureCharts 140 140 key="feature-charts" 141 141 title="Private Locations."