Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@theguild/components bump #94

Merged
merged 3 commits into from
Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading