Go to file
ziyu-zhao 5d1f854df5 loki https insecureSkipVerify 2022-12-20 19:10:33 +08:00
.github/workflows Update ci.yml (#42) 2022-04-13 13:46:13 +08:00
docs loki https insecureSkipVerify 2022-12-20 19:10:33 +08:00
overrides Fix: update botton hover (#62) 2022-06-12 17:39:48 +08:00
.gitignore Release v1.2 (#67) 2022-06-16 17:23:55 +08:00
README.md Feat: add node about using more images from dockerhub (#53) 2022-05-12 21:01:28 +08:00
mkdocs.yml fix docs-en link 2022-11-09 10:47:02 +08:00
nav.yml Logalert and sink concurrency (#122) 2022-12-20 14:30:39 +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.