Skip to content

Commit 18c131a

Browse files
authored
docs: update files
1 parent 216dab5 commit 18c131a

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

.lycheeignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ https://rapidai.github.io/RapidOCRDocs/*
1818
https://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely
1919
https://pepy.tech/project/*
2020
https://mp.weixin.qq.com/s?__biz=MzA5MjU2NjYxNQ==&mid=2449494038&idx=1&sn=f144be7182839e22a421e0df9e9609f0&scene=21&poc_token=HALnpGmjoj5pbGiVA-bezXPeQCkRncmpfuMSBaqL
21-
21+
*images/communicate_2026-03-17_08-20-27.png

docs/tags.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Tag
2+
<!-- material/tags -->

mkdocs.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,17 @@ plugins:
7878
length: 20
7979
pretty_print: true
8080
- blog:
81-
archive: false
81+
blog_dir: blog
82+
archive: true
83+
archive_name: Archive
84+
archive_date_format: yyyy/MM
85+
archive_url_format: "archive/{date}"
8286
post_date_format: short
8387
blog_toc: true
84-
categories_toc: true
8588
pagination: false
89+
categories_toc: true
90+
categories_name: Categories
91+
- tags
8692
- search:
8793
separator: '[\s\u200b\-_,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
8894
- git-committers:
@@ -168,6 +174,9 @@ markdown_extensions:
168174
alternate_style: true
169175
- admonition
170176

177+
not_in_nav: |
178+
/tags.md
179+
171180
nav:
172181
- 概览: index.md
173182
- 快速开始: quickstart.md

0 commit comments

Comments
 (0)