Work flow
Workflow of Fab Futures: Micro-electronics Documentation¶
- Open Visual Code Studio for writen documentation
- Open Share X for image capture
- Open Powershell
-
cd Documents\fabfutures\tjfagan- change directory where the documentations lives -
python -m mkdocs serve- starts the serve for the documentation so I can work local and view quickly with out having to use git. “http://127.0.0.1:8000/futures/microelectronics/2026/labs/unccharlotte/students/tjfagan/”
-
Learn2document
Document!
- Document!
Document!
oh yeah did I mention Document!!**
Once completed work or just want to update your git repository¶
- Open a tab in Powershell
cd Documents\fabfutures\tjfagan -
git add .don’t forget the dot -
git commit -m "Update Documentation" -
git push
It may take some time to sync the local with the repository.
note this is for personal use only