mirror of
https://github.com/evroon/bracket.git
synced 2026-04-17 22:07:01 -04:00
Docs fixes (#1141)
This commit is contained in:
2
.github/workflows/docs-publish.yml
vendored
2
.github/workflows/docs-publish.yml
vendored
@@ -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
36
docs/.gitignore
vendored
@@ -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*
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user