Skip to content

Commit b2a41e1

Browse files
authored
Merge pull request #434 from datum-cloud/cont-82771
Refactor docs structure and update sidebar config
2 parents 7696f50 + 478c90b commit b2a41e1

File tree

13 files changed

+18
-27
lines changed

13 files changed

+18
-27
lines changed

astro.config.mjs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,17 +103,13 @@ export default defineConfig({
103103

104104
sidebar: [
105105
{
106-
label: 'Datum Documentation',
106+
label: 'Introduction',
107107
link: '/docs/',
108108
},
109109
{
110-
label: 'Overview',
110+
label: 'Datum Documentation',
111111
autogenerate: { directory: 'docs/overview' },
112112
},
113-
{
114-
label: 'Quick Start',
115-
autogenerate: { directory: 'docs/quickstart' },
116-
},
117113
{
118114
label: 'Platform',
119115
autogenerate: { directory: 'docs/platform' },

src/content/docs/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Datum Documentation
2+
title: Introduction
33
description: Datum is a network cloud you can take anywhere, backed by open source.
44
sidebar:
55
order: 0

src/content/docs/docs/quickstart/account-setup.mdx renamed to src/content/docs/docs/overview/account-setup.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
title: Account Setup
33
description: Create a Project via kubectl
44
sidebar:
5-
order: 2
5+
order: 4
66
---
77

8+
Datum’s mission is to help 1000 new clouds thrive in the age of AI. That’s why we’re bringing the “internet superpowers” that all the big guys use into the tools that builders love, like Cursor and Kubernetes.
9+
10+
Let’s get you started!
11+
812
While machine accounts might do all the work at scale, we need to know the humans on our platform. As such, your first step is to create a user account at https://cloud.datum.net.
913

1014
You will be asked to use a Google or a GitHub account for authentication. Choose either!

src/content/docs/docs/quickstart/datum-concepts.mdx renamed to src/content/docs/docs/overview/datum-concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Key Concepts
33
sidebar:
4-
order: 3
4+
order: 5
55
description: This page describes key concepts for working with the Datum Cloud.
66
---
77

src/content/docs/docs/quickstart/datum-mcp.mdx renamed to src/content/docs/docs/overview/datum-mcp.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Datum MCP
33
sidebar:
4-
order: 4
4+
order: 6
55
---
66

77
## We're exploring unchartered territory

src/content/docs/docs/quickstart/datumctl.mdx renamed to src/content/docs/docs/overview/datumctl.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: datumctl
33
description: Set up tools to work with Datum.
44
sidebar:
5-
order: 5
5+
order: 7
66
---
77

88
import { Tabs, TabItem } from '@astrojs/starlight/components';

src/content/docs/docs/overview/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: About
2+
title: Overview
33
sidebar:
44
order: 0
55
---

src/content/docs/docs/overview/pricing.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Pricing
2+
title: Pricing & Tiers
33
sidebar:
4-
order: 3
4+
order: 2
55
---
66

77
## We're exploring unchartered territory

src/content/docs/docs/overview/support.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Support
33
sidebar:
4-
order: 4
4+
order: 3
55
---
66

77
Datum Cloud support is provided by our founding team via live chat and [email protected]. You can also interact with us (as well as some awesome community members and open source contributors) on [Discord](https://link.datum.net/discord). Other resources include:

src/content/docs/docs/overview/why-datum.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Why Datum?
33
sidebar:
4-
order: 2
4+
order: 1
55
---
66

77
Over the last 25 years, our team has built a dozen internet-scale cloud platforms from scratch, from the first Linux-based hosting company (Voxel) to bare metal and edge providers like Packet, SoftLayer, and Stackpath.

0 commit comments

Comments
 (0)