mirror of
https://github.com/remnawave/panel.git
synced 2026-04-18 20:33:49 +00:00
docs: disable last update author and time display in Docusaurus configuration
This commit is contained in:
@@ -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'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user