We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff1849f commit dcf08feCopy full SHA for dcf08fe
3 files changed
mkdocs.yml
@@ -67,6 +67,7 @@ markdown_extensions:
67
68
plugins:
69
- search
70
+ - social
71
- awesome-pages
72
- i18n:
73
docs_structure: suffix
package.json
@@ -5,6 +5,6 @@
5
"scripts": {
6
"load-docs": "rm -rf docs; git clone https://github.com/rocky-linux/documentation docs",
7
"dev": "mkdocs serve",
8
- "build": "mkdocs build -d public"
+ "build": "pip install 'urllib3<2' && mkdocs build -d public"
9
}
10
requirements.txt
@@ -5,4 +5,5 @@ mkdocs-localsearch
mkdocs-material
mkdocs-redirects
mkdocs-static-i18n
+mkdocs-material[imaging]
jieba
0 commit comments