SeleniumBase/mkdocs.yml

104 lines
3.6 KiB
YAML
Raw Normal View History

2020-05-16 01:15:37 +08:00
# Project information
2020-05-23 13:11:53 +08:00
site_name: SeleniumBase | Docs
2020-05-16 04:31:04 +08:00
site_url: https://seleniumbase.io
2020-05-16 01:15:37 +08:00
site_author: Michael Mintz
2020-05-22 11:07:22 +08:00
site_description: Reliable Browser Automation & Testing
2020-05-16 01:15:37 +08:00
# Repository information
repo_name: seleniumbase/SeleniumBase
2020-05-16 04:31:04 +08:00
repo_url: https://github.com/seleniumbase/SeleniumBase
2020-05-12 01:33:54 +08:00
edit_uri: ""
site_dir: "site"
docs_dir: "docs"
2020-05-16 01:15:37 +08:00
# Copyright
copyright: Copyright © 2016 - 2020 Michael Mintz / SeleniumBase
# Extensions
2020-05-12 01:33:54 +08:00
markdown_extensions:
2020-05-16 01:15:37 +08:00
- markdown.extensions.admonition
- markdown.extensions.attr_list
2020-05-16 04:02:00 +08:00
- markdown.extensions.codehilite
2020-05-22 11:07:22 +08:00
- markdown.extensions.meta
2020-05-16 01:15:37 +08:00
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.toc:
2020-05-12 01:33:54 +08:00
permalink: true
2020-05-16 01:15:37 +08:00
# Configuration
2020-05-12 01:33:54 +08:00
theme:
name: material
2020-08-18 04:28:28 +08:00
logo: img/logo3a.png
2020-05-17 01:24:38 +08:00
favicon: img/logo3a.png
2020-05-16 12:13:17 +08:00
include_homepage_in_sidebar: true
sticky_navigation: true
2020-05-20 02:40:44 +08:00
language: en
include_search_page: false
search_index_only: true
2020-05-16 01:15:37 +08:00
features:
- tabs
2020-05-20 14:01:43 +08:00
- instant
2020-05-18 06:25:35 +08:00
palette:
2020-05-20 02:40:44 +08:00
scheme: default
2020-05-18 14:01:48 +08:00
primary: blue
2020-05-18 06:25:35 +08:00
accent: indigo
2020-05-20 02:40:44 +08:00
font:
text: Roboto
code: Roboto Mono
icon:
2020-05-22 11:07:22 +08:00
logo: img/sb_logo_7.png
2020-05-16 01:15:37 +08:00
# Plugins
2020-05-12 01:33:54 +08:00
plugins:
- search
2020-05-16 01:15:37 +08:00
- minify:
2020-05-18 06:25:35 +08:00
minify_html: false
2020-05-12 01:33:54 +08:00
- mkdocs-simple-hooks:
hooks:
on_pre_build: docs.prepare:main
2020-05-16 01:15:37 +08:00
# Page tree
2020-05-12 01:33:54 +08:00
nav:
2020-05-23 13:11:53 +08:00
- SeleniumBase | Docs: 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
2020-05-16 01:15:37 +08:00
- Python Setup:
- Install Python, pip, git: help_docs/install_python_pip_git.md
- Virtualenv Instructions: help_docs/virtualenv_instructions.md
- Installation:
- Install SeleniumBase: help_docs/install.md
- WebDriver Installation: help_docs/webdriver_installation.md
- Verifying WebDriver: help_docs/verify_webdriver.md
2020-05-23 13:11:53 +08:00
- How it Works: help_docs/how_it_works.md
2020-05-13 07:23:40 +08:00
- Examples: examples/ReadMe.md
2020-05-13 08:35:25 +08:00
- API Reference: help_docs/method_summary.md
2020-06-08 01:41:56 +08:00
- Languages / 语言:
- Translations: help_docs/translations.md
2020-08-20 15:07:04 +08:00
- Locale Codes: help_docs/locale_codes.md
2020-06-08 01:41:56 +08:00
- Chinese / 中文文件: help_docs/chinese.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-25 23:06:09 +08:00
- JS Package Manager: help_docs/js_package_manager.md
2020-05-12 01:33:54 +08:00
- Site Tours: examples/tour_examples/ReadMe.md
2020-08-05 08:56:36 +08:00
- Presentation Maker: examples/presenter/ReadMe.md
2020-07-26 23:27:47 +08:00
- Chart Maker: help_docs/chart_maker.md
2020-05-12 01:33:54 +08:00
- Visual Testing: examples/visual_testing/ReadMe.md
2020-05-16 01:15:37 +08:00
- Integrations:
- Logging and Reports: examples/example_logs/ReadMe.md
- GitHub CI: integrations/github/workflows/ReadMe.md
- Selenium Grid: seleniumbase/utilities/selenium_grid/ReadMe.md
2020-05-23 13:11:53 +08:00
- Katalon Recorder: integrations/katalon/ReadMe.md
- MasterQA: examples/master_qa/ReadMe.md
2020-05-16 01:15:37 +08:00
- MySQL Help: help_docs/mysql_installation.md
- Jenkins on Azure: integrations/azure/jenkins/ReadMe.md
- Jenkins on Google Cloud: integrations/google_cloud/ReadMe.md
- Recorder and Exporting: seleniumbase/utilities/selenium_ide/ReadMe.md
2020-08-08 13:21:46 +08:00
- NodeJS Test Runner: https://github.com/seleniumbase/SeleniumBase/tree/master/integrations/node_js
2020-08-04 09:56:01 +08:00
- HighCharts: examples/chart_maker/ReadMe.md
- Docker Help: integrations/docker/ReadMe.md
2020-05-16 12:28:10 +08:00
- Help Docs ToC:
2020-05-16 01:15:37 +08:00
- Table of Contents: help_docs/ReadMe.md
2020-05-17 03:56:34 +08:00
- Master QA: seleniumbase/masterqa/ReadMe.md
2020-05-16 01:15:37 +08:00
- Decorators & Security: seleniumbase/common/ReadMe.md
2020-05-18 09:50:11 +08:00
- Desired Capabilities: help_docs/desired_capabilities.md
2020-05-16 01:15:37 +08:00
- Using Safari Driver: help_docs/using_safari_driver.md
- macOS Hidden Files: help_docs/hidden_files_info.md
2020-05-18 06:25:35 +08:00
- Case Studies: help_docs/happy_customers.md
2020-05-23 13:11:53 +08:00
- Demo Page for Tests: https://seleniumbase.io/demo_page
2020-05-17 03:56:34 +08:00
- Thank You: help_docs/thank_you.md
2020-05-22 11:07:22 +08:00
# Google Analytics
google_analytics: ['UA-167313767-1', 'seleniumbase.io']