Merge pull request #233 from jtravee/docusaurus-config-js

Updating GH link and autocollapse of categories
This commit is contained in:
Billy Tat
2022-09-28 14:32:03 -07:00
committed by GitHub
+6 -1
View File
@@ -24,6 +24,11 @@ module.exports = {
},
},
themeConfig: {
docs: {
sidebar: {
autoCollapseCategories: true,
},
},
algolia: {
// The application ID provided by Algolia
appId: '30NEY6C9UY',
@@ -78,7 +83,7 @@ module.exports = {
href: 'https://github.com/rancher/rancher-docs',
label: 'GitHub',
position: 'right',
className: 'navbar__github btn btn-secondary icon-github',
className: 'navbar__github',
},
{
type: 'docsVersionDropdown',