diff --git a/docs/howto/custom-sd-jwt-credential.md b/docs/howto/custom-sd-jwt-credential.md index b02e5f3..9970b5f 100644 --- a/docs/howto/custom-sd-jwt-credential.md +++ b/docs/howto/custom-sd-jwt-credential.md @@ -99,7 +99,7 @@ Once you have your credential definition, you need to publish it so issuers, ver 1. Use the [vctm-template](https://github.com/sirosfoundation/vctm-template) — click **"Use this template"** to create your own repository 2. Place your credential markdown file(s) in the `credentials/` directory -3. Push to the `main` branch — the included GitHub Action ([mtcvctm](https://github.com/sirosfoundation/mtcvctm)) converts your markdown to `.vctm.json` on the `vctm` branch +3. Push to the `main` branch — `registry-cli` will automatically convert your markdown to credential metadata during the next registry build cycle 4. Tag your repository with the `vctm` GitHub topic so the registry autodiscovers it After the next registry build cycle (up to 6 hours), your credential appears at: diff --git a/docs/opensource/container-images.md b/docs/opensource/container-images.md index 07d8191..9655409 100644 --- a/docs/opensource/container-images.md +++ b/docs/opensource/container-images.md @@ -30,7 +30,6 @@ https://developers.siros.org/catalog/container-images.json | `ghcr.io/sirosfoundation/vc/verifier` | [sirosfoundation/vc](https://github.com/sirosfoundation/vc) | `v0.6.1-sirosid.0` | `dev-ff23d66` | v0.6.1-sirosid.0, v0.6.0-sirosid.1, v0.6.0-sirosid.0, v0.5.0-sirosid.4, v0.5.0-sirosid.3, v0.5.0-sirosid.2, v0.5.0-sirosid.1 | | `ghcr.io/sirosfoundation/go-spocp` | [sirosfoundation/go-spocp](https://github.com/sirosfoundation/go-spocp) | `0.1.0` | `fe00cf5` | 0.1.0, 0.1 | | `ghcr.io/sirosfoundation/go-wallet-backend` | [sirosfoundation/go-wallet-backend](https://github.com/sirosfoundation/go-wallet-backend) | `0.6.0` | `fd591ed` | 0.6.0, 0.6, 0.5.2, 0.5.1, 0.5.0, 0.5, 0.4.1, 0.4.0, 0.4, 0.3.0, 0.2.1, 0.2.0, 0.2, 0.1.1-RC1, 0.1.1-RC0, 0.1.0, 0.1 | -| `ghcr.io/sirosfoundation/mtcvctm` | [sirosfoundation/mtcvctm](https://github.com/sirosfoundation/mtcvctm) | `1.8.0` | `sha-fec321c` | 1.8.0, 1.8, 1.7.0, 1.7, 1.6.0, 1.6, 1.5.1, 1.5.0, 1.5, 1.4.0, 1.4, 1.3.0, 1.3, 1.2.0, 1.2, 1.1.0, 1.1, 1.0.0, 1.0 | | `ghcr.io/sirosfoundation/goff` | [sirosfoundation/goFF](https://github.com/sirosfoundation/goFF) | `0.1.0` | `d6c6394` | 0.1.0, 0.1 | | `ghcr.io/sirosfoundation/facetec-api` | [sirosfoundation/facetec-api](https://github.com/sirosfoundation/facetec-api) | `0.9.0` | `ff05982` | 0.9.0, 0.9, 0.8.0, 0.8, 0.7.0, 0.7, 0.6.0, 0.6, 0.5.0, 0.5, 0.4.0, 0.4, 0.3.0, 0.3, 0.2.0, 0.2, 0.1.0, 0.1 | | `ghcr.io/sirosfoundation/registry-cli` | [sirosfoundation/registry-cli](https://github.com/sirosfoundation/registry-cli) | `0.9.9` | `fe16a2b` | 0.9.9, 0.9.8, 0.9.7, 0.9.6, 0.9.5, 0.9.4, 0.9.3, 0.9.2, 0.9.10, 0.9.1, 0.9.0, 0.9, 0.8.0, 0.8, 0.7.0, 0.7 | diff --git a/docs/opensource/index.md b/docs/opensource/index.md index 2f30ffd..8630997 100644 --- a/docs/opensource/index.md +++ b/docs/opensource/index.md @@ -39,7 +39,6 @@ See [Registry Services](../sirosid/registry) for full documentation on how the r |------------|-------------| | [**registry-cli**](https://github.com/sirosfoundation/registry-cli) | CLI tool for building TS11-compliant Catalogue of Attestations sites. Discovers VCTMs from GitHub repos and generates static sites with JSON APIs. [Documentation →](../sirosid/registry/registry-cli) | | [**registry.siros.org**](https://github.com/sirosfoundation/registry.siros.org) | Aggregated Verifiable Credential Type Metadata (VCTM) registry. Provides credential type definitions, display templates, and claim schemas. | -| [**mtcvctm**](https://github.com/sirosfoundation/mtcvctm) | Merkle Tree Certificate-based VCTM distribution for efficient credential type metadata delivery. | ### Infrastructure & DevOps