Skip to content

Commit

Permalink
[docs-revamp] - Add about section and pages (#23896)
Browse files Browse the repository at this point in the history
## Summary & Motivation

This PR adds an About section to the new docs site.

## How I Tested These Changes

## Changelog [New | Bug | Docs]

NOCHANGELOG
  • Loading branch information
erinkcochran87 authored Aug 26, 2024
1 parent 6e6b506 commit 85703fd
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs-beta/docs/about/community.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: "Community"
sidebar_position: 10
---
4 changes: 4 additions & 0 deletions docs/docs-beta/docs/about/contributing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Contributing
sidebar_position: 20
---
4 changes: 4 additions & 0 deletions docs/docs-beta/docs/about/releases.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: "Releases"
sidebar_position: 30
---
10 changes: 10 additions & 0 deletions docs/docs-beta/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,16 @@ const sidebars: SidebarsConfig = {
},
],
},
{
type: 'category',
label: 'About',
items: [
{
type: 'autogenerated',
dirName: 'about',
}
]
}
],
dagsterPlus: [
{
Expand Down

2 comments on commit 85703fd

@github-actions
Copy link

@github-actions github-actions bot commented on 85703fd Aug 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagster-docs-beta ready!

✅ Preview
https://dagster-docs-beta-h0hpqgeg7-elementl.vercel.app
https://dagster-docs-beta.dagster-docs.io

Built with commit 85703fd.
This pull request is being automatically deployed with vercel-action

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagster-docs ready!

✅ Preview
https://dagster-docs-xsr5spi78-elementl.vercel.app
https://master.dagster.dagster-docs.io

Built with commit 85703fd.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.