SeleniumBase/mkdocs.yml

52 lines
2.0 KiB
YAML
Raw Normal View History

2020-05-12 01:33:54 +08:00
site_name: SeleniumBase
repo_url: https://github.com/seleniumbase/SeleniumBase/
edit_uri: ""
site_dir: "site"
docs_dir: "docs"
markdown_extensions:
- codehilite
- toc:
permalink: true
theme:
name: material
2020-05-15 15:01:19 +08:00
logo: https://seleniumbase.io/img/logo3a.png
2020-05-12 01:33:54 +08:00
favicon: img/favicon.ico
plugins:
- search
- mkdocs-simple-hooks:
hooks:
on_pre_build: docs.prepare:main
nav:
2020-05-13 09:02:31 +08:00
- Home Page: README.md
2020-05-12 01:33:54 +08:00
- Features: help_docs/features_list.md
2020-05-13 07:23:40 +08:00
- CMD Options: help_docs/customizing_test_runs.md
- Examples: examples/ReadMe.md
2020-05-13 09:02:31 +08:00
- Translations: help_docs/translations.md
2020-05-12 01:33:54 +08:00
- Reports: examples/example_logs/ReadMe.md
2020-05-13 08:35:25 +08:00
- API Reference: help_docs/method_summary.md
2020-05-13 09:02:31 +08:00
- Mobile Testing: help_docs/mobile_testing.md
2020-05-13 02:50:57 +08:00
- Console Scripts: seleniumbase/console_scripts/ReadMe.md
2020-05-12 01:33:54 +08:00
- Site Tours: examples/tour_examples/ReadMe.md
2020-05-13 09:02:31 +08:00
- How it Works: help_docs/how_it_works.md
- Install Python, pip, git: help_docs/install_python_pip_git.md
- Virtualenv Instructions: help_docs/virtualenv_instructions.md
- Install SeleniumBase: help_docs/install.md
- WebDriver Installation: help_docs/webdriver_installation.md
- Verifying WebDriver: help_docs/verify_webdriver.md
- Recorder and Exporting: seleniumbase/utilities/selenium_ide/ReadMe.md
2020-05-12 01:33:54 +08:00
- MasterQA: examples/master_qa/ReadMe.md
- Visual Testing: examples/visual_testing/ReadMe.md
- GitHub CI: integrations/github/workflows/ReadMe.md
2020-05-13 07:23:40 +08:00
- Happy Customers: help_docs/happy_customers.md
- MySQL installation: help_docs/mysql_installation.md
- Safari Driver Tips: help_docs/using_safari_driver.md
2020-05-13 09:02:31 +08:00
- Hidden Files on macOS: help_docs/hidden_files_info.md
- Jenkins on Azure: integrations/azure/jenkins/ReadMe.md
- Jenkins on Google Cloud: integrations/google_cloud/ReadMe.md
2020-05-13 07:23:40 +08:00
- Katalon Integration: integrations/katalon/ReadMe.md
- Common Decorators: seleniumbase/common/ReadMe.md
2020-05-13 09:02:31 +08:00
- Selenium Grid: seleniumbase/utilities/selenium_grid/ReadMe.md
- Docker Help: integrations/docker/ReadMe.md
2020-05-13 07:23:40 +08:00
- Master QA: seleniumbase/masterqa/ReadMe.md
2020-05-13 09:02:31 +08:00
- Help Docs: help_docs/ReadMe.md