Skip to content

Commit 9749ce8

Browse files
authored
Show outages on docs with statuspage.io widget (#323)
Show outages on docs
1 parent 7cc5916 commit 9749ce8

File tree

3 files changed

+25
-36
lines changed

3 files changed

+25
-36
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@
9898
"prismjs@<1.30.0": ">=1.30.0",
9999
"@babel/runtime@<7.26.10": ">=7.26.10",
100100
"estree-util-value-to-estree@<3.3.3": ">=3.3.3",
101-
"brace-expansion@>=1.0.0 <=1.1.11": ">=1.1.12"
101+
"brace-expansion@>=1.0.0 <=1.1.11": ">=1.1.12",
102+
"minimatch": "^5.0.0"
102103
}
103104
}
104105
}

pages/_app.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ function Docs({ Component, pageProps }) {
4848
src="https://www.googletagmanager.com/gtag/js?id=G-29HSQ3LQ13"
4949
strategy="afterInteractive"
5050
/>
51+
5152
{/* Initialize Google Analytics */}
5253
<Script id="google-analytics" strategy="afterInteractive">
5354
{`
@@ -58,6 +59,13 @@ function Docs({ Component, pageProps }) {
5859
`}
5960
</Script>
6061

62+
{/* Statuspage.io embed */}
63+
<Script
64+
src="https://status.arcade.dev/embed/script.js"
65+
strategy="afterInteractive"
66+
/>
67+
68+
{/* PostHog */}
6169
<PostHogProvider client={posthog}>
6270
<ThemeProvider attribute="class" defaultTheme="dark">
6371
<Component {...pageProps} />

pnpm-lock.yaml

Lines changed: 15 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)