Skip to content

Commit 9e3fe81

Browse files
committed
docs: hoist last update to README
1 parent 292e4bc commit 9e3fe81

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ https://vuepress.vuejs.org/
2323
- [Vue-powered custom theme system](https://vuepress.vuejs.org/guide/custom-themes.html)
2424
- [Service Worker Integration](https://vuepress.vuejs.org/config/#serviceworker)
2525
- [Google Analytics Integration](https://vuepress.vuejs.org/config/#ga)
26+
- ["Last Updated" based on Git](https://vuepress.vuejs.org/default-theme-config/#last-updated)
2627
- [Multi-Language Support](https://vuepress.vuejs.org/guide/i18n.html)
2728
- A default theme with:
2829
- Responsive layout

docs/guide/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Each markdown file is compiled into HTML with [markdown-it](https://github.com/m
1919
- [Vue-powered custom theme system](./custom-themes.md)
2020
- [Automatic Service Worker generation](../config/#serviceworker)
2121
- [Google Analytics Integration](../config/#ga)
22+
- ["Last Updated" based on Git](../default-theme-config/README.md#last-updated)
2223
- [Multi-language support](./i18n.md)
2324
- A default theme with:
2425
- Responsive layout

docs/zh/default-theme-config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ module.exports = {
293293

294294
更多选项请参考 [Algolia DocSearch 的文档](https://github.com/algolia/docsearch#docsearch-options)
295295

296-
## 最近更新
296+
## 最后更新时间
297297

298298
你可以通过 `themeConfig.lastUpdated` 选项来获取每个文件最后一次 `git` 提交的 UNIX 时间戳(ms),同时它将以合适的日期格式显示在每一页的底部:
299299

docs/zh/guide/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ VuePress 由两部分组成:一部分是支持用 Vue 开发主题的极简静
1717
- [Vue 驱动的自定义主题系统](./custom-themes.md)
1818
- [自动生成 Service Worker](../config/#serviceworker)
1919
- [Google Analytics 集成](../config/#ga)
20+
- [基于 Git 的 “最后更新时间”](../default-theme-config/README.md#最后更新时间)
2021
- [多语言支持](./i18n.md)
2122
- 默认主题包含:
2223
- 响应式布局

0 commit comments

Comments
 (0)