Skip to content

Commit 57aa49a

Browse files
committed
Update mkdocs
1 parent 759469a commit 57aa49a

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

mkdocs.yml

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Project information
2-
site_name: SeleniumBase
2+
site_name: SeleniumBase | Docs
33
site_url: https://seleniumbase.io
44
site_author: Michael Mintz
55
site_description: Fast, reliable, end-to-end testing
@@ -54,41 +54,40 @@ plugins:
5454
# Page tree
5555
nav:
5656
- SeleniumBase | Docs: README.md
57-
- Features: help_docs/features_list.md
58-
- Setup / Installation:
57+
- Features List: help_docs/features_list.md
58+
- Running Example Tests: examples/ReadMe.md
59+
- Command Line Options: help_docs/customizing_test_runs.md
60+
- Logging / Reports: examples/example_logs/ReadMe.md
61+
- Console Scripts: seleniumbase/console_scripts/ReadMe.md
62+
- API Reference: help_docs/method_summary.md
63+
- Setup / Install:
5964
- Install Python, pip, git: help_docs/install_python_pip_git.md
6065
- Virtualenv Instructions: help_docs/virtualenv_instructions.md
6166
- Install SeleniumBase: help_docs/install.md
6267
- WebDriver Installation: help_docs/webdriver_installation.md
6368
- Verifying WebDriver: help_docs/verify_webdriver.md
6469
- 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
69-
- Examples: examples/ReadMe.md
70-
- Logging & Reports: examples/example_logs/ReadMe.md
71-
- Console Scripts: seleniumbase/console_scripts/ReadMe.md
72-
- Languages / 语言:
70+
- Languages:
7371
- Translations: help_docs/translations.md
7472
- Chinese / 中文文件: help_docs/chinese.md
7573
- Locale Codes: help_docs/locale_codes.md
76-
- JavaScript Generators:
74+
- JS Generators:
7775
- Tour Maker: examples/tour_examples/ReadMe.md
7876
- Presentation Maker: examples/presenter/ReadMe.md
7977
- Chart Maker: help_docs/chart_maker.md
8078
- Integrations:
79+
- Mobile Testing: help_docs/mobile_testing.md
8180
- GitHub CI: integrations/github/workflows/ReadMe.md
8281
- Selenium Grid: seleniumbase/utilities/selenium_grid/ReadMe.md
8382
- Katalon Recorder: integrations/katalon/ReadMe.md
8483
- MasterQA: examples/master_qa/ReadMe.md
8584
- Visual Testing: examples/visual_testing/ReadMe.md
8685
- Jenkins on Azure: integrations/azure/jenkins/ReadMe.md
8786
- Jenkins on Google Cloud: integrations/google_cloud/ReadMe.md
88-
- Recorder and Exporting: seleniumbase/utilities/selenium_ide/ReadMe.md
87+
- Recorder Export/Convert: seleniumbase/utilities/selenium_ide/ReadMe.md
8988
- NodeJS Test Runner: https://github.com/seleniumbase/SeleniumBase/tree/master/integrations/node_js
9089
- HighCharts: examples/chart_maker/ReadMe.md
91-
- Help Docs ToC:
90+
- Help Docs:
9291
- Table of Contents: help_docs/ReadMe.md
9392
- Master QA: seleniumbase/masterqa/ReadMe.md
9493
- JS Package Manager: help_docs/js_package_manager.md
@@ -100,7 +99,7 @@ nav:
10099
- MySQL Help: help_docs/mysql_installation.md
101100
- Case Studies: help_docs/happy_customers.md
102101
- Thank You: help_docs/thank_you.md
103-
- Demo pages for tests:
102+
- Demo Pages:
104103
- Demo Page / Demo Site: https://seleniumbase.io/demo_page
105104
- TinyMCE Demo Page: https://seleniumbase.io/other/tinymce
106105
- Error Demo Page: https://seleniumbase.io/error_page/

0 commit comments

Comments
 (0)