From f20fe8e1a21242bb6924904525034f6a5071ad31 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sun, 30 Jul 2023 10:23:07 +0800 Subject: feat: 添加 pymdownx.snippets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/mkdocs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/mkdocs.yml') diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 5a52f425..0a5ef568 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -94,7 +94,8 @@ markdown_extensions: # - neoteroi.timeline # - neoteroi.cards # - neoteroi.projects - # - neoteroi.spantable + # - neoteroi.spantabs + - pymdownx.snippets - abbr - admonition - attr_list @@ -179,4 +180,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 -- cgit v1.2.3-70-g09d2 From 1015756faae664836583a052feb2775e453f216a Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sun, 30 Jul 2023 10:30:33 +0800 Subject: feat: add - content.tooltips --- docs/mkdocs.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/mkdocs.yml') diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 0a5ef568..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 -- cgit v1.2.3-70-g09d2