Go to file
ethfoo ba8a2b83b4
Update ci.yml (#42)
2022-04-13 13:46:13 +08:00
.github/workflows Update ci.yml (#42) 2022-04-13 13:46:13 +08:00
docs file source glob 2022-04-12 21:17:18 +08:00
overrides Docs: update quick start 2022-03-10 10:07:24 +08:00
README.md Docs: update user-guide 2022-03-08 20:15:41 +08:00
mkdocs.yml Update mkdocs.yml (#39) 2022-04-13 11:24:15 +08:00
nav.yml Docs: update user-guide 2022-03-08 20:15:41 +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 webside.