From 85703fde0e3ae8d0015166f3585cf25f83247d01 Mon Sep 17 00:00:00 2001 From: Erin Cochran Date: Sun, 25 Aug 2024 22:02:13 -0400 Subject: [PATCH] [docs-revamp] - Add about section and pages (#23896) ## Summary & Motivation This PR adds an About section to the new docs site. ## How I Tested These Changes ## Changelog [New | Bug | Docs] NOCHANGELOG --- docs/docs-beta/docs/about/community.md | 4 ++++ docs/docs-beta/docs/about/contributing.md | 4 ++++ docs/docs-beta/docs/about/releases.md | 4 ++++ docs/docs-beta/sidebars.ts | 10 ++++++++++ 4 files changed, 22 insertions(+) create mode 100644 docs/docs-beta/docs/about/community.md create mode 100644 docs/docs-beta/docs/about/contributing.md create mode 100644 docs/docs-beta/docs/about/releases.md 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: [ {