diff --git a/apps/docs/theme.config.tsx b/apps/docs/theme.config.tsx index c3862df9..f3a96905 100644 --- a/apps/docs/theme.config.tsx +++ b/apps/docs/theme.config.tsx @@ -6,11 +6,25 @@ export default { link: 'https://github.com/mmkal/slonik-tools', }, chat: { - link: 'https://discord.com/users/mmkal', + link: 'https://x.com/mmkalmmkal', }, footer: { text: 'pgkit.dev', }, + banner: { + text: ( + <> + 🧪 pgkit is under active development. You can probably safely use it in production, since the underlying + driver is just pg-promise. +
+ But if you don't want to be on the cutting edge of things, use it on a test project first, or{' '} + + DM me + + . + + ), + }, docsRepositoryBase: 'https://github.com/mmkal/slonik-tools/tree/pgkit', // base URL for the docs repository useNextSeoProps: () => ({ titleTemplate: '%s - pgkit', diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e4c883e5..77d85f96 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10075,7 +10075,7 @@ snapshots: '@types/hast@3.0.4': dependencies: - '@types/unist': 2.0.10 + '@types/unist': 3.0.2 '@types/http-cache-semantics@4.0.4': {}