Skip to content

Commit dcf08fe

Browse files
authored
enable social plugin (#65)
* enable social plugin * ensure urllib3 is old on vercel for some reason * Update requirements.txt
1 parent ff1849f commit dcf08fe

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ markdown_extensions:
6767

6868
plugins:
6969
- search
70+
- social
7071
- awesome-pages
7172
- i18n:
7273
docs_structure: suffix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"scripts": {
66
"load-docs": "rm -rf docs; git clone https://github.com/rocky-linux/documentation docs",
77
"dev": "mkdocs serve",
8-
"build": "mkdocs build -d public"
8+
"build": "pip install 'urllib3<2' && mkdocs build -d public"
99
}
1010
}

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ mkdocs-localsearch
55
mkdocs-material
66
mkdocs-redirects
77
mkdocs-static-i18n
8+
mkdocs-material[imaging]
89
jieba

0 commit comments

Comments
 (0)