diff options
| author | 2023-07-31 14:21:19 +0800 | |
|---|---|---|
| committer | 2023-07-31 14:21:19 +0800 | |
| commit | f6319424443bfea49f2531a632a045dfafc63d32 (patch) | |
| tree | 69fe588672595e5b1973de02be8fd3ed38a68c1f /docs/mkdocs.yml | |
| parent | 4090846bdf148fcbafb63053f472142c24e3e183 (diff) | |
| download | infini-f6319424443bfea49f2531a632a045dfafc63d32.tar.gz infini-f6319424443bfea49f2531a632a045dfafc63d32.zip | |
feat: add mkdocs-git-committers-plugin-2>=1.1.1
Diffstat (limited to 'docs/mkdocs.yml')
| -rw-r--r-- | docs/mkdocs.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 2610a929..0047f15d 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -96,7 +96,9 @@ markdown_extensions: # - neoteroi.cards # - neoteroi.projects # - neoteroi.spantabs - - pymdownx.snippets + - pymdownx.snippets: + auto_append: + - includes/abbreviations.md - abbr - admonition - attr_list @@ -147,9 +149,6 @@ plugins: timezone: Asia/Shanghai type: timeago custom_format: "%d. %B %Y" - # - git-committers: - # repository: HydroRoll-Team/psi - # branch: main nav: - 主页: index.md |
