mirror of
https://github.com/mfocko/blog.git
synced 2024-11-10 00:09:07 +01:00
feat: show “Last Updated” in docs
Signed-off-by: Matej Focko <xfocko@fi.muni.cz>
This commit is contained in:
parent
3f85c1104b
commit
125c9211d8
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ class Subject {
|
|||
path: this.subject,
|
||||
routeBasePath: this.subject,
|
||||
sidebarPath: require.resolve("./sidebars.js"),
|
||||
showLastUpdateTime: true,
|
||||
editUrl: "https://gitlab.com/mfocko/blog/tree/main",
|
||||
remarkPlugins: [math],
|
||||
rehypePlugins: [katex],
|
||||
|
|
Loading…
Reference in a new issue