From 7a64a99c5bd9c3a1e95979aaaef2d23ba41bd53c Mon Sep 17 00:00:00 2001 From: roc Date: Thu, 25 Apr 2024 10:04:39 +0800 Subject: [PATCH] update at 2024-04-25 10:04:39 --- docusaurus.config.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index c1ca197..e3cc11e 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -58,6 +58,7 @@ const config: Config = { ({ id: 'basics', path: 'content/basics', + showLastUpdateTime: true, // 文档的路由前缀 routeBasePath: '/basics', // 左侧导航栏的配置 @@ -73,6 +74,7 @@ const config: Config = { ({ id: 'monitornig', path: 'content/monitoring', + showLastUpdateTime: true, // 文档的路由前缀 routeBasePath: '/monitoring', // 左侧导航栏的配置 @@ -88,6 +90,7 @@ const config: Config = { ({ id: 'best-practices', path: 'content/best-practices', + showLastUpdateTime: true, // 文档的路由前缀 routeBasePath: '/best-practices', // 左侧导航栏的配置 @@ -103,6 +106,7 @@ const config: Config = { ({ id: 'cases', path: 'content/cases', + showLastUpdateTime: true, // 文档的路由前缀 routeBasePath: '/cases', // 左侧导航栏的配置 @@ -118,6 +122,7 @@ const config: Config = { ({ id: 'appendix', path: 'content/appendix', + showLastUpdateTime: true, // 文档的路由前缀 routeBasePath: '/appendix', // 左侧导航栏的配置