Openstatus www.openstatus.dev

๐Ÿ’… docs (#1369)

authored by

Thibault Le Ouay and committed by
GitHub
ff97f68d 480dba90

+12 -2
+1 -1
apps/docs/src/components/Footer.astro
··· 11 11 </div> 12 12 <Pagination {...Astro.props} /> 13 13 14 - <div class="github"> 14 + <div class="github font-mono"> 15 15 <span>Show your support! Star us on GitHub โญ๏ธ</span> 16 16 <a class="github-button" href="https://github.com/openstatusHQ/openstatus" data-color-scheme="no-preference: light; light: light; dark: light;" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star openstatusHQ/openstatus on GitHub">Star</a> 17 17 </div>
+1 -1
apps/docs/src/content/docs/index.mdx
··· 22 22 23 23 We provide a [CLI](/tutorial/get-started-with-openstatus-cli) to manage your monitors as code. 24 24 25 - ### New to OpenStatus? 25 + ### New to openstatus? 26 26 27 27 28 28 <CardGrid >
+10
apps/docs/src/global.css
··· 46 46 } 47 47 48 48 @layer base { 49 + h1 { 50 + letter-spacing: var(--tracking-tight); 51 + } 52 + h2 { 53 + letter-spacing: var(--tracking-tighter); 54 + } 55 + h3 { 56 + letter-spacing: var(--tracking-tight); 57 + } 58 + 49 59 :root[data-theme='light'] { 50 60 --background: 0 0% 100%; 51 61 --foreground: 222.2 84% 4.9%;