Testing Changes
On Windows, use the following command to launch a test version of the site locally on your computer.
python -m mkdocs serve
You should see a prompt that shows the loopback address of your computer and the port number of the test website:
INFO - Building documentation...
INFO - Cleaning site directory
INFO - Documentation built in 0.41 seconds
INFO - [12:02:47] Watching paths for changes: 'docs', 'mkdocs.yml'
INFO - [12:02:47] Serving on http://127.0.0.1:8000/
Copy and paste the following address into your web browser to view the test site:
http://127.0.0.1:8000/
You should see something like:
![[KB Figure 1.png]]
NOTE: The content inside the index.md file is what will be presented after the default installation.