Skip to content

Commit 5b6b9da

Browse files
committed
Update the docs
1 parent bd408ab commit 5b6b9da

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

docs/requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
mkdocs==1.1.2
2-
mkdocs-material==5.1.3
3-
mkdocs-simple-hooks==0.1.0
2+
mkdocs-material==5.2.0
3+
mkdocs-simple-hooks==0.1.1
44
mkdocs-material-extensions==1.0
55
mkdocs-minify-plugin==0.3.0
6-
fontawesome_markdown==0.2.6

examples/visual_testing/ReadMe.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<p align="center"><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://cdn2.hubspot.net/hubfs/100006/images/sb_logo_f6.png" alt="SeleniumBase" width="320" /></a></p>
22

3-
## <img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo_3a.png" title="SeleniumBase" width="32"> Automated Visual Regression Testing
3+
## <img src="https://seleniumbase.io/img/sb_icon.png" title="SeleniumBase" width="30" /> Automated Visual Regression Testing
44

5-
[<img src="https://img.youtube.com/vi/erwkoiDeNzA/0.jpg" title="Automated Visual Regression Testing" width="270">](https://www.youtube.com/watch?v=erwkoiDeNzA)
6-
(**[Watch the tutorial on YouTube](https://www.youtube.com/watch?v=erwkoiDeNzA)**)
5+
[<img src="https://img.youtube.com/vi/erwkoiDeNzA/0.jpg" title="Automated Visual Regression Testing" width="276">](https://www.youtube.com/watch?v=erwkoiDeNzA)
6+
<p>(<b><a href="https://www.youtube.com/watch?v=erwkoiDeNzA">Watch the tutorial on YouTube</a></b>)</p>
77

88
Automated Visual Regression Testing helps you detect when the layout of a web page has changed. Rather than comparing screenshots, layout differences are detected by comparing HTML tags and attributes with a baseline. If a change is detected, it could mean that something broke, the web page was redesigned, or dynamic content changed.
99

help_docs/features_list.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[<img src="https://cdn2.hubspot.net/hubfs/100006/images/super_logo_sb.png" title="SeleniumBase" width="290">](https://github.com/seleniumbase/SeleniumBase/blob/master/README.md)
22

3-
[<img src="http://img.youtube.com/vi/Sjzq9kU5kOw/0.jpg" title="SeleniumBase" width="275">](https://www.youtube.com/watch?v=Sjzq9kU5kOw)
4-
(**[Watch an overview on YouTube](https://www.youtube.com/watch?v=Sjzq9kU5kOw)**)
3+
[<img src="http://img.youtube.com/vi/Sjzq9kU5kOw/0.jpg" title="SeleniumBase Features" width="276">](https://www.youtube.com/watch?v=Sjzq9kU5kOw)
4+
<p>(<b><a href="https://www.youtube.com/watch?v=Sjzq9kU5kOw">Watch the tutorial on YouTube</a></b>)</p>
55

66
<a id="feature_list"></a>
77
## <img src="https://seleniumbase.io/img/sb_icon.png" title="SeleniumBase" width="30" /> **Features:**

mkdocs.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,20 @@ theme:
2727
favicon: img/logo3a.png
2828
include_homepage_in_sidebar: true
2929
sticky_navigation: true
30+
language: en
31+
include_search_page: false
32+
search_index_only: true
3033
features:
3134
- tabs
3235
palette:
36+
scheme: default
3337
primary: blue
3438
accent: indigo
39+
font:
40+
text: Roboto
41+
code: Roboto Mono
42+
icon:
43+
logo: img/logo3a.png
3544
# Plugins
3645
plugins:
3746
- search

0 commit comments

Comments
 (0)