This is a template repository to create MkDocs document with VSCode Dev Containers extension.
- VSCode
- Dev Containers (as VSCode extension)
- Docker
- Generate a new repository based on this template.
- Clone it and open via VSCode
- Open the project on Dev Containers
Cmd + Shift + P -> Dev Containers: Reopen in Container
- Open
Run
tab on left side-bar, then runLaunch Chrome against localhost
.- It executes
mkdocs serve
command and openhttp://locahost:8000
via Google Chrome automatically.
- It executes
- You can enjoy real-time edit your MkDocs document!
- If you would like to terminate
mkdocs serve
and close the browser, you only need to do is clickingstop
button.