diff --git a/docs/docs-beta/docs/about/community.md b/docs/docs-beta/docs/about/community.md new file mode 100644 index 0000000000000..b2cacab106ba2 --- /dev/null +++ b/docs/docs-beta/docs/about/community.md @@ -0,0 +1,4 @@ +--- +title: "Community" +sidebar_position: 10 +--- \ No newline at end of file diff --git a/docs/docs-beta/docs/about/contributing.md b/docs/docs-beta/docs/about/contributing.md new file mode 100644 index 0000000000000..db9b4ab174b4a --- /dev/null +++ b/docs/docs-beta/docs/about/contributing.md @@ -0,0 +1,4 @@ +--- +title: Contributing +sidebar_position: 20 +--- \ No newline at end of file diff --git a/docs/docs-beta/docs/about/releases.md b/docs/docs-beta/docs/about/releases.md new file mode 100644 index 0000000000000..6fdf885aba7c0 --- /dev/null +++ b/docs/docs-beta/docs/about/releases.md @@ -0,0 +1,4 @@ +--- +title: "Releases" +sidebar_position: 30 +--- \ No newline at end of file diff --git a/docs/docs-beta/sidebars.ts b/docs/docs-beta/sidebars.ts index f4fe36a111b49..9a5db3000a99e 100644 --- a/docs/docs-beta/sidebars.ts +++ b/docs/docs-beta/sidebars.ts @@ -219,6 +219,16 @@ const sidebars: SidebarsConfig = { }, ], }, + { + type: 'category', + label: 'About', + items: [ + { + type: 'autogenerated', + dirName: 'about', + } + ] + } ], dagsterPlus: [ {