update docs script windows
Added installation commands for mkdocs-print-site-plugin and pymdown-extensions.
Simon Smith committed
Oct 24, 2025 at 23:25 UTC
751f6a80e5a5d4d1cd0a99cb9fdc04a407789c45
1 file changed
+3
-1
docs/startdevmkdocsonwindows.ps1
+3
-1
@@ -12,10 +12,12 @@ python -m pip install --upgrade pip #only 1st time or use periodically to update
12
pip install pytest #only 1st time
13
pip install mkdocs #only 1st time
14
pip install mkdocs-material #only 1st time
15
+pip install mkdocs-print-site-plugin #only 1st time
16
+pip install pymdown-extensions #only 1st time
17
18
#Run mkdocs and look at changes as you make them
19
start-process http://localhost:8010 #Opens Browser
20
mkdocs serve
21
22
#Stop python
21
-deactivate
\ No newline at end of file
23
+deactivate