Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
seanparkross committed Feb 5, 2025
1 parent 6339516 commit b745526
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 64 deletions.
2 changes: 2 additions & 0 deletions docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ import Link from "@docusaurus/Link";
With powerful tooling and a code-driven workflow, Hasura DDN is not just an improvement in the data access
portion of the product development lifecycle, but a complete game-changer in the way you create, run, and manage APIs.

For information on upgrading from Hasura v2, see the [upgrade guide](/upgrade/overview.mdx).

<Link to="/quickstart/" className="cta-button mb-5 xl:mb-0 xl:mt-8">
<span>Quickstart.</span> Free. Easy. Fast.
</Link>
Expand Down
13 changes: 0 additions & 13 deletions docs/migration-guide-from-hasura-v2.mdx.wip

This file was deleted.

13 changes: 0 additions & 13 deletions docs/overview.mdx.wip

This file was deleted.

13 changes: 0 additions & 13 deletions docs/roadmap.mdx.wip

This file was deleted.

4 changes: 0 additions & 4 deletions docs/security/_category_.json

This file was deleted.

14 changes: 0 additions & 14 deletions docs/security/overview.mdx.wip

This file was deleted.

4 changes: 2 additions & 2 deletions docs/upgrade/_category_.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"label": "Upgrade to DDN",
"position": 11,
"label": "Upgrade",
"position": 13.5,
"className": "upgrade"
}
11 changes: 6 additions & 5 deletions docs/upgrade/index.mdx → docs/upgrade/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Upgrade
sidebar_position: 1
description: Learn how to upgrade from older versions of Hasura to Hasura DDN.
title: Upgrade to DDN
sidebar_label: Overview
keywords:
- hasura
- docs
Expand All @@ -11,7 +12,7 @@ keywords:

import Thumbnail from "@site/src/components/Thumbnail";

# Upgrade to Hasura DDN
# Upgrade From v2

## Introduction

Expand Down Expand Up @@ -65,8 +66,8 @@ debugging.
- Speed up your workflow with [immutable builds](/project-configuration/overview.mdx) that make rapid prototyping a
breeze.
- Ensure smooth and dependable [deployments](/deployment/hasura-ddn/tutorial/index.mdx), cutting down on debugging time.
- Simplify your development lifecycle with [declarative metadata](/reference/metadata-reference/index.mdx) that defines your
API structure.
- Simplify your development lifecycle with [declarative metadata](/reference/metadata-reference/index.mdx) that defines
your API structure.

### Mature teams

Expand All @@ -85,7 +86,7 @@ to manage your API across multiple environments.

**After:**

- Easily scale with [built-in federation](/project-configuration/subgraphs/index.mdx) that integrates subgraphs into
- Easily scale with [built-in federation](/project-configuration/subgraphs/index.mdx) that integrates subgraphs into
your Hasura DDN setup.
- Add [new data sources](/data-sources/overview.mdx) seamlessly, avoiding the need for major overhauls.
- Manage your API effortlessly across different environments with the world's first
Expand Down

0 comments on commit b745526

Please sign in to comment.