mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-27 13:38:07 +00:00
Merge pull request #233 from jtravee/docusaurus-config-js
Updating GH link and autocollapse of categories
This commit is contained in:
@@ -24,6 +24,11 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
|
docs: {
|
||||||
|
sidebar: {
|
||||||
|
autoCollapseCategories: true,
|
||||||
|
},
|
||||||
|
},
|
||||||
algolia: {
|
algolia: {
|
||||||
// The application ID provided by Algolia
|
// The application ID provided by Algolia
|
||||||
appId: '30NEY6C9UY',
|
appId: '30NEY6C9UY',
|
||||||
@@ -78,7 +83,7 @@ module.exports = {
|
|||||||
href: 'https://github.com/rancher/rancher-docs',
|
href: 'https://github.com/rancher/rancher-docs',
|
||||||
label: 'GitHub',
|
label: 'GitHub',
|
||||||
position: 'right',
|
position: 'right',
|
||||||
className: 'navbar__github btn btn-secondary icon-github',
|
className: 'navbar__github',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'docsVersionDropdown',
|
type: 'docsVersionDropdown',
|
||||||
|
|||||||
Reference in New Issue
Block a user