#!/bin/bash
set -euo pipefail

cargo run -p vrl-docs -- --output docs/generated/
