diff --git a/docs/docs-next/docs/concepts/io-managers.md b/docs/docs-next/docs/concepts/io-managers.md new file mode 100644 index 0000000000000..078ce80e62986 --- /dev/null +++ b/docs/docs-next/docs/concepts/io-managers.md @@ -0,0 +1,5 @@ +--- +title: "I/O managers" +--- + +# I/O managers \ No newline at end of file diff --git a/docs/docs-next/docs/concepts/partitions.md b/docs/docs-next/docs/concepts/partitions.md new file mode 100644 index 0000000000000..e13a76656017f --- /dev/null +++ b/docs/docs-next/docs/concepts/partitions.md @@ -0,0 +1,5 @@ +--- +title: "Partitions" +--- + +# Partitions \ No newline at end of file diff --git a/docs/docs-next/sidebars.ts b/docs/docs-next/sidebars.ts index 3c2c88fae57f3..4e48637f87494 100644 --- a/docs/docs-next/sidebars.ts +++ b/docs/docs-next/sidebars.ts @@ -160,11 +160,21 @@ const sidebars: SidebarsConfig = { }, ] }, + { + type: "doc", + label: "Partitions", + id: "concepts/partitions", + }, { type: "doc", label: "Resources", id: "concepts/resources", }, + { + type: "doc", + label: "I/O managers", + id: "concepts/io-managers", + }, { type: "category", label: "Ops and jobs",