File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
- <meta property =" og:title " content =" SeleniumBase Framework " />
1
+ <meta property =" og:title " content =" SeleniumBase - Test Automation Framework " />
2
2
<meta property =" og:description " content =" Create browser tests for web and mobile user interfaces. " />
3
3
<meta property =" og:image " content =" https://cdn2.hubspot.net/hubfs/100006/images/big_blue_logo_7.png " />
4
4
<link rel =" icon " href =" https://seleniumbase.io/img/logo4.png " >
Original file line number Diff line number Diff line change 1
1
mkdocs == 1.1.2
2
- mkdocs-material == 5.1.1
2
+ mkdocs-material == 5.1.3
3
3
mkdocs-simple-hooks == 0.1.0
4
4
mkdocs-material-extensions == 1.0
5
5
mkdocs-minify-plugin == 0.3.0
Original file line number Diff line number Diff line change 1
1
# Project information
2
- site_name : SeleniumBase
2
+ site_name : SeleniumBase - Test Automation Framework
3
3
site_url : https://seleniumbase.io
4
4
site_author : Michael Mintz
5
5
site_description : >-
6
6
Create browser tests for web and mobile user interfaces.
7
7
Fully customizable automation that builds on top of Selenium.
8
- Uses Python and pytest to run tests and execute commands .
8
+ Uses Python and pytest to execute commands and run tests .
9
9
# Repository information
10
10
repo_name : seleniumbase/SeleniumBase
11
11
repo_url : https://github.com/seleniumbase/SeleniumBase
@@ -31,13 +31,15 @@ theme:
31
31
logo : img/logo3a.png
32
32
favicon : img/logo4.png
33
33
language : en
34
+ include_homepage_in_sidebar : true
35
+ sticky_navigation : true
34
36
features :
35
37
- tabs
36
38
# Plugins
37
39
plugins :
38
40
- search
39
41
- minify :
40
- minify_html : false
42
+ minify_html : true
41
43
- mkdocs-simple-hooks :
42
44
hooks :
43
45
on_pre_build : docs.prepare:main
You can’t perform that action at this time.
0 commit comments