Add support documentation

This commit is contained in:
Fred Dixon 2023-10-10 05:11:25 -04:00
parent f7a77beb61
commit 898d6a6156
2 changed files with 16 additions and 0 deletions

View File

@ -65,6 +65,7 @@ const config = {
{to: '/administration/install', label: 'Administration', position: 'left'},
{to: '/greenlight/v3/install', label: 'Greenlight', position: 'left'},
{to: '/new-features', label: 'New Features', position: 'left'},
{to: '/support/getting-help', label: 'support', position: 'left'},
{
type: 'docsVersionDropdown',
position: 'right',

View File

@ -68,6 +68,21 @@ const sidebars = {
},
}
],
support: [
{
label: 'Support',
type: 'category',
items: [
{
type: 'autogenerated',
dirName: 'support',
},
],
link: {
type: 'doc',
id: 'support/getting-help',
},
}
};
module.exports = sidebars;