This is a dockerized mkdocs using the material UI theme.
Since this is a dockerized mkdocs you need to have docker as well as docker-compose installed on your machine. If you do not have docker please follow Get Docker and Install Docker Compose
-
Clone the repo using following command
git clone https://github.com/ZobairQ/materialUI-docker-mkdocs.git
-
Change your directory to the
materialUI-docker-mkdocs
folder -
Run the following command to Build and Run mkdocs docker container
docker-compose up --build
-
Visit
localhost:8000
to view your new mkdocs
If you dont want to run the container right way you can just create the image you can run
docker-compose up --no-start
docker-compose images
docker-compose start
docker-compose stop
docker-compose ps
When your docker container is up and running you can now visit
localhost:8000
to view your new mkdocs page.
For additional documentation on MkDocs please visit the official Get started with mkdocs