-
- Fits your infrastructure
-
-
,
- documentationLink: '/docs/integrations/ci-cd#github-check-suites',
- },
- {
- title: 'Works with every CI/CD',
- description: 'Connect GraphQL Hive CLI to CI/CD of your choice.',
- icon:
,
- documentationLink: '/docs/integrations/ci-cd',
- },
- {
- title: 'On-premise or Cloud',
- description:
- 'GraphQL Hive is MIT licensed, you can host it on your own infrastructure.',
- icon:
,
- documentationLink: '/docs/self-hosting/get-started',
- },
- ]}
- />
+
+
+
+
+ Fits your infrastructure
+
+ ,
+ documentationLink: '/docs/integrations/ci-cd#github-check-suites',
+ },
+ {
+ title: 'Works with every CI/CD',
+ description: 'Connect GraphQL Hive CLI to CI/CD of your choice.',
+ icon: ,
+ documentationLink: '/docs/integrations/ci-cd',
+ },
+ {
+ title: 'On-premise or Cloud',
+ description:
+ 'GraphQL Hive is MIT licensed, you can host it on your own infrastructure.',
+ icon: ,
+ documentationLink: '/docs/self-hosting/get-started',
+ },
+ ]}
+ />
+
-
-
-
-
- Open-Source
-
-
- Built entirely in public.
-
-
-
- {[
- {
- title: 'Public roadmap',
- description: 'Influence the future of GraphQL Hive.',
- },
- {
- title: 'Cloud and Self-Hosted',
- description: 'MIT licensed, host it on your own infrastructure.',
- },
- {
- title: 'Available for free',
- description: 'Free Hobby plan that fits perfectly for most side projects.',
- },
- {
- title: 'Community',
- description: 'Implement your own features with our help.',
- },
- ].map(renderFeatures)}
+
+
+
+
+
+
+ Open-Source
+
+
Built entirely in public.
+
+
+ {[
+ {
+ title: 'Public roadmap',
+ description: 'Influence the future of GraphQL Hive.',
+ },
+ {
+ title: 'Cloud and Self-Hosted',
+ description: 'MIT licensed, host it on your own infrastructure.',
+ },
+ {
+ title: 'Available for free',
+ description: 'Free Hobby plan that fits perfectly for most side projects.',
+ },
+ {
+ title: 'Community',
+ description: 'Implement your own features with our help.',
+ },
+ ].map(renderFeatures)}
+
diff --git a/packages/web/docs/src/components/stats.tsx b/packages/web/docs/src/components/stats.tsx
index a2cded36b..78066b437 100644
--- a/packages/web/docs/src/components/stats.tsx
+++ b/packages/web/docs/src/components/stats.tsx
@@ -9,7 +9,7 @@ export function StatsItem(props: {
}) {
return (
-
+
{props.suffix}+
-
- {props.label}
-
+
{props.label}
);
}