mirror of
https://github.com/openziti/zrok.git
synced 2025-08-10 16:37:57 +02:00
redirect doc to overview
This commit is contained in:
@ -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,
|
||||
}
|
||||
},
|
||||
}),
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user