Openstatus www.openstatus.dev

๐Ÿ–Š๏ธ improve content (#1204)

* ๐Ÿ–Š๏ธ improve content

* ci: apply automated fixes

---------

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
eace19eb f9649942

+4 -5
+3 -4
apps/web/src/config/features.ts
··· 31 31 export const cardConfig = { 32 32 monitors: { 33 33 icon: "activity", 34 - title: "Monitoring", 34 + title: "Synthetic Monitoring", 35 35 features: [ 36 36 { 37 37 icon: "globe", ··· 47 47 }, 48 48 { 49 49 icon: "bot", 50 - catchline: "Cron Monitoring.", 51 - badge: "Coming soon", 50 + catchline: "OpenTelemetry.", 52 51 description: 53 - "Never let a cron job fail you. Get notified when a job did not run successfully.", 52 + "Export your synthetic monitoring metrics to your observability stack.", 54 53 }, 55 54 ], 56 55 },
+1 -1
apps/web/src/config/pages.ts
··· 205 205 export const marketingProductPagesConfig = [ 206 206 { 207 207 href: "/features/monitoring", 208 - title: "Monitoring", 208 + title: "Synthetic Monitoring", 209 209 subtitle: 210 210 "Get insights of the latency of your API and website from all over the world.", 211 211 description: "Monitor your API and website globally.",