From 751f6a80e5a5d4d1cd0a99cb9fdc04a407789c45 Mon Sep 17 00:00:00 2001 From: Simon Smith Date: Fri, 24 Oct 2025 23:25:10 +0100 Subject: [PATCH] update docs script windows Added installation commands for mkdocs-print-site-plugin and pymdown-extensions. --- docs/startdevmkdocsonwindows.ps1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/startdevmkdocsonwindows.ps1 b/docs/startdevmkdocsonwindows.ps1 index 833433bf..1af08b7f 100644 --- a/docs/startdevmkdocsonwindows.ps1 +++ b/docs/startdevmkdocsonwindows.ps1 @@ -12,10 +12,12 @@ python -m pip install --upgrade pip #only 1st time or use periodically to update pip install pytest #only 1st time pip install mkdocs #only 1st time pip install mkdocs-material #only 1st time +pip install mkdocs-print-site-plugin #only 1st time +pip install pymdown-extensions #only 1st time #Run mkdocs and look at changes as you make them start-process http://localhost:8010 #Opens Browser mkdocs serve #Stop python -deactivate \ No newline at end of file +deactivate