diff options
| author | 2023-07-31 13:54:51 +0800 | |
|---|---|---|
| committer | 2023-07-31 13:54:51 +0800 | |
| commit | 4090846bdf148fcbafb63053f472142c24e3e183 (patch) | |
| tree | 347f3e6e0f8882b29b9cf5cc72e4b626ce3cbe00 /docs/mkdocs.yml | |
| parent | 0b71a030e3cc5cf9f02491e0839bebebc5723ec6 (diff) | |
| parent | c1fb87a9ca48fc9667d0e604593c721801158e65 (diff) | |
| download | infini-4090846bdf148fcbafb63053f472142c24e3e183.tar.gz infini-4090846bdf148fcbafb63053f472142c24e3e183.zip | |
Merge branch 'master' of https://github.com/HydroRoll-Team/HydroRollCore
Diffstat (limited to 'docs/mkdocs.yml')
| -rw-r--r-- | docs/mkdocs.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 5a52f425..2610a929 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -16,6 +16,7 @@ theme: features: - content.action.edit - content.action.view + - content.tooltips - navigation.footer - navigation.tabs # - navigation.tabs.sticky @@ -94,7 +95,8 @@ markdown_extensions: # - neoteroi.timeline # - neoteroi.cards # - neoteroi.projects - # - neoteroi.spantable + # - neoteroi.spantabs + - pymdownx.snippets - abbr - admonition - attr_list @@ -179,4 +181,4 @@ nav: - Standard/Term/check/index.md - ability 检定: Standard/Term/check/ability.md - API Reference: - - "API Reference": API/index.md
\ No newline at end of file + - "API Reference": API/index.md |
