diff --git a/src/content/docs/d1/best-practices/index.mdx b/src/content/docs/d1/best-practices/index.mdx index 57f21ba7643ffc..003f10c058d8e1 100644 --- a/src/content/docs/d1/best-practices/index.mdx +++ b/src/content/docs/d1/best-practices/index.mdx @@ -2,7 +2,7 @@ title: Best practices pcx_content_type: navigation sidebar: - order: 3 + order: 4 group: hideIndex: true --- diff --git a/src/content/docs/d1/configuration/index.mdx b/src/content/docs/d1/configuration/index.mdx index 35b901b9e04f0a..bd877291ba15a2 100644 --- a/src/content/docs/d1/configuration/index.mdx +++ b/src/content/docs/d1/configuration/index.mdx @@ -2,7 +2,7 @@ title: Configuration pcx_content_type: navigation sidebar: - order: 8 + order: 9 group: hideIndex: true --- diff --git a/src/content/docs/d1/d1-api.mdx b/src/content/docs/d1/d1-api.mdx index 25c486c6a10520..f44f45af0287ea 100644 --- a/src/content/docs/d1/d1-api.mdx +++ b/src/content/docs/d1/d1-api.mdx @@ -3,5 +3,5 @@ pcx_content_type: navigation title: REST API external_link: /api/resources/d1/subresources/database/methods/create/ sidebar: - order: 6 + order: 7 --- diff --git a/src/content/docs/d1/demos.mdx b/src/content/docs/d1/demos.mdx index eb856d104531d2..523b7536e729f1 100644 --- a/src/content/docs/d1/demos.mdx +++ b/src/content/docs/d1/demos.mdx @@ -2,7 +2,7 @@ pcx_content_type: navigation title: Demos and architectures sidebar: - order: 12 + order: 13 --- diff --git a/src/content/docs/d1/examples/index.mdx b/src/content/docs/d1/examples/index.mdx index 8ad40e6d10db80..991ad6cbf6b533 100644 --- a/src/content/docs/d1/examples/index.mdx +++ b/src/content/docs/d1/examples/index.mdx @@ -4,7 +4,7 @@ hideChildren: false pcx_content_type: navigation title: Examples sidebar: - order: 10 + order: 11 group: hideIndex: true --- diff --git a/src/content/docs/d1/key-concepts/index.mdx b/src/content/docs/d1/key-concepts/index.mdx new file mode 100644 index 00000000000000..57b5fa4026e8e7 --- /dev/null +++ b/src/content/docs/d1/key-concepts/index.mdx @@ -0,0 +1,12 @@ +--- +title: Key concepts +pcx_content_type: navigation +sidebar: + order: 3 + group: + hideIndex: true +--- + +import { DirectoryListing } from "~/components"; + + diff --git a/src/content/docs/d1/observability/index.mdx b/src/content/docs/d1/observability/index.mdx index 35c902c3124a36..e6f2e7cc962fed 100644 --- a/src/content/docs/d1/observability/index.mdx +++ b/src/content/docs/d1/observability/index.mdx @@ -2,7 +2,7 @@ title: Observability pcx_content_type: navigation sidebar: - order: 9 + order: 10 group: hideIndex: true --- diff --git a/src/content/docs/d1/platform/index.mdx b/src/content/docs/d1/platform/index.mdx index 1720605aee0206..adf92ca4d07c8b 100644 --- a/src/content/docs/d1/platform/index.mdx +++ b/src/content/docs/d1/platform/index.mdx @@ -2,7 +2,7 @@ pcx_content_type: navigation title: Platform sidebar: - order: 12 + order: 13 group: hideIndex: true --- diff --git a/src/content/docs/d1/reference/index.mdx b/src/content/docs/d1/reference/index.mdx index adcefc0bc39146..99f8aa882f71c4 100644 --- a/src/content/docs/d1/reference/index.mdx +++ b/src/content/docs/d1/reference/index.mdx @@ -2,7 +2,7 @@ pcx_content_type: navigation title: Reference sidebar: - order: 13 + order: 14 group: hideIndex: true --- diff --git a/src/content/docs/d1/sql-api/index.mdx b/src/content/docs/d1/sql-api/index.mdx index 8b74fb521d38d0..3228a42dd6a9bc 100644 --- a/src/content/docs/d1/sql-api/index.mdx +++ b/src/content/docs/d1/sql-api/index.mdx @@ -2,7 +2,7 @@ title: SQL API pcx_content_type: navigation sidebar: - order: 5 + order: 6 group: hideIndex: true --- diff --git a/src/content/docs/d1/tutorials/index.mdx b/src/content/docs/d1/tutorials/index.mdx index 11a1a82e0f5331..4ae5ba9499914e 100644 --- a/src/content/docs/d1/tutorials/index.mdx +++ b/src/content/docs/d1/tutorials/index.mdx @@ -4,7 +4,7 @@ pcx_content_type: navigation title: Tutorials hideChildren: true sidebar: - order: 11 + order: 12 --- diff --git a/src/content/docs/d1/worker-api/index.mdx b/src/content/docs/d1/worker-api/index.mdx index 376ae96925e590..ef82f0a77f5cbf 100644 --- a/src/content/docs/d1/worker-api/index.mdx +++ b/src/content/docs/d1/worker-api/index.mdx @@ -2,7 +2,7 @@ pcx_content_type: navigation title: Workers Binding API sidebar: - order: 4 + order: 5 --- import { DirectoryListing, Details, Steps } from "~/components"; diff --git a/src/content/docs/d1/wrangler-commands.mdx b/src/content/docs/d1/wrangler-commands.mdx index d7bcf78f0d5d5a..638c68e8a229bb 100644 --- a/src/content/docs/d1/wrangler-commands.mdx +++ b/src/content/docs/d1/wrangler-commands.mdx @@ -2,7 +2,7 @@ pcx_content_type: concept title: Wrangler commands sidebar: - order: 6 + order: 7 ---