Skip to content

Commit b1b9e97

Browse files
committed
Update the docs
1 parent dbcb96c commit b1b9e97

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<meta property="og:title" content="SeleniumBase Framework" />
1+
<meta property="og:title" content="SeleniumBase - Test Automation Framework" />
22
<meta property="og:description" content="Create browser tests for web and mobile user interfaces." />
33
<meta property="og:image" content="https://cdn2.hubspot.net/hubfs/100006/images/big_blue_logo_7.png" />
44
<link rel="icon" href="https://seleniumbase.io/img/logo4.png">

docs/img/logo4.png

52 Bytes
Loading

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mkdocs==1.1.2
2-
mkdocs-material==5.1.1
2+
mkdocs-material==5.1.3
33
mkdocs-simple-hooks==0.1.0
44
mkdocs-material-extensions==1.0
55
mkdocs-minify-plugin==0.3.0

mkdocs.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Project information
2-
site_name: SeleniumBase
2+
site_name: SeleniumBase - Test Automation Framework
33
site_url: https://seleniumbase.io
44
site_author: Michael Mintz
55
site_description: >-
66
Create browser tests for web and mobile user interfaces.
77
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.
99
# Repository information
1010
repo_name: seleniumbase/SeleniumBase
1111
repo_url: https://github.com/seleniumbase/SeleniumBase
@@ -31,13 +31,15 @@ theme:
3131
logo: img/logo3a.png
3232
favicon: img/logo4.png
3333
language: en
34+
include_homepage_in_sidebar: true
35+
sticky_navigation: true
3436
features:
3537
- tabs
3638
# Plugins
3739
plugins:
3840
- search
3941
- minify:
40-
minify_html: false
42+
minify_html: true
4143
- mkdocs-simple-hooks:
4244
hooks:
4345
on_pre_build: docs.prepare:main

0 commit comments

Comments
 (0)