Go to file
yeka 80f5f4feb3
Feat: add node about using more images from dockerhub (#53)
2022-05-12 21:01:28 +08:00
.github/workflows Update ci.yml (#42) 2022-04-13 13:46:13 +08:00
docs Feat: add node about using more images from dockerhub (#53) 2022-05-12 21:01:28 +08:00
overrides Docs: update quick start 2022-03-10 10:07:24 +08:00
README.md Feat: add node about using more images from dockerhub (#53) 2022-05-12 21:01:28 +08:00
mkdocs.yml Update mkdocs.yml (#39) 2022-04-13 11:24:15 +08:00
nav.yml Feat log context (#48) 2022-04-24 17:07:18 +08:00

README.md

Loggie documentation

This is the source file repository for Loggie documentation.

Run the website locally

The Loggie documentation website is built using mkdocs-material.

The official Docker image is a great way to get up and running in a few minutes, as it comes with all dependencies pre-installed.

docker pull squidfunk/mkdocs-material

docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material

Point your browser to localhost:8000 and you should see the website.