Skip to content

Latest commit

 

History

History
71 lines (49 loc) · 2.02 KB

README.md

File metadata and controls

71 lines (49 loc) · 2.02 KB

vCluster development links

vCluster resources

Contribute to the docs

We encourage contributions from all users!

Quick start for contributing using DevPod

The quickest way to start contributing:

  1. Install DevPod
  2. Open this repository in DevPod:

Open in DevPod

This sets up a complete development environment with all dependencies.

Other ways to contribute

The docs site uses Docusaurus. See Contribute to the vCluster docs for how to build the site locally.

Content locations:

  • vcluster: vCluster content
  • platform: vCluster Platform content

Generate new vCluster version

npm run docusaurus docs:version:vcluster 0.22.0

Generate vCluster partials

go run hack/vcluster/partials/main.go

Generate platform partials

go run hack/platform/partials/main.go