./scripts/install_dependencies.sh
This script will install mkdocs
and needed extensions.
mkdocs serve
In any browser, visit the documentation website via the link below:
localhost:8005
./scripts/host_locally.sh
You can expose your website to other users through your IP. Find your own IP by
ifconfig
Then visit your website through the link below:
YOUR_IP:8000