Skip to content

Commit 2343cb9

Browse files
committed
Update mkdocs
1 parent 6959607 commit 2343cb9

File tree

2 files changed

+47
-46
lines changed

2 files changed

+47
-46
lines changed

mkdocs.yml

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ nav:
9898
- 🔴 Recorder Mode: help_docs/recorder_mode.md
9999
- 📗 API Reference: help_docs/method_summary.md
100100
- Python Setup / Install:
101-
- 🐍 Get Python, pip, & git: help_docs/install_python_pip_git.md
101+
- 🐉 Get Python, pip, & git: help_docs/install_python_pip_git.md
102102
- ⚙️ Virtualenv Instructions: help_docs/virtualenv_instructions.md
103103
- 🏄 Install SeleniumBase: help_docs/install.md
104104
- 👁️ How it Works: help_docs/how_it_works.md
@@ -114,7 +114,7 @@ nav:
114114
- 🤖 GitHub CI: integrations/github/workflows/ReadMe.md
115115
- 🗂️ Case Plans: help_docs/case_plans.md
116116
- 🖼️ Visual Testing: examples/visual_testing/ReadMe.md
117-
- 🔎 The HTML Inspector: help_docs/html_inspector.md
117+
- 🕵️ The HTML Inspector: help_docs/html_inspector.md
118118
- 🌐 Selenium Grid: seleniumbase/utilities/selenium_grid/ReadMe.md
119119
- 📶 HighCharts: examples/chart_maker/ReadMe.md
120120
- 🛂 MasterQA: examples/master_qa/ReadMe.md
@@ -123,55 +123,55 @@ nav:
123123
- 🤖 Jenkins on Google Cloud: integrations/google_cloud/ReadMe.md
124124
- 🤖 NodeJS Test Runner: https://github.com/seleniumbase/SeleniumBase/tree/master/integrations/node_js
125125
- Presentations:
126-
- Presenter Demo: https://seleniumbase.io/other/presenter.html
127-
- Core Presentation: https://seleniumbase.io/other/core_presentation.html
128-
- Chart Maker Demo: https://seleniumbase.io/other/chart_presentation.html
129-
- Python Virtual Envs: https://seleniumbase.io/other/py_virtual_envs.html
126+
- ✅ Core Presentation: https://seleniumbase.io/other/core_presentation.html
127+
- 🎞️ Presenter Demo: https://seleniumbase.io/other/presenter.html
128+
- 📊 Chart Maker Demo: https://seleniumbase.io/other/chart_presentation.html
129+
- ⚙️ Python Virtual Envs: https://seleniumbase.io/other/py_virtual_envs.html
130130
- Demo Pages:
131-
- Demo Page (Test Page): https://seleniumbase.io/demo_page
132-
- MFA Login (Test App): https://seleniumbase.io/realworld/login
133-
- TinyMCE (Test Page): https://seleniumbase.io/tinymce/
134-
- Calculator (Test App): https://seleniumbase.io/apps/calculator
135-
- Error Page (Test Page): https://seleniumbase.io/error_page/
136-
- Drag-&-Drop (Test Page): https://seleniumbase.io/other/drag_and_drop
137-
- Device Farm (Virtual): https://seleniumbase.io/devices/
138-
- SeleniumBase in iframe: https://seleniumbase.io/w3schools/sbase
139-
- Page with broken links: https://seleniumbase.io/other/broken_page
140-
- W3Schools Playground: https://seleniumbase.io/w3schools/
141-
- W3Schools iframes: https://seleniumbase.io/w3schools/iframes
142-
- W3Schools file upload: https://seleniumbase.io/w3schools/file_upload
143-
- W3Schools doubleclick: https://seleniumbase.io/w3schools/double_click
144-
- W3Schools drag & drop: https://seleniumbase.io/w3schools/drag_drop
145-
- W3Schools checkboxes: https://seleniumbase.io/w3schools/checkboxes
146-
- W3Schools radio buttons: https://seleniumbase.io/w3schools/radio_buttons
147-
- Canvas Test Page One: https://seleniumbase.io/canvas/
148-
- Canvas Test Page Two: https://seleniumbase.io/other/canvas
149-
- Shadow DOM/Root Page: https://seleniumbase.io/other/shadow_dom
131+
- 📑 Demo Page (Test Page): https://seleniumbase.io/demo_page
132+
- 🔑 MFA Login (Test App): https://seleniumbase.io/realworld/login
133+
- 📝 TinyMCE (Test Page): https://seleniumbase.io/tinymce/
134+
- 🔢 Calculator (Test App): https://seleniumbase.io/apps/calculator
135+
- 📱 Device Farm (Virtual): https://seleniumbase.io/devices/
136+
- ⚠️ Error Page (Test Page): https://seleniumbase.io/error_page/
137+
- ⚠️ Page with broken links: https://seleniumbase.io/other/broken_page
138+
- ↔️ Drag & Drop (Test Page): https://seleniumbase.io/other/drag_and_drop
139+
- 🖼️ Canvas Test Page One: https://seleniumbase.io/canvas/
140+
- 🖼️ Canvas Test Page Two: https://seleniumbase.io/other/canvas
141+
- 👤 Shadow DOM/Root Page: https://seleniumbase.io/other/shadow_dom
142+
- 🖥️ SeleniumBase in iframe: https://seleniumbase.io/w3schools/sbase
143+
- 🖥️ W3Schools Playground: https://seleniumbase.io/w3schools/
144+
- 🖥️ W3Schools iframes: https://seleniumbase.io/w3schools/iframes
145+
- 🗃️ W3Schools file upload: https://seleniumbase.io/w3schools/file_upload
146+
- 🖱️ W3Schools doubleclick: https://seleniumbase.io/w3schools/double_click
147+
- ↔️ W3Schools drag & drop: https://seleniumbase.io/w3schools/drag_drop
148+
- ☑️ W3Schools checkboxes: https://seleniumbase.io/w3schools/checkboxes
149+
- 🔘 W3Schools radio buttons: https://seleniumbase.io/w3schools/radio_buttons
150150
- Additional Help Docs:
151-
- Table of Contents: help_docs/ReadMe.md
152-
- Decorators / Security: seleniumbase/common/ReadMe.md
153-
- Desired Capabilities: help_docs/desired_capabilities.md
154-
- Docker Start Guide: integrations/docker/ReadMe.md
155-
- Using Safari Driver: help_docs/using_safari_driver.md
156-
- Shadow DOM Support: help_docs/shadow_dom.md
157-
- macOS Hidden Files: help_docs/hidden_files_info.md
158-
- MySQL Instructions: help_docs/mysql_installation.md
159-
- Master QA Hybrid Mode: seleniumbase/masterqa/ReadMe.md
160-
- Case Plans (examples): examples/case_summary.md
161-
- Useful grep commands: help_docs/useful_grep_commands.md
162-
- WebDriver Installation: help_docs/webdriver_installation.md
163-
- Verifying WebDriver: help_docs/verify_webdriver.md
151+
- 📑 Table of Contents: help_docs/ReadMe.md
152+
- 🔐 Decorators / Security: seleniumbase/common/ReadMe.md
153+
- 🐳 Docker Start Guide: integrations/docker/ReadMe.md
154+
- 🗂️ Case Plans (examples): examples/case_summary.md
155+
- 🧭 Using Safari Driver: help_docs/using_safari_driver.md
156+
- 👤 Shadow DOM Support: help_docs/shadow_dom.md
157+
- 👥 macOS Hidden Files: help_docs/hidden_files_info.md
158+
- 🗄️ MySQL Instructions: help_docs/mysql_installation.md
159+
- 🛂 Master QA Hybrid Mode: seleniumbase/masterqa/ReadMe.md
160+
- 📃 Desired Capabilities: help_docs/desired_capabilities.md
161+
- 📜 Useful grep commands: help_docs/useful_grep_commands.md
162+
- ⚙️ WebDriver Installation: help_docs/webdriver_installation.md
163+
- ✔️ Verifying WebDriver: help_docs/verify_webdriver.md
164164
- Behave-BDD Integration:
165-
- Behave-BDD ReadMe: examples/behave_bdd/ReadMe.md
166-
- Behave-BDD GUI App: help_docs/behave_gui.md
165+
- 🐝 Behave-BDD ReadMe: examples/behave_bdd/ReadMe.md
166+
- 🐝 Behave-BDD GUI App: help_docs/behave_gui.md
167167
- Languages:
168-
- Translations: help_docs/translations.md
169-
- Chinese Docs: help_docs/chinese.md
170-
- Locale Codes: help_docs/locale_codes.md
168+
- 🌏 Translations: help_docs/translations.md
169+
- 🐲 Chinese Docs: help_docs/chinese.md
170+
- 🗾 Locale Codes: help_docs/locale_codes.md
171171
- Other:
172-
- YouTube Link: https://www.youtube.com/playlist?list=PLp9uKicxkBc5UIlGi2BuE3aWC7JyXpD3m
173-
- Case Studies: help_docs/happy_customers.md
174-
- Thank You: help_docs/thank_you.md
172+
- 📺 YouTube Link: https://www.youtube.com/playlist?list=PLp9uKicxkBc5UIlGi2BuE3aWC7JyXpD3m
173+
- 🔎 Case Studies: help_docs/happy_customers.md
174+
- 🙏 Thank You: help_docs/thank_you.md
175175
# Google Analytics
176176
extra:
177177
analytics:

mkdocs_build/prepare.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def main(*args, **kwargs):
7676
scanned_dir_list = []
7777
scanned_dir_list.append("help_docs")
7878
scanned_dir_list.append("examples")
79+
scanned_dir_list.append("examples/behave_bdd")
7980
scanned_dir_list.append("examples/example_logs")
8081
scanned_dir_list.append("examples/presenter")
8182
scanned_dir_list.append("examples/chart_maker")

0 commit comments

Comments
 (0)