diff --git a/docs/.env.local.example b/docs/.env.local.example index 9ec7684..8de2512 100644 --- a/docs/.env.local.example +++ b/docs/.env.local.example @@ -7,7 +7,7 @@ GEMINI_API_KEY= # URL of the deployed Cloudflare Worker (set for production builds). # For local dev this defaults to http://localhost:8787 — no need to set it here. -GEMINI_WORKER_URL=https://worktree-gemini-proxy.northguild.workers.dev +GEMINI_WORKER_URL=https://worktree-gemini-proxy.burglekitt.workers.dev CLOUDFLARE_API_TOKEN= CLOUDFLARE_ACCOUNT_ID= # optional - only needed if using the Cloudflare Worker KV store for caching (not required for basic usage, but can improve performance and reduce costs). diff --git a/docs/src/app/layout.tsx b/docs/src/app/layout.tsx index ed7ac12..4f8c8f8 100644 --- a/docs/src/app/layout.tsx +++ b/docs/src/app/layout.tsx @@ -9,59 +9,6 @@ import "../styles/globals.css"; export { metadata } from "../lib/site-meta"; -function DeprecationBanner() { - return ( -
- ⚠️ This package has moved to{" "} - - @northguild/worktree - - . Future development continues under{" "} - - @northguild/worktree - - . Install with:{" "} - - npm install -g @northguild/worktree - -
- ); -} - export default async function RootLayout({ children, }: { @@ -72,7 +19,6 @@ export default async function RootLayout({ - .env.local copying into new worktrees. type: core library: '@northguild/worktree' -library_version: "1.2.7" +library_version: "1.2.8" sources: - "northguild/worktree:README.md" - "northguild/worktree:docs/src/app/docs/commands/branch/page.mdx"