Skip to content

Commit 5478d71

Browse files
committed
Update the docs
1 parent 17754cd commit 5478d71

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<link rel="icon" href="https://seleniumbase.io/img/logo3a.png" />
66

77
<p align="center"><a href="https://github.com/seleniumbase/SeleniumBase/">
8-
<img src="https://seleniumbase.io/img/sb_logo_10.png" alt="SeleniumBase" width="334" /></a><a href="https://github.com/seleniumbase/SeleniumBase/">
9-
<img src="https://seleniumbase.io/cdn/img/sb_demo_site.png" alt="SeleniumBase" width="334" />
8+
<img src="https://seleniumbase.io/img/sb_logo_10.png" alt="SeleniumBase" width="284" /></a><a href="https://github.com/seleniumbase/SeleniumBase/">
9+
<img src="https://seleniumbase.io/cdn/img/sb_demo_site.png" alt="SeleniumBase" width="284" />
1010
</a></p>
1111
<p align="center"><b>Build fast, reliable, end-to-end tests.</b></p>
1212
<p align="center">Extends <a href="https://www.w3.org/TR/webdriver/">Selenium/WebDriver</a> & <a href="https://docs.pytest.org/en/latest/index.html">pytest</a>.</p>
@@ -813,7 +813,7 @@ Additionally, you can use the ``@retry_on_exception()`` decorator to specificall
813813
<div><b>If you like us, give us a star!</b></div>
814814
<div><a href="https://github.com/seleniumbase/SeleniumBase/stargazers"><img src="https://img.shields.io/github/stars/seleniumbase/seleniumbase.svg?color=888CFA" title="Stargazers" /></a></div>
815815
</p>
816-
<div><iframe src="https://seleniumbase.io/help_docs/ReadMe/" title="Docs"></iframe></div>
816+
<div><!--for_gh_pages--><iframe src="https://seleniumbase.io" title="Docs Site"></iframe></div>
817817
<p><div><a href="https://github.com/mdmintz">https://github.com/mdmintz</a></div></p>
818818

819819
<div><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.io/cdn/img/super_logo_sb.png" title="SeleniumBase" width="290" /></a></div>

docs/prepare.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ def main(*args, **kwargs):
115115
'title="SeleniumBase" width="20" /> SeleniumBase Docs '
116116
'<img src="https://seleniumbase.io/img/sb_icon.png" '
117117
'title="SeleniumBase" width="20" /></h2>')
118+
if "<!--for_gh_pages--><iframe" in line and "</iframe>" in line:
119+
changed = True
120+
line = ("")
118121
seleniumbase_lines.append(line)
119122
if changed:
120123
out_file = codecs.open(readme_file, "w+", encoding='utf-8')

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Project information
2-
site_name: SeleniumBase Docs
2+
site_name: SeleniumBase | Docs
33
site_url: https://seleniumbase.io
44
site_author: Michael Mintz
5-
site_description: Reliable Browser Automation & Testing
5+
site_description: Web Automation / E2E Test Framework
66
# Repository information
77
repo_name: seleniumbase/SeleniumBase
88
repo_url: https://github.com/seleniumbase/SeleniumBase
@@ -53,7 +53,7 @@ plugins:
5353
on_pre_build: docs.prepare:main
5454
# Page tree
5555
nav:
56-
- SeleniumBase Home: README.md
56+
- SeleniumBase README: README.md
5757
- Features: help_docs/features_list.md
5858
- CMD Options: help_docs/customizing_test_runs.md
5959
- Python Setup:

0 commit comments

Comments
 (0)