Update the docs

This commit is contained in:
Michael Mintz 2020-09-14 13:51:52 -04:00
parent 17754cdfdf
commit 5478d71a93
3 changed files with 9 additions and 6 deletions

View File

@ -5,8 +5,8 @@
<link rel="icon" href="https://seleniumbase.io/img/logo3a.png" /> <link rel="icon" href="https://seleniumbase.io/img/logo3a.png" />
<p align="center"><a href="https://github.com/seleniumbase/SeleniumBase/"> <p align="center"><a href="https://github.com/seleniumbase/SeleniumBase/">
<img src="https://seleniumbase.io/img/sb_logo_10.png" alt="SeleniumBase" width="334" /></a><a href="https://github.com/seleniumbase/SeleniumBase/"> <img src="https://seleniumbase.io/img/sb_logo_10.png" alt="SeleniumBase" width="284" /></a><a href="https://github.com/seleniumbase/SeleniumBase/">
<img src="https://seleniumbase.io/cdn/img/sb_demo_site.png" alt="SeleniumBase" width="334" /> <img src="https://seleniumbase.io/cdn/img/sb_demo_site.png" alt="SeleniumBase" width="284" />
</a></p> </a></p>
<p align="center"><b>Build fast, reliable, end-to-end tests.</b></p> <p align="center"><b>Build fast, reliable, end-to-end tests.</b></p>
<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> <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
<div><b>If you like us, give us a star!</b></div> <div><b>If you like us, give us a star!</b></div>
<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> <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>
</p> </p>
<div><iframe src="https://seleniumbase.io/help_docs/ReadMe/" title="Docs"></iframe></div> <div><!--for_gh_pages--><iframe src="https://seleniumbase.io" title="Docs Site"></iframe></div>
<p><div><a href="https://github.com/mdmintz">https://github.com/mdmintz</a></div></p> <p><div><a href="https://github.com/mdmintz">https://github.com/mdmintz</a></div></p>
<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> <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>

View File

@ -115,6 +115,9 @@ def main(*args, **kwargs):
'title="SeleniumBase" width="20" /> SeleniumBase Docs ' 'title="SeleniumBase" width="20" /> SeleniumBase Docs '
'<img src="https://seleniumbase.io/img/sb_icon.png" ' '<img src="https://seleniumbase.io/img/sb_icon.png" '
'title="SeleniumBase" width="20" /></h2>') 'title="SeleniumBase" width="20" /></h2>')
if "<!--for_gh_pages--><iframe" in line and "</iframe>" in line:
changed = True
line = ("")
seleniumbase_lines.append(line) seleniumbase_lines.append(line)
if changed: if changed:
out_file = codecs.open(readme_file, "w+", encoding='utf-8') out_file = codecs.open(readme_file, "w+", encoding='utf-8')

View File

@ -1,8 +1,8 @@
# Project information # Project information
site_name: SeleniumBase Docs site_name: SeleniumBase | Docs
site_url: https://seleniumbase.io site_url: https://seleniumbase.io
site_author: Michael Mintz site_author: Michael Mintz
site_description: Reliable Browser Automation & Testing site_description: Web Automation / E2E Test Framework
# Repository information # Repository information
repo_name: seleniumbase/SeleniumBase repo_name: seleniumbase/SeleniumBase
repo_url: https://github.com/seleniumbase/SeleniumBase repo_url: https://github.com/seleniumbase/SeleniumBase
@ -53,7 +53,7 @@ plugins:
on_pre_build: docs.prepare:main on_pre_build: docs.prepare:main
# Page tree # Page tree
nav: nav:
- SeleniumBase Home: README.md - SeleniumBase README: README.md
- Features: help_docs/features_list.md - Features: help_docs/features_list.md
- CMD Options: help_docs/customizing_test_runs.md - CMD Options: help_docs/customizing_test_runs.md
- Python Setup: - Python Setup: