This repository contains laboratory exercises for Business Intelligence Laboratory.
The exercise documentation is build with MkDocs and published on GitHub Pages at https://bi-labor.github.io/es-mssql/
-
Open a PowerShell console at the repository root
-
docker run -it --rm -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material:7.3.6 -
Open http://localhost:8000 in a browser
-
Edit the Markdown and it will trigger automatic update in the browser