constellation/docs
edgelessci 6225d910de
Post v2.21.0 release updates to main (#3670)
* docs: release 2.21

* chore: update version.txt to v2.22.0-pre

* chore: update CI for v2.21.0

---------

Co-authored-by: edgelessci <edgelessci@users.noreply.github.com>
2025-03-04 12:45:58 +01:00
..
docs deps: update Kubernetes versions (#3660) 2025-02-28 09:38:00 +01:00
screencasts deps: update ubuntu:24.04 Docker digest to 7229784 (#3634) 2025-02-04 10:02:41 +01:00
src docs: update docusaurus and enable broken anchor detection 2024-08-23 22:45:37 +02:00
static docs: refactor gtag 2024-11-22 17:19:51 +01:00
styles docs: update azure firmware with openhcl (#3473) 2024-11-11 12:50:18 +01:00
versioned_docs Post v2.21.0 release updates to main (#3670) 2025-03-04 12:45:58 +01:00
versioned_sidebars Post v2.21.0 release updates to main (#3670) 2025-03-04 12:45:58 +01:00
.gitignore Pin crane and npm dependencies (#3477) 2024-11-20 18:34:25 +01:00
babel.config.js Add docs to repo (#38) 2022-09-02 11:52:42 +02:00
docusaurus.config.js docs: refactor gtag 2024-11-22 17:19:51 +01:00
package-lock.json deps: update dependency asciinema-player to v3.9.0 (#3635) 2025-02-06 12:40:38 +01:00
package.json deps: update dependency asciinema-player to v3.9.0 (#3635) 2025-02-06 12:40:38 +01:00
README.md Pin crane and npm dependencies (#3477) 2024-11-20 18:34:25 +01:00
sidebars.js docs: how to reproduce released artifacts (#3451) 2024-10-29 14:04:59 +01:00
versions.json Post v2.21.0 release updates to main (#3670) 2025-03-04 12:45:58 +01:00

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

  1. Tagging a new version

    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 new versioned_docs/version-[versionName]/ folder. Create a versioned sidebars file based from your current sidebar configuration (if it exists) - saved as versioned_sidebars/version-[versionName]-sidebars.json. Append the new version number to versions.json.