Merge pull request #18915 from ffdixon/add-help-document
Add support documentation
This commit is contained in:
commit
1dc942243b
@ -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',
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user