Skip to content

Commit

Permalink
config updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gqcn committed Nov 13, 2024
1 parent 10d22c2 commit d63facb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
.PHONY: build
build:
rm versions.json
mv versions.build.json versions.json
cp versions.build.json versions.json
npm run build
4 changes: 2 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ const config: Config = {
// 编辑当前页面的配置
editUrl: 'https://github.com/gogf/gf-site/blob/main/',
// 显示更新时间和作者
showLastUpdateTime: true,
showLastUpdateAuthor: true,
showLastUpdateTime: false,
showLastUpdateAuthor: false,
},
// Will be passed to @docusaurus/plugin-content-blog (false to disable)
blog: {},
Expand Down
10 changes: 9 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
[
"2.7.x"
"2.7.x",
"2.6.x",
"2.5.x",
"2.4.x",
"2.3.x",
"2.2.x",
"2.1.x",
"2.0.x",
"1.16.x"
]

0 comments on commit d63facb

Please sign in to comment.