From fda820e7e1c768eab4c7daf6c2f148d00a51c836 Mon Sep 17 00:00:00 2001 From: Erik Vroon Date: Sat, 1 Mar 2025 21:01:38 +0100 Subject: [PATCH] Docs fixes (#1141) --- .github/workflows/docs-publish.yml | 2 +- docs/.gitignore | 36 +++++++++++------------------- docs/app/layout.tsx | 11 +++++---- 3 files changed, 21 insertions(+), 28 deletions(-) diff --git a/.github/workflows/docs-publish.yml b/.github/workflows/docs-publish.yml index 55afcdbc..a6f40070 100644 --- a/.github/workflows/docs-publish.yml +++ b/.github/workflows/docs-publish.yml @@ -35,4 +35,4 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4.7.1 with: branch: gh-pages - folder: docs/build + folder: docs/out diff --git a/docs/.gitignore b/docs/.gitignore index f8374e7f..ed9b6db3 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -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* diff --git a/docs/app/layout.tsx b/docs/app/layout.tsx index 2555d23a..bb4eda7e 100644 --- a/docs/app/layout.tsx +++ b/docs/app/layout.tsx @@ -43,10 +43,13 @@ export default async function RootLayout({ children }) { suppressHydrationWarning className="dark" > - - {/* Your additional tags should be passed as `children` of `` element */} + +