Openstatus www.openstatus.dev

๐Ÿ’… docs (#1372)

* ๐Ÿ”ฅ

* ci: apply automated fixes

* ci: apply automated fixes (attempt 2/3)

* ci: apply automated fixes (attempt 3/3)

* ๐Ÿ”ฅ

* ci: apply automated fixes

* ci: apply automated fixes (attempt 2/3)

* ๐Ÿ˜‚

---------

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
424d38e9 85cb29e8

+30 -13
+2 -7
apps/docs/astro.config.mjs
··· 25 25 integrations: [ 26 26 sitemap(), 27 27 starlight({ 28 - title: "OpenStatus Documentation", 28 + title: "OpenStatus Docs", 29 29 favicon: "/favicon.ico", 30 30 social: [ 31 - { 32 - icon: "external", 33 - href: "https://openstatus.dev", 34 - label: "OpenStatus Website", 35 - }, 36 31 { 37 32 icon: "github", 38 33 label: "GitHub", ··· 181 176 ], 182 177 plugins: [ 183 178 starlightLlmsTxt({ 184 - projectName: "OpenStatus Documentation", 179 + projectName: "OpenStatus Docs", 185 180 description: 186 181 "OpenStatus is an open-source global uptime monitoring platform that offers a status page and monitoring as code.", 187 182 }),
+4 -2
apps/docs/src/content/docs/index.mdx
··· 1 1 --- 2 2 title: Documentation 3 - description: Explore our documentation to get started with OpenStatus. 3 + description: Openstatus is an open-source global uptime monitoring platform that offers a status page and monitoring as code. 4 4 template: doc 5 5 topic: docs 6 6 next: false ··· 38 38 Join the commmunity to get help, share your ideas or just to say hi. 39 39 40 40 <CardGrid> 41 - <LinkCard href="https://www.openstatus.dev/discord" title="Discord"/> 42 41 <LinkCard href="https://bsky.app/profile/openstatus.dev" title="Bluesky" /> 42 + <LinkCard href="https://www.openstatus.dev/discord" title="Discord"/> 43 + <LinkCard href="https://www.openstatus.dev/github" title="GitHub"/> 44 + 43 45 </CardGrid>
+23 -1
apps/docs/src/custom.css
··· 1 + @layer my-reset, starlight; 2 + 1 3 .card { 2 - border-radius: 0.5rem; 4 + border-radius: 0rem; 3 5 } 4 6 5 7 .card .icon { ··· 16 18 sl-sidebar-state-persist summary { 17 19 font-family: "CommitMono", sans-serif; 18 20 } 21 + 22 + .sl-link-card { 23 + border-radius: 0; 24 + } 25 + 26 + a { 27 + border-radius: 0; 28 + } 29 + 30 + button{ 31 + border-radius: 0; 32 + } 33 + 34 + .card .title { 35 + font-family: "CommitMono", sans-serif; 36 + } 37 + 38 + .sl-link-card .title { 39 + font-family: "CommitMono", sans-serif; 40 + }
+1 -3
apps/docs/src/global.css
··· 52 52 h2 { 53 53 letter-spacing: var(--tracking-tighter); 54 54 } 55 - h3 { 56 - letter-spacing: var(--tracking-tight); 57 - } 55 + 58 56 59 57 :root[data-theme='light'] { 60 58 --background: 0 0% 100%;