Skip to content

Commit fae0e8f

Browse files
committed
Update the docs
1 parent 1dca770 commit fae0e8f

File tree

7 files changed

+16
-19
lines changed

7 files changed

+16
-19
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<meta property="og:title" content="SeleniumBase - Test Automation Framework" />
22
<meta property="og:description" content="Create browser tests for web and mobile user interfaces." />
3-
<meta property="og:image" content="https://cdn2.hubspot.net/hubfs/100006/images/big_blue_logo_7.png" />
4-
<link rel="icon" href="https://seleniumbase.io/img/logo4.png">
5-
<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>
3+
<meta property="og:image" content="https://cdn2.hubspot.net/hubfs/100006/images/blue_logo_7.png" />
4+
<link rel="icon" href="https://seleniumbase.io/img/logo3a.png">
5+
<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_btn.png" alt="SeleniumBase" height="170"></a></h2>
66

77
<p align="center">
88
<a href="https://github.com/seleniumbase/SeleniumBase/releases">
@@ -741,4 +741,10 @@ Additionally, you can use the ``@retry_on_exception()`` decorator to specificall
741741

742742
<div><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-22BBCC.svg" title="SeleniumBase" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/releases"><img src="https://img.shields.io/github/repo-size/seleniumbase/seleniumbase.svg" title="SeleniumBase" alt="Repo Size" /></a> <a href="https://gitter.im/seleniumbase/SeleniumBase"><img src="https://badges.gitter.im/seleniumbase/SeleniumBase.svg" title="SeleniumBase" alt="Join the chat!" /></a></div>
743743

744-
<a href="https://github.com/seleniumbase/SeleniumBase"><img src="https://img.shields.io/badge/tested%20with-SeleniumBase-04C38E.svg" alt="Tested with SeleniumBase" /></a>
744+
<div><a href="https://github.com/seleniumbase/SeleniumBase"><img src="https://img.shields.io/badge/tested%20with-SeleniumBase-04C38E.svg" alt="Tested with SeleniumBase" /></a></div>
745+
746+
<p><div><span><a href="https://github.com/seleniumbase/SeleniumBase"><img src="https://seleniumbase.io/img/social/share_github.svg" title="SeleniumBase on GitHub" alt="SeleniumBase on GitHub" height="60" /></a></span>
747+
<span><a href="https://gitter.im/seleniumbase/SeleniumBase"><img src="https://seleniumbase.io/img/social/share_gitter.svg" title="SeleniumBase on Gitter" alt="SeleniumBase on Gitter" height="60" /></a></span>
748+
<span><a href="https://twitter.com/seleniumbase"><img src="https://seleniumbase.io/img/social/share_twitter.svg" title="SeleniumBase on Twitter" alt="SeleniumBase on Twitter" height="60" /></a></span>
749+
<span><a href="https://instagram.com/seleniumbase"><img src="https://seleniumbase.io/img/social/share_instagram.svg" title="SeleniumBase on Instagram" alt="SeleniumBase on Instagram" height="60" /></a></span>
750+
<span><a href="https://www.facebook.com/SeleniumBase"><img src="https://seleniumbase.io/img/social/share_facebook.svg" title="SeleniumBase on Facebook" alt="SeleniumBase on Facebook" height="60" /></a></span></div></p>

docs/img/social/share_facebook.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/img/social/share_github.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/img/social/share_gitter.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/img/social/share_instagram.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/img/social/share_twitter.svg

Lines changed: 1 addition & 0 deletions
Loading

mkdocs.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ docs_dir: "docs"
1616
copyright: Copyright &copy; 2016 - 2020 Michael Mintz / SeleniumBase
1717
# Extensions
1818
markdown_extensions:
19-
- fontawesome_markdown
2019
- markdown.extensions.admonition
2120
- markdown.extensions.attr_list
2221
- markdown.extensions.codehilite
@@ -29,7 +28,7 @@ markdown_extensions:
2928
theme:
3029
name: material
3130
logo: img/logo3a.png
32-
favicon: img/logo4.png
31+
favicon: img/logo3a.png
3332
language: en
3433
include_homepage_in_sidebar: true
3534
sticky_navigation: true
@@ -43,19 +42,6 @@ plugins:
4342
- mkdocs-simple-hooks:
4443
hooks:
4544
on_pre_build: docs.prepare:main
46-
# Customization
47-
extra:
48-
social:
49-
- icon: fontawesome/brands/github
50-
link: https://github.com/seleniumbase/SeleniumBase
51-
- icon: fontawesome/brands/gitter
52-
link: https://gitter.im/seleniumbase/SeleniumBase
53-
- icon: fontawesome/brands/twitter
54-
link: https://twitter.com/seleniumbase
55-
- icon: fontawesome/brands/facebook
56-
link: https://www.facebook.com/SeleniumBase
57-
- icon: fontawesome/brands/instagram
58-
link: https://instagram.com/seleniumbase
5945
# Page tree
6046
nav:
6147
- Home Page: README.md

0 commit comments

Comments
 (0)