Karim shoair commited on
Commit ·
c31d924
1
Parent(s): 6e26e18
Better social cards design
Browse files- docs/requirements.txt +2 -1
- mkdocs.yml +4 -1
docs/requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
mkdocs-material
|
| 2 |
mkdocstrings
|
| 3 |
mkdocstrings-python
|
| 4 |
-
mkdocs-material[imaging]
|
|
|
|
|
|
| 1 |
mkdocs-material
|
| 2 |
mkdocstrings
|
| 3 |
mkdocstrings-python
|
| 4 |
+
mkdocs-material[imaging]
|
| 5 |
+
black
|
mkdocs.yml
CHANGED
|
@@ -109,7 +109,10 @@ markdown_extensions:
|
|
| 109 |
|
| 110 |
plugins:
|
| 111 |
- search
|
| 112 |
-
- social
|
|
|
|
|
|
|
|
|
|
| 113 |
- mkdocstrings:
|
| 114 |
handlers:
|
| 115 |
python:
|
|
|
|
| 109 |
|
| 110 |
plugins:
|
| 111 |
- search
|
| 112 |
+
- social:
|
| 113 |
+
cards_layout_options:
|
| 114 |
+
background_color: "#1f1f1f"
|
| 115 |
+
font_family: Roboto
|
| 116 |
- mkdocstrings:
|
| 117 |
handlers:
|
| 118 |
python:
|