Skip to content

Commit

Permalink
banner
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Jul 11, 2024
1 parent a6979b4 commit df9ff66
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion apps/docs/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <i>probably</i> safely use it in production, since the underlying
driver is just pg-promise.
<br />
But if you don't want to be on the cutting edge of things, use it on a test project first, or{' '}
<a style={{textDecoration: 'underline'}} target="_blank" href="https://discord.com/users/mmkal">
DM me
</a>
.
</>
),
},
docsRepositoryBase: 'https://github.com/mmkal/slonik-tools/tree/pgkit', // base URL for the docs repository
useNextSeoProps: () => ({
titleTemplate: '%s - pgkit',
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit df9ff66

Please sign in to comment.