Docs fixes (#1141)

This commit is contained in:
Erik Vroon
2025-03-01 21:01:38 +01:00
committed by GitHub
parent eaeccebc16
commit fda820e7e1
3 changed files with 21 additions and 28 deletions

View File

@@ -35,4 +35,4 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4.7.1
with:
branch: gh-pages
folder: docs/build
folder: docs/out

36
docs/.gitignore vendored
View File

@@ -1,32 +1,22 @@
# deps
# Dependencies
/node_modules
# generated content
.contentlayer
.content-collections
.source
# test & build
/coverage
/.next/
/out/
# Production
/build
*.tsbuildinfo
/out
# misc
.DS_Store
*.pem
/.pnp
.pnp.js
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# others
.env*.local
.vercel
# Next files
.next
next-env.d.ts
# Misc
.DS_Store
.env*
.vercel
.idea
_pagefind/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

View File

@@ -43,10 +43,13 @@ export default async function RootLayout({ children }) {
suppressHydrationWarning
className="dark"
>
<Head
// ... Your additional head options
>
{/* Your additional tags should be passed as `children` of `<Head>` element */}
<Head>
<script
async
src="https://analytics.bracketapp.nl/script.js"
data-website-id="9c5b1839-5cbd-4d04-b95b-a217838898a9"
data-domains="docs.bracketapp.nl"
></script>
</Head>
<body>
<Layout