Add docs on filing bugs (#1312)

## Description

- Add a support section for the new page
- Moves known issues under the support section
- This is a placeholder to add more information (e.g., getting logs)

## Type of change

- [x] 🗺️ Documentation
This commit is contained in:
Niraj Tolia 2022-10-24 13:41:03 -07:00 committed by GitHub
parent 03e8c972d0
commit c8ca2d0578
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 1 deletions

View File

@ -0,0 +1,4 @@
# Bugs and new features
If you run into a bug or have feature requests, please file a [GitHub issue](https://github.com/alcionai/corso/issues/)
and attach the `bug` or `enhancement` label to the issue.

View File

@ -38,6 +38,13 @@ const sidebars = {
'cli/corso_env' 'cli/corso_env'
] ]
}, },
{
type: 'category',
label: 'Support',
items: [
'support/bugs_and_features', 'support/known_issues'
],
},
{ {
type: 'category', type: 'category',
label: 'Developer guide', label: 'Developer guide',
@ -45,7 +52,6 @@ const sidebars = {
'developers/build', 'developers/testing', 'developers/linters' 'developers/build', 'developers/testing', 'developers/linters'
], ],
}, },
'known_issues',
], ],
}; };