Skip to content

Commit 8b06574

Browse files
committed
Update mkdocs
1 parent 461f3f4 commit 8b06574

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

mkdocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edit_uri: ""
1010
site_dir: "site"
1111
docs_dir: "mkdocs_build"
1212
# Copyright
13-
copyright: Copyright © 2014 - 2024 Michael Mintz
13+
copyright: Copyright © 2014 - 2026 Michael Mintz
1414
# Extensions
1515
markdown_extensions:
1616
- admonition
@@ -101,6 +101,7 @@ nav:
101101
- 🎖️ GUI / Commander: help_docs/commander.md
102102
- 🔴 Recorder Mode: help_docs/recorder_mode.md
103103
- 📘 API Reference: help_docs/method_summary.md
104+
- 📗 CDP Mode APIs: help_docs/cdp_mode_methods.md
104105
- Python Setup / Install:
105106
- 🐉 Get Python, pip, & git: help_docs/install_python_pip_git.md
106107
- ⚙️ Virtualenv Instructions: help_docs/virtualenv_instructions.md
@@ -117,6 +118,7 @@ nav:
117118
- Integrations:
118119
- 👤 UC Mode: help_docs/uc_mode.md
119120
- 🐙 CDP Mode: examples/cdp_mode/ReadMe.md
121+
- 🎭 Stealthy Playwright: examples/cdp_mode/playwright/ReadMe.md
120122
- 🤖 GitHub CI: integrations/github/workflows/ReadMe.md
121123
- 🛂 MasterQA: seleniumbase/masterqa/ReadMe.md
122124
- 🗂️ Case Plans: help_docs/case_plans.md

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.append("help_docs")
7777
scanned_dir_list.append("examples")
7878
scanned_dir_list.append("examples/cdp_mode")
79+
scanned_dir_list.append("examples/cdp_mode/playwright")
7980
scanned_dir_list.append("examples/master_qa")
8081
scanned_dir_list.append("examples/presenter")
8182
scanned_dir_list.append("examples/behave_bdd")

mkdocs_build/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Minimum Python version: 3.10 (for generating docs only)
33

44
regex>=2025.11.3
5-
pymdown-extensions>=10.17.2
5+
pymdown-extensions>=10.18
66
pipdeptree>=2.30.0
77
python-dateutil>=2.8.2
88
Markdown==3.10

0 commit comments

Comments
 (0)