File tree 4 files changed +26
-0
lines changed
4 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -22,3 +22,4 @@ main.css
22
22
# MkDocs
23
23
/temp_dir /
24
24
/_site-docs /
25
+ .cache
Original file line number Diff line number Diff line change
1
+ size : { width: 1200, height: 630 }
2
+ layers :
3
+ - background :
4
+ color : " #4051b5"
5
+ typography :
6
+ content : " {{ page.title }}"
7
+ overflow : shrink
8
+ align : start
9
+ color : white
10
+ line :
11
+ amount : 3
12
+ height : 1.25
13
+ font :
14
+ family : DM
15
+ style : Sans
16
+ - size : { width: 280, height: 144 }
17
+ offset : { x: 992, y: 64 }
18
+ icon :
19
+ color : white
20
+
Original file line number Diff line number Diff line change 1
1
site_name : WireMock Documentation
2
2
site_description : >-
3
3
WireMock Documentation.
4
+ site_url : https://wiremock.org/docs
4
5
copyright : Copyright © 2023 - WireMock Contributors
5
6
docs_dir : _docs
6
7
repo_url : https://github.com/wiremock/wiremock.org
@@ -80,6 +81,9 @@ plugins:
80
81
- search
81
82
- autorefs
82
83
- render_swagger
84
+ # OpenGraphs
85
+ - social :
86
+ # custom_layouts_dir is commercial feature
83
87
- multirepo :
84
88
# TODO: Change to True once works
85
89
cleanup : false
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ mkdocs==1.5.3
5
5
mkdocs-autorefs == 0.5.0
6
6
mkdocs-multirepo-plugin == 0.6.3
7
7
mkdocs-material == 9.4.5
8
+ mkdocs-material [imaging ]== 9.4.5
8
9
mkdocs-redirects == 1.2.1
9
10
mkdocs-extra-sass-plugin == 0.1.0
10
11
mkdocs-render-swagger-plugin === 0.1.1
You can’t perform that action at this time.
0 commit comments