Skip to content

Switch your Kubernetes client version without friction.

License

Notifications You must be signed in to change notification settings

germainlefebvre4/kevel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kevel

Contributing

Documentation

The documentation is built on top of MkDocs.

Python environment is managed using Poetry.

Setup your development environment.

poetry add $(cat docs/requirements.txt)

Serve the documentation on local.

poetry run mkdocs serve

Documentation is available at http://localhost:8000.