/docs

The front page and documentation for the Unikraft Open-Source Project.

Primary LanguageMDXOtherNOASSERTION

This is the Unikraft Documentation website

It's the https://unikraft.org website for the latest version of Unikraft and KraftKit.

Building and testing locally

yarn install

yarn run dev

Using Docker

docker build -t ghcr.io/unikraft/docs:base --target base .

docker run -it --rm -v $(pwd):/docs -w /docs -p 3000:3000 --entrypoint sh ghcr.io/unikraft/docs:base

yarn run dev