Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loggie-io/docs
https://github.com/loggie-io/docs
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/loggie-io/docs
- Owner: loggie-io
- Created: 2021-08-25T12:42:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T02:16:33.000Z (5 months ago)
- Last Synced: 2024-11-05T13:17:20.529Z (about 2 months ago)
- Language: HTML
- Homepage: https://loggie-io.github.io/docs-en/
- Size: 15.2 MB
- Stars: 1
- Watchers: 4
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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-materialdocker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material
```Point your browser to localhost:8000 and you should see the website.