update at 2024-04-25 10:04:39
parent
1e66014d8d
commit
7a64a99c5b
|
@ -58,6 +58,7 @@ const config: Config = {
|
||||||
({
|
({
|
||||||
id: 'basics',
|
id: 'basics',
|
||||||
path: 'content/basics',
|
path: 'content/basics',
|
||||||
|
showLastUpdateTime: true,
|
||||||
// 文档的路由前缀
|
// 文档的路由前缀
|
||||||
routeBasePath: '/basics',
|
routeBasePath: '/basics',
|
||||||
// 左侧导航栏的配置
|
// 左侧导航栏的配置
|
||||||
|
@ -73,6 +74,7 @@ const config: Config = {
|
||||||
({
|
({
|
||||||
id: 'monitornig',
|
id: 'monitornig',
|
||||||
path: 'content/monitoring',
|
path: 'content/monitoring',
|
||||||
|
showLastUpdateTime: true,
|
||||||
// 文档的路由前缀
|
// 文档的路由前缀
|
||||||
routeBasePath: '/monitoring',
|
routeBasePath: '/monitoring',
|
||||||
// 左侧导航栏的配置
|
// 左侧导航栏的配置
|
||||||
|
@ -88,6 +90,7 @@ const config: Config = {
|
||||||
({
|
({
|
||||||
id: 'best-practices',
|
id: 'best-practices',
|
||||||
path: 'content/best-practices',
|
path: 'content/best-practices',
|
||||||
|
showLastUpdateTime: true,
|
||||||
// 文档的路由前缀
|
// 文档的路由前缀
|
||||||
routeBasePath: '/best-practices',
|
routeBasePath: '/best-practices',
|
||||||
// 左侧导航栏的配置
|
// 左侧导航栏的配置
|
||||||
|
@ -103,6 +106,7 @@ const config: Config = {
|
||||||
({
|
({
|
||||||
id: 'cases',
|
id: 'cases',
|
||||||
path: 'content/cases',
|
path: 'content/cases',
|
||||||
|
showLastUpdateTime: true,
|
||||||
// 文档的路由前缀
|
// 文档的路由前缀
|
||||||
routeBasePath: '/cases',
|
routeBasePath: '/cases',
|
||||||
// 左侧导航栏的配置
|
// 左侧导航栏的配置
|
||||||
|
@ -118,6 +122,7 @@ const config: Config = {
|
||||||
({
|
({
|
||||||
id: 'appendix',
|
id: 'appendix',
|
||||||
path: 'content/appendix',
|
path: 'content/appendix',
|
||||||
|
showLastUpdateTime: true,
|
||||||
// 文档的路由前缀
|
// 文档的路由前缀
|
||||||
routeBasePath: '/appendix',
|
routeBasePath: '/appendix',
|
||||||
// 左侧导航栏的配置
|
// 左侧导航栏的配置
|
||||||
|
|
Loading…
Reference in New Issue