diff options
| author | 2023-10-30 19:35:13 +0800 | |
|---|---|---|
| committer | 2023-10-30 19:35:13 +0800 | |
| commit | d78391e4b59838c6b22e7e657fd86a36c4413a30 (patch) | |
| tree | 647e95e368a4a698deb4a54ed55829642dbf984c /mkdocs.yml | |
| parent | 588ae0692789b56607aaf15658b23f069877e481 (diff) | |
| download | infini-d78391e4b59838c6b22e7e657fd86a36c4413a30.tar.gz infini-d78391e4b59838c6b22e7e657fd86a36c4413a30.zip | |
feat(docs): update intro of `RulePackage`
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 33 |
1 files changed, 23 insertions, 10 deletions
@@ -13,11 +13,29 @@ theme: icon: logo: material/book-sync repo: fontawesome/brands/git-alt + annotation: material/arrow-right-circle custom_dir: material/overrides + palette: + - scheme: default + primary: indigo + accent: indigo + toggle: + icon: material/brightness-7 + name: Switch to dark mode + - scheme: slate + primary: black + accent: indigo + toggle: + icon: material/brightness-4 + name: Switch to light mode features: - content.action.edit - content.action.view - content.tooltips + - content.tabs.link + - content.code.annotate + - content.code.copy + - content.code.select - navigation.footer - navigation.tabs # - navigation.tabs.sticky @@ -32,16 +50,10 @@ theme: - search.share - header.autohide - navigation.footer - - content.code.annotate - - content.code.copy - - content.code.select + - announce.dismiss - navigation.instant - navigation.instant.prefetch - navigation.instant.progress - palette: - scheme: slate - primary: black - accent: blue font: text: Times New @@ -79,17 +91,18 @@ copyright: > <a href="#__consent">管理Cookies</a> markdown_extensions: + - attr_list + - md_in_html + - pymdownx.superfences - pymdownx.snippets: auto_append: - RulePackage/getStart/getDeeper/Module.md - abbr - admonition - - attr_list - def_list - footnotes - - md_in_html - toc: - permalink: ⚓︎ + permalink: ⚓ - pymdownx.arithmatex: generic: true - pymdownx.betterem: |
