Skip to content

Commit b187adc

Browse files
committed
feat: showing last update author and time
1 parent 980edec commit b187adc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docusaurus.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ const pluginDocs: [string, PluginDocsOptions] = [
6161
sidebarPath: './sidebars.ts',
6262
include: ['**/*.md', '**/*.mdx'],
6363
exclude: ['**/_*.{js,jsx,ts,tsx,md,mdx}', '**/_*/**', '**/.**'],
64+
showLastUpdateAuthor: true,
65+
showLastUpdateTime: true,
6466
remarkPlugins: [remarkMath],
6567
rehypePlugins: [rehypeKatex],
6668
},

0 commit comments

Comments
 (0)