Skip to content

Commit c4e719a

Browse files
committed
Update the docs
1 parent cf0f5f6 commit c4e719a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<meta property="og:title" content="SeleniumBase Automation Framework" />
2+
<meta property="og:description" content="Create browser tests for web and mobile user interfaces.
3+
Fully customizable automation that builds on top of Selenium.
4+
Uses Python and pytest to run tests and execute commands." />
15
<meta property="og:image" content="https://cdn2.hubspot.net/hubfs/100006/images/big_blue_logo_7.png" />
26
<link rel="icon" href="https://seleniumbase.io/img/logo4.png">
37
<h2 align="center"><a align="center" href="https://github.com/seleniumbase/SeleniumBase/"><img align="center" src="https://cdn2.hubspot.net/hubfs/100006/images/blue_logo_7.png" alt="SeleniumBase" height="170"></a></h2>

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Project information
22
site_name: SeleniumBase
3-
site_url: https://seleniumbase.io/
3+
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.
88
Uses Python and pytest to run tests and execute commands.
99
# Repository information
1010
repo_name: seleniumbase/SeleniumBase
11-
repo_url: https://github.com/seleniumbase/SeleniumBase/
11+
repo_url: https://github.com/seleniumbase/SeleniumBase
1212
edit_uri: ""
1313
site_dir: "site"
1414
docs_dir: "docs"

0 commit comments

Comments
 (0)