Openstatus www.openstatus.dev

chore: docs and changelog

+32 -1
+15 -1
apps/docs/src/content/docs/tutorial/how-to-configure-status-page.mdx
··· 5 5 6 6 import { Image } from 'astro:assets'; 7 7 import { Aside } from '@astrojs/starlight/components'; 8 + import { ShowcaseYouTube } from 'starlight-showcases' 9 + 8 10 import ConfigureStatusPage1 from '../../../assets/tutorial/configure-status-page/configure-status-page-1.png'; 9 11 import StatusPageFloating from '../../../assets/tutorial/configure-status-page/status-page-floating.png'; 10 12 import StatusPageBeta1 from '../../../assets/tutorial/configure-status-page/status-page-beta-1.png'; ··· 106 108 107 109 --- 108 110 109 - We are adding some additional features. Feel free to let us know what's missing! 111 + We are adding some additional features. Feel free to let us know what's missing! 112 + 113 + ## Video Tutorial 114 + 115 + <ShowcaseYouTube 116 + entries={[ 117 + { 118 + href: 'https://www.youtube.com/watch?v=igMbSrej6RQ', 119 + title: 'View, configure and enable the new status page', 120 + }, 121 + 122 + ]} 123 + />
apps/web/public/assets/changelog/status-page-redesign-beta.png

This is a binary file and will not be displayed.

+17
apps/web/src/content/changelog/status-page-redesign-beta.mdx
··· 1 + --- 2 + title: Status page redesign (beta) 3 + description: A whole new experience with more control 4 + image: /assets/changelog/status-page-redesign-beta.png 5 + publishedAt: 2025-10-03 6 + --- 7 + 8 + You can now toggle the new status page version. We provide more flexibility and options to include: 9 + 10 + - more tracker options 11 + - community themes 12 + - support button to website / email 13 + - homepage link on logo 14 + 15 + Read more within our [documentation](http://localhost:4321/tutorial/how-to-configure-status-page/) and see how your page will look like by going to `[slug].stpg.dev` (e.g. [status.stpg.dev](https://status.stpg.dev)). 16 + 17 + We will enable the new status page globally beginning of next year.