Skip to content

Latest commit

 

History

History

docs

Contrast Documentation

Previewing changes locally

The Contrast flake contains a development shell for working on the documentation.

It's automatically activated when you are using direnv. Otherwise enter the environment with:

nix develop .#docs

Run a local development server previewing your changes with:

yarn start

Browse to http://localhost:3000/contrast and choose the "Next" version in the top right.

CI integration

Check out the latest deployments (both main and PR preview).

Attestation graphics

Here is how you can modify and rebuild the attestation graphics.

Requirements:

  1. Edit the ASCII art
  2. Render the SVG with goat: `goat -i .txt -o .svg
  3. Export text to path with inkscape: inkscape <graphic>.svg -o --export-plain-svg=attestation-pod.svg --export-text-to-path