Skip to content

Latest commit

 

History

History
 
 

site

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

logo

Website for carvel.dev

Local Development

Prerequisites

Run locally

./hack/run.sh

Serve

Serve site at http://localhost:1313

Directories

  • /themes/carvel/assets/ includes SCSS
  • /themes/carvel/static/img/ includes images
  • /content/ includes content for tool docs
  • /data/ includes configuration for docs TOCs

More details: Directory Structure Explained

Generate documentation for new version

When creating a new version v0.1.0 of imgpkg

./hack/release-docs.sh imgpkg v0.1.0

Generate documentation for new patch

When creating a patch v0.1.1 for the version v0.1.0 of imgpkg

./hack/release-docs.sh imgpkg v0.1.1 v0.1.0