Skip to content

Commit 697f2a9

Browse files
committed
Update mkdocs
1 parent 50718e6 commit 697f2a9

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

mkdocs.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
site_name: SeleniumBase
33
site_url: https://seleniumbase.io
44
site_author: Michael Mintz
5-
site_description: A fast & reliable web automation framework for end-to-end testing with Python, pytest and WebDriver. Includes tools for reporting, visual testing, RPA, and more.
5+
site_description: A complete framework for end-to-end testing with Python, pytest, and WebDriver.
66
# Repository information
77
repo_name: seleniumbase/SeleniumBase
88
repo_url: https://github.com/seleniumbase/SeleniumBase
99
edit_uri: ""
1010
site_dir: "site"
1111
docs_dir: "docs"
1212
# Copyright
13-
copyright: Copyright © 2014 - 2021 Michael Mintz / SeleniumBase
13+
copyright: Copyright © 2014 - 2021 Michael Mintz
1414
# Extensions
1515
markdown_extensions:
1616
- markdown.extensions.admonition
@@ -36,7 +36,7 @@ theme:
3636
features:
3737
- navigation.sections
3838
# - navigation.tabs
39-
# - navigation.instant
39+
- navigation.instant
4040
extra:
4141
search:
4242
language: en
@@ -77,7 +77,7 @@ nav:
7777
- How it Works: help_docs/how_it_works.md
7878
- Languages:
7979
- Translations: help_docs/translations.md
80-
- Chinese / 中文文件: help_docs/chinese.md
80+
- Chinese Docs: help_docs/chinese.md
8181
- Locale Codes: help_docs/locale_codes.md
8282
- JS Generators:
8383
- Tour Maker: examples/tour_examples/ReadMe.md
@@ -97,15 +97,14 @@ nav:
9797
- HighCharts: examples/chart_maker/ReadMe.md
9898
- Help Docs:
9999
- Table of Contents: help_docs/ReadMe.md
100-
- Master QA: seleniumbase/masterqa/ReadMe.md
101100
- JS Package Manager: help_docs/js_package_manager.md
101+
- Master QA Hybrid Mode: seleniumbase/masterqa/ReadMe.md
102102
- Decorators & Security: seleniumbase/common/ReadMe.md
103103
- Desired Capabilities: help_docs/desired_capabilities.md
104+
- Docker Start Guide: integrations/docker/ReadMe.md
104105
- Using Safari Driver: help_docs/using_safari_driver.md
105106
- macOS Hidden Files: help_docs/hidden_files_info.md
106-
- Docker Help: integrations/docker/ReadMe.md
107-
- MySQL Help: help_docs/mysql_installation.md
108-
- Case Studies: help_docs/happy_customers.md
107+
- MySQL Instructions: help_docs/mysql_installation.md
109108
- Demo Pages:
110109
- Demo Page / Demo Site: https://seleniumbase.io/demo_page
111110
- TinyMCE Demo Page: https://seleniumbase.io/other/tinymce
@@ -116,6 +115,9 @@ nav:
116115
- Core Presentation: https://seleniumbase.io/other/core_presentation.html
117116
- Chart Maker Demo: https://seleniumbase.io/other/chart_presentation.html
118117
- Virtual Env Tutorial: https://seleniumbase.io/other/py_virtual_envs.html
119-
- Thank You: help_docs/thank_you.md
118+
- Other:
119+
- YouTube Link: https://www.youtube.com/playlist?list=PLp9uKicxkBc5UIlGi2BuE3aWC7JyXpD3m
120+
- Case Studies: help_docs/happy_customers.md
121+
- Thank You: help_docs/thank_you.md
120122
# Google Analytics
121123
google_analytics: ['UA-167313767-1', 'seleniumbase.io']

0 commit comments

Comments
 (0)