Skip to content

Commit 4443f44

Browse files
author
dompling
committed
Add SEO metadata and sitemap plugin support, configure custom theme directory and extra SEO settings in mkdocs.yml
1 parent 98944a3 commit 4443f44

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
164164
- name: Install dependencies
165165
run: |
166-
pip install mkdocs-material mkdocs-sitemap-plugin
166+
pip install mkdocs-material
167167
168168
- name: Prepare Workspace
169169
run: |

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ plugins:
7171
lang:
7272
- zh
7373
- en
74-
- sitemap
7574

7675
extra:
7776
seo:

0 commit comments

Comments
 (0)