Add support documentation
This commit is contained in:
parent
f7a77beb61
commit
898d6a6156
@ -65,6 +65,7 @@ const config = {
|
|||||||
{to: '/administration/install', label: 'Administration', position: 'left'},
|
{to: '/administration/install', label: 'Administration', position: 'left'},
|
||||||
{to: '/greenlight/v3/install', label: 'Greenlight', position: 'left'},
|
{to: '/greenlight/v3/install', label: 'Greenlight', position: 'left'},
|
||||||
{to: '/new-features', label: 'New Features', position: 'left'},
|
{to: '/new-features', label: 'New Features', position: 'left'},
|
||||||
|
{to: '/support/getting-help', label: 'support', position: 'left'},
|
||||||
{
|
{
|
||||||
type: 'docsVersionDropdown',
|
type: 'docsVersionDropdown',
|
||||||
position: 'right',
|
position: 'right',
|
||||||
|
@ -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;
|
module.exports = sidebars;
|
||||||
|
Loading…
Reference in New Issue
Block a user