MtnMesh GitHub Pages
Edit the content in docs/, PR's welcomed!
You have to build the docker container for serving the website to include a few plugins. See this website for more details.
docker build -t mtnmesh:latest .To run, use the following command:
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs mtnmesh:latest