Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loggie-io/docs-en
https://github.com/loggie-io/docs-en
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/loggie-io/docs-en
- Owner: loggie-io
- Created: 2022-11-09T02:02:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T17:31:06.000Z (9 months ago)
- Last Synced: 2024-11-05T13:17:16.605Z (about 2 months ago)
- Language: HTML
- Homepage: https://loggie-io.github.io/docs-en/
- Size: 4.96 MB
- Stars: 0
- Watchers: 4
- Forks: 2
- 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.