Skip to content

Commit

Permalink
docs: website name and description fix (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Mar 25, 2024
1 parent 8f905bd commit b07327a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/theme.config.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { defineConfig, PRODUCTS } from '@theguild/components';

export default defineConfig({
websiteName: PRODUCTS.WS.name,
description: PRODUCTS.WS.title,
websiteName: 'GraphQL-WebSocket',
description:
'Coherent, simple GraphQL over WebSocket protocol compliant server and client.',
docsRepositoryBase: 'https://github.com/enisdenjo/graphql-ws',
logo: PRODUCTS.WS.logo({ className: 'w-9' }),
});

0 comments on commit b07327a

Please sign in to comment.