https://github.com/medik8s/docs
Documentation for the medik8s collection of projects
https://github.com/medik8s/docs
Last synced: about 1 month ago
JSON representation
Documentation for the medik8s collection of projects
- Host: GitHub
- URL: https://github.com/medik8s/docs
- Owner: medik8s
- Created: 2021-03-17T01:58:51.000Z (about 4 years ago)
- Default Branch: gh-pages
- Last Pushed: 2025-01-01T10:04:13.000Z (5 months ago)
- Last Synced: 2025-02-01T15:35:25.235Z (4 months ago)
- Language: HTML
- Size: 2 MB
- Stars: 4
- Watchers: 5
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Medik8s
Documentation for the Medik8s collection of projects
## Preview
To preview the page locally, run
```shell
export JEKYLL_VERSION=3.8
docker run --rm \
--volume="$PWD:/srv/jekyll:Z" \
-p 4000:4000 \
-it jekyll/builder:$JEKYLL_VERSION \
bash -c "bundle && jekyll serve"
```and open `http://127.0.0.1:4000/` in your browser.
### Troubleshooting
- make sure command is executed in `docs` folder.
- make sure `_site` dir exists.
- if it doesn't in order to create it run: `mkdir _site && chmod -R 777 _site`