We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed56fe3 commit 47fde8aCopy full SHA for 47fde8a
.gitignore
@@ -57,3 +57,6 @@ out
57
# typescript
58
*.tsbuildinfo
59
next-env.d.ts
60
+
61
+# added by mkdocs social cards
62
+.cache
docs/mkdocs.yml
@@ -166,4 +166,7 @@ plugins:
166
- mkdocs-simple-hooks:
167
hooks:
168
on_pre_build: "docs.hooks:make_api_docs"
169
-- social
+- social:
170
+ cards_layout_options:
171
+ background_color: "#532687"
172
+ cards_dir: social
requirements-docs.txt
@@ -16,3 +16,4 @@ mkdocs-material
16
mkdocs-macros-plugin
17
mkdocs-simple-hooks
18
pymdown-extensions
19
+mkdocs-material[imaging]
0 commit comments