redirect doc to overview

This commit is contained in:
dovholuknf
2023-01-30 13:32:37 -05:00
parent a78eaa05f3
commit eed80531cb
2 changed files with 9 additions and 38 deletions

View File

@ -65,7 +65,6 @@ const config = {
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
navbar: {
title: 'zrok',
logo: {
@ -113,6 +112,11 @@ const config = {
disableSwitch: false,
respectPrefersColorScheme: false,
},
docs: {
sidebar: {
autoCollapseCategories: true,
}
},
}),
};