Skip to content

Commit ac948a9

Browse files
committed
Update mkdocs
1 parent 9abed0d commit ac948a9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ plugins:
7070
- help_docs/chinese.md
7171
- integrations/katalon/ReadMe.md
7272
- seleniumbase/utilities/selenium_ide/ReadMe.md
73+
- seleniumbase/examples/chart_maker/ReadMe.md
7374
- minify:
7475
minify_html: true
7576
- mkdocs-simple-hooks:
@@ -87,6 +88,7 @@ nav:
8788
- Syntax Formats: help_docs/syntax_formats.md
8889
- Recorder Mode: help_docs/recorder_mode.md
8990
- API Reference: help_docs/method_summary.md
91+
- Case Plans: help_docs/case_plans.md
9092
- Setup / Install:
9193
- Install Python, pip, git: help_docs/install_python_pip_git.md
9294
- Virtualenv Instructions: help_docs/virtualenv_instructions.md

mkdocs_build/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# mkdocs dependencies for generating the seleniumbase.io website
22
# Minimum Python version: 3.7
33

4-
regex>=2022.7.25
4+
regex>=2022.8.17
55
tqdm>=4.64.0
66
docutils==0.19
77
python-dateutil==2.8.2
88
livereload==2.6.3
99
joblib==1.1.0
1010
Markdown==3.3.7
1111
MarkupSafe==2.1.1
12-
keyring==23.7.0
12+
keyring==23.8.2
1313
pkginfo==1.8.3
1414
Jinja2==3.1.2
1515
click==8.1.3
@@ -25,7 +25,7 @@ nltk==3.7
2525
tornado==6.2
2626
watchdog==2.1.9
2727
mkdocs==1.3.1
28-
mkdocs-material==8.3.9
28+
mkdocs-material==8.4.0
2929
mkdocs-exclude-search==0.6.4
3030
mkdocs-simple-hooks==0.1.5
3131
mkdocs-material-extensions==1.0.3

0 commit comments

Comments
 (0)