8000 GitHub - rgarcia/docs-1: The front page and documentation for the Unikraft Open-Source Project.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ docs-1 Public
forked from unikraft/docs

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

License

Notifications You must be signed in to change notification settings

rgarcia/docs-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
< 8000 div class="react-directory-filename-cell">
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unikraft Documentation

This is the repository hosting Unikraft documentation. It is deployed on the Unikraft website It provides information for the latest version of Unikraft and KraftKit.

Documentation is written in MDX format. Building and deploying it requires Node and NPM. You can build and run either natively or using Docker.

Building and Testing Natively

npm install

npm run search-meta:gen

npm run dev

See also contributing/docs#building-the-website.

Using Docker

In order to use Docker, follow the instructions.

For local development:

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

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

For production deployment:

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

docker run -it --rm -p 3000:3000 ghcr.io/unikraft/docs:runner

Contributing

Please see our Contribution Guide for more details.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MDX 83.7%
  • TypeScript 14.5%
  • CSS 1.1%
  • JavaScript 0.3%
  • 2E6B Go 0.3%
  • Dockerfile 0.1%
0