You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Roman Dodin edited this page Dec 4, 2020
·
4 revisions
# this will test that the docs can be built and no broken links are present# but it will not run a web server
docker run --rm -it -p 8000:8000 -v $(pwd):/docs squidfunk/mkdocs-material:6.1.5 serve --strict
# this will run a development web server, but will not ensure that no broken links are present
docker run --rm -it -p 8000:8000 -v $(pwd):/docs squidfunk/mkdocs-material:6.1.5