From 52d9f9c50230aa56e774ae725a820d5dde6f1792 Mon Sep 17 00:00:00 2001
From: christopherkindl <53372002+christopherkindl@users.noreply.github.com>
Date: Mon, 27 Jul 2026 16:04:27 +0200
Subject: [PATCH 1/2] chore(docs): upgrade geistdocs to 1.16.0
Bump @vercel/geistdocs 1.15.5 -> 1.16.0 and drop the removed `config`
prop from (1.16.0 replaces the footer with the Vercel product
directory and no longer accepts config). Navbar and the new theme
switcher come through with no call-site changes.
---
apps/docs/app/[lang]/layout.tsx | 2 +-
apps/docs/package.json | 2 +-
pnpm-lock.yaml | 10 +++++-----
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/apps/docs/app/[lang]/layout.tsx b/apps/docs/app/[lang]/layout.tsx
index 73004073..a3134e58 100644
--- a/apps/docs/app/[lang]/layout.tsx
+++ b/apps/docs/app/[lang]/layout.tsx
@@ -38,7 +38,7 @@ const Layout = async ({ children, params }: LayoutProps<"/[lang]">) => {
{children}
-
+