constellation/docs
Moritz Sanft c5d2ba420b
docs: publish to GitHub pages (#4027)
* docs: remove old versioned docs

* ci: Add action to publish docs to GH pages

* docs: update outdated config

* ci: set base URL
2025-12-08 16:16:48 +01:00
..
docs docs: add notice about end of support (#4003) 2025-11-03 09:54:10 +01:00
screencasts deps: update ubuntu:24.04 Docker digest to 66460d5 (#3979) 2025-10-16 15:43:42 +02: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 docs: publish to GitHub pages (#4027) 2025-12-08 16:16:48 +01:00
versioned_sidebars Post v2.24.0 release updates to main (#3945) 2025-09-03 08:46:27 +02:00
.gitignore Pin crane and npm dependencies (#3477) 2024-11-20 18:34:25 +01:00
babel.config.js
docusaurus.config.js docs: publish to GitHub pages (#4027) 2025-12-08 16:16:48 +01:00
package-lock.json docs: publish to GitHub pages (#4027) 2025-12-08 16:16:48 +01:00
package.json deps: update dependency @cmfcmf/docusaurus-search-local to v2.0.1 (#3998) 2025-10-27 09:02:07 +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 docs: publish to GitHub pages (#4027) 2025-12-08 16:16:48 +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.