@@ -42,12 +42,13 @@ const config: Config = {
4242 routeBasePath : '/' ,
4343 sidebarPath : './sidebars.ts' ,
4444 editUrl : 'https://github.com/weavefox/docs/tree/main/docs/' ,
45+ breadcrumbs : false ,
46+ showLastUpdateTime : true ,
4547 } ,
4648 blog : {
4749 routeBasePath : 'blog' ,
4850 blogTitle : 'WeaveFox 博客' ,
4951 blogDescription : 'WeaveFox 官方博客,分享产品更新、技术文章和最佳实践' ,
50- showReadingTime : true ,
5152 blogSidebarTitle : '所有文章' ,
5253 blogSidebarCount : 'ALL' ,
5354 postsPerPage : 10 ,
@@ -56,8 +57,9 @@ const config: Config = {
5657 title : 'WeaveFox 博客' ,
5758 description : 'WeaveFox 官方博客最新文章' ,
5859 } ,
60+ showReadingTime : true ,
5961 showLastUpdateTime : true ,
60- showLastUpdateAuthor : true ,
62+ // showLastUpdateAuthor: true,
6163 } ,
6264 theme : {
6365 customCss : './src/css/custom.css' ,
@@ -68,6 +70,20 @@ const config: Config = {
6870
6971 clientModules : [ './src/clientModules/navbar-scroll-shadow' ] ,
7072
73+ themes : [
74+ [
75+ '@easyops-cn/docusaurus-search-local' ,
76+ {
77+ hashed : true ,
78+ language : [ 'en' , 'zh' ] ,
79+ docsRouteBasePath : '/' ,
80+ indexBlog : false ,
81+ docsDir : './docs' ,
82+ ignoreFiles : [ ] ,
83+ } ,
84+ ] ,
85+ ] ,
86+
7187 themeConfig : {
7288 // SEO social card
7389 image :
0 commit comments