Skip to content

Commit

Permalink
docs: bump @theguild/components and migrate \(#94)
Browse files Browse the repository at this point in the history
Co-authored-by: enisdenjo <denis@denelop.com>
  • Loading branch information
gilgardosh and enisdenjo committed Mar 25, 2024
1 parent 061b0fc commit 829aa34
Show file tree
Hide file tree
Showing 6 changed files with 708 additions and 913 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
node_modules/
lib/
umd/
dist/
out/
.vscode/
.yarn/*
!.yarn/releases/
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
lib
umd
dist
out
website/src/pages/docs
website/algolia-lockfile.json
CHANGELOG.md
Expand Down
2 changes: 1 addition & 1 deletion website/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// @ts-expect-error the guild's next config doesnt have types
import { withGuildDocs } from '@theguild/components/next.config';

export default withGuildDocs({
output: 'export',
});
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"build": "next build && next-sitemap --config next-sitemap.config.cjs"
},
"dependencies": {
"@theguild/components": "^6.1.1",
"@theguild/components": "^6.4.0",
"clsx": "^2.1.0",
"next": "^14.0.4",
"next": "^14.1.4",
"next-sitemap": "^4.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
6 changes: 4 additions & 2 deletions website/theme.config.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { defineConfig } from '@theguild/components';
import { defineConfig, PRODUCTS } from '@theguild/components';

export default defineConfig({
siteName: 'SSE',
websiteName: PRODUCTS.SSE.name,
description: PRODUCTS.SSE.title,
docsRepositoryBase: 'https://github.com/enisdenjo/graphql-sse',
logo: PRODUCTS.SSE.logo({ className: 'w-9' }),
});
Loading

0 comments on commit 829aa34

Please sign in to comment.