Fixing menus

This commit is contained in:
silversword411
2022-08-13 15:19:42 -04:00
parent 5cdd08ee1d
commit 5e1664c700
3 changed files with 9 additions and 14 deletions

View File

@@ -14,8 +14,8 @@ pip install mkdocs #only 1st time
pip install mkdocs-material #only 1st time
#Run mkdocs and look at changes as you make them
start-process http://localhost:8010 #Opens Browser
mkdocs serve
start http://localhost:8010 #Opens Browser
#Stop python
deactivate