Skip to content

Commit 2b4ca9b

Browse files
committed
Update mkdocs for seleniumbase.io
1 parent 1efc9d6 commit 2b4ca9b

File tree

1 file changed

+27
-20
lines changed

1 file changed

+27
-20
lines changed

mkdocs.yml

Lines changed: 27 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Project information
2-
site_name: SeleniumBase | Docs
2+
site_name: SeleniumBase
33
site_url: https://seleniumbase.io
44
site_author: Michael Mintz
5-
site_description: Web Automation / E2E Test Framework
5+
site_description: Fast, reliable, end-to-end testing
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 © 2015 - 2020 Michael Mintz / SeleniumBase
13+
copyright: Copyright © 2014 - 2020 Michael Mintz / SeleniumBase
1414
# Extensions
1515
markdown_extensions:
1616
- markdown.extensions.admonition
@@ -53,52 +53,59 @@ plugins:
5353
on_pre_build: docs.prepare:main
5454
# Page tree
5555
nav:
56-
- SeleniumBase README: README.md
56+
- SeleniumBase | Docs: README.md
5757
- Features: help_docs/features_list.md
58-
- CMD Options: help_docs/customizing_test_runs.md
59-
- Python Setup:
58+
- Setup / Installation:
6059
- Install Python, pip, git: help_docs/install_python_pip_git.md
6160
- Virtualenv Instructions: help_docs/virtualenv_instructions.md
62-
- Installation:
6361
- Install SeleniumBase: help_docs/install.md
6462
- WebDriver Installation: help_docs/webdriver_installation.md
6563
- Verifying WebDriver: help_docs/verify_webdriver.md
6664
- How it Works: help_docs/how_it_works.md
65+
- Options / API:
66+
- CMD Options: help_docs/customizing_test_runs.md
67+
- API Reference: help_docs/method_summary.md
68+
- Mobile Testing: help_docs/mobile_testing.md
6769
- Examples: examples/ReadMe.md
68-
- API Reference: help_docs/method_summary.md
70+
- Logging & Reports: examples/example_logs/ReadMe.md
71+
- Console Scripts: seleniumbase/console_scripts/ReadMe.md
6972
- Languages / 语言:
7073
- Translations: help_docs/translations.md
7174
- Chinese / 中文文件: help_docs/chinese.md
7275
- Locale Codes: help_docs/locale_codes.md
73-
- Mobile Testing: help_docs/mobile_testing.md
74-
- Console Scripts: seleniumbase/console_scripts/ReadMe.md
75-
- JS Package Manager: help_docs/js_package_manager.md
76-
- Site Tours: examples/tour_examples/ReadMe.md
77-
- Presentation Maker: examples/presenter/ReadMe.md
78-
- Chart Maker: help_docs/chart_maker.md
79-
- Visual Testing: examples/visual_testing/ReadMe.md
76+
- JavaScript Generators:
77+
- Tour Maker: examples/tour_examples/ReadMe.md
78+
- Presentation Maker: examples/presenter/ReadMe.md
79+
- Chart Maker: help_docs/chart_maker.md
8080
- Integrations:
81-
- Logging and Reports: examples/example_logs/ReadMe.md
8281
- GitHub CI: integrations/github/workflows/ReadMe.md
8382
- Selenium Grid: seleniumbase/utilities/selenium_grid/ReadMe.md
8483
- Katalon Recorder: integrations/katalon/ReadMe.md
8584
- MasterQA: examples/master_qa/ReadMe.md
86-
- MySQL Help: help_docs/mysql_installation.md
85+
- Visual Testing: examples/visual_testing/ReadMe.md
8786
- Jenkins on Azure: integrations/azure/jenkins/ReadMe.md
8887
- Jenkins on Google Cloud: integrations/google_cloud/ReadMe.md
8988
- Recorder and Exporting: seleniumbase/utilities/selenium_ide/ReadMe.md
9089
- NodeJS Test Runner: https://github.com/seleniumbase/SeleniumBase/tree/master/integrations/node_js
9190
- HighCharts: examples/chart_maker/ReadMe.md
92-
- Docker Help: integrations/docker/ReadMe.md
9391
- Help Docs ToC:
9492
- Table of Contents: help_docs/ReadMe.md
9593
- Master QA: seleniumbase/masterqa/ReadMe.md
94+
- JS Package Manager: help_docs/js_package_manager.md
9695
- Decorators & Security: seleniumbase/common/ReadMe.md
9796
- Desired Capabilities: help_docs/desired_capabilities.md
9897
- Using Safari Driver: help_docs/using_safari_driver.md
9998
- macOS Hidden Files: help_docs/hidden_files_info.md
99+
- Docker Help: integrations/docker/ReadMe.md
100+
- MySQL Help: help_docs/mysql_installation.md
100101
- Case Studies: help_docs/happy_customers.md
101-
- Demo Page for Tests: https://seleniumbase.io/demo_page
102-
- Thank You: help_docs/thank_you.md
102+
- Thank You: help_docs/thank_you.md
103+
- Demo pages for tests:
104+
- Demo Page / Demo Site: https://seleniumbase.io/demo_page
105+
- TinyMCE Demo Page: https://seleniumbase.io/other/tinymce
106+
- Error Demo Page: https://seleniumbase.io/error_page/
107+
- Presenter Demo: https://seleniumbase.io/other/presenter.html
108+
- Core Presentation: https://seleniumbase.io/other/core_presentation.html
109+
- Chart Maker Demo: https://seleniumbase.io/other/chart_presentation.html
103110
# Google Analytics
104111
google_analytics: ['UA-167313767-1', 'seleniumbase.io']

0 commit comments

Comments
 (0)