Skip to content
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
79 changes: 0 additions & 79 deletions docs-website/config/navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -700,10 +700,6 @@ const navigation = [
title: 'WunderGraph Client',
href: '/docs/components-of-wundergraph/wundergraph-client',
},
{
title: 'WunderHub',
href: '/docs/components-of-wundergraph/wunderhub',
},
],
},
{
Expand Down Expand Up @@ -993,81 +989,6 @@ const navigation = [
},
],
},
{
title: 'Cloud',
href: '/docs/cloud',
icon: <CloudIcon />,
links: [
{
title: 'Overview',
navTitle: 'Cloud',
href: '/docs/cloud',
},
{
title: 'Workspace Configuration (wg.toml)',
href: '/docs/cloud/configuration',
},
{
title: 'Errors',
href: '/docs/cloud/errors',
},
{
title: 'Deployments',
links: [
{
title: 'Deploy to WunderGraph Cloud',
href: '/docs/cloud/deployments',
},
{
title: 'Add custom domains to your deployment',
href: '/docs/cloud/custom-domains',
},
{
title: 'Redeployment',
href: '/docs/cloud/redeployment',
},
{
title: 'Exclude Files from Deployments',
href: '/docs/cloud/wundergraph-ignore',
},
{
title: 'Private NPM dependencies',
href: '/docs/cloud/private-npm-dependencies',
},
{
title: 'Preview environments',
href: '/docs/cloud/preview-environments',
},
],
},
{
title: 'Integrations',
links: [
{
title: 'Deploy button',
href: '/docs/cloud/deploy-button',
},
{
title: 'Vercel',
href: '/docs/cloud/integrations/vercel',
},
{
title: 'Neon',
href: '/docs/cloud/integrations/neon',
},
],
},
{
title: 'Open Telemetry Tracing',
links: [
{
title: 'Public OpenTelemetry Collector',
href: '/docs/cloud/otel-collector',
},
],
},
],
},
{
title: 'Self-hosted',
href: '/docs/self-hosted',
Expand Down
2 changes: 0 additions & 2 deletions docs-website/config/tags.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ const tags = {
'wundergraph.operations.ts': '/docs/wundergraph-operations-ts-reference',
'wundergraph.server.ts reference': '/docs/wundergraph-server-ts-reference',
'wundergraph.server.ts': '/docs/wundergraph-server-ts-reference',
'WunderHub reference': '/docs/wunderhub-reference',
WunderHub: '/docs/components-of-wundergraph/wunderhub',
'WunderGraph Hub': '/docs/components-of-wundergraph/wunderhub',
'wunderctl up': '/docs/wunderctl-reference/wunderctl-up',
'wunderctl add': '/docs/wunderctl-reference/wunderctl-add',
Expand Down
255 changes: 0 additions & 255 deletions docs-website/src/pages/docs/cloud/deployments.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ Here's an overview of the components of WunderGraph.
{% quick-link title="WunderGraph SDK" icon="core" href="/docs/components-of-wundergraph/wundergraph-sdk" description="" /%}
{% quick-link title="WunderNode / WunderGraph Server" icon="core" href="/docs/components-of-wundergraph/wundernode-wundergraph-server" description="" /%}
{% quick-link title="WunderGraph Client" icon="core" href="/docs/components-of-wundergraph/wundergraph-client" description="" /%}
{% quick-link title="WunderHub" icon="core" href="/docs/components-of-wundergraph/wunderhub" description="" /%}
{% /quick-links %}
20 changes: 0 additions & 20 deletions docs-website/src/pages/docs/components-of-wundergraph/wunderhub.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs-website/src/pages/docs/examples/astro-relay.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,3 @@ To learn more about WunderGraph Relay integration, read our [Quickstart Guide](h
## Learn More about Astro

- [Astro Docs](https://docs.astro.build/en/getting-started/)

[![Deploy to WunderGraph](https://wundergraph.com/button)](https://cloud.wundergraph.com/new/clone?templateName=astro-relay)
Loading
Loading