mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-14 17:55:34 -04:00
![]() * constellation-node-operator: upgrade control plane nodes first (#3663) * versions: add k8s 1.31, remove k8s 1.28 * e2e: set default k8s version for daily to 1.30 * e2e: remove defaults for required arguments * versions: move 1.31 to the end of the list * kubernetes: set feature gate ControlPlaneKubeletLocalMode Co-Authored-By: Leonard Cohnen <lc@edgeless.systems> Co-authored-by: Moritz Sanft <58110325+msanft@users.noreply.github.com> |
||
---|---|---|
.. | ||
docs | ||
screencasts | ||
src | ||
static | ||
styles | ||
versioned_docs | ||
versioned_sidebars | ||
.gitignore | ||
babel.config.js | ||
docusaurus.config.js | ||
package-lock.json | ||
package.json | ||
README.md | ||
sidebars.js | ||
versions.json |
Constellation Documentation
Published @ https://docs.edgeless.systems/constellation via netlify
.
Previewing
During edits you can preview your changes using the docusaurus
:
# requires node >=16.14
npm ci # Install pinned dependencies
npm run build
npm run serve
Browse to http://localhost:3000/constellation and choose the "Next" version in the top right.
Release process
-
npm run docusaurus docs:version X.X
When tagging a new version, the document versioning mechanism will:
Copy the full
docs/
folder contents into a newversioned_docs/version-[versionName]/
folder. Create a versioned sidebars file based from your current sidebar configuration (if it exists) - saved asversioned_sidebars/version-[versionName]-sidebars.json
. Append the new version number toversions.json
.