Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/loggie-io/docs-en


https://github.com/loggie-io/docs-en

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# Loggie documentation

This is the source file repository for Loggie documentation.

## Run the website locally
The Loggie documentation website is built using [mkdocs-material](https://squidfunk.github.io/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.