Skip to content
/ docs Public

Documentation for the medik8s collection of projects

Notifications You must be signed in to change notification settings

medik8s/docs

Folders and files

NameName
Last commit message
Last commit date
Jul 15, 2021
Nov 25, 2024
Feb 1, 2024
Aug 10, 2021
Mar 17, 2021
Aug 29, 2023
Mar 18, 2024
Mar 7, 2023
May 23, 2024
Dec 8, 2022
Aug 7, 2022
Mar 7, 2023
Mar 17, 2021
Oct 18, 2023
May 23, 2024
Dec 31, 2024
Oct 18, 2023
Mar 7, 2023
May 22, 2024

Repository files navigation

Medik8s

medik8s logo

Documentation for the Medik8s collection of projects

Preview

To preview the page locally, run

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

About

Documentation for the medik8s collection of projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published