docs: disable last update author and time display in Docusaurus configuration

This commit is contained in:
kastov
2025-07-18 16:51:08 +03:00
parent 506eb9bc98
commit e658be3f3e

View File

@@ -24,8 +24,8 @@ const config: Config = {
'classic',
{
docs: {
showLastUpdateAuthor: true,
showLastUpdateTime: true,
showLastUpdateAuthor: false,
showLastUpdateTime: false,
sidebarPath: './sidebars.ts',
editUrl: 'https://github.com/remnawave/panel/tree/main'
},