Files
avo/script/doc

11 lines
274 B
Plaintext
Raw Normal View History

#!/bin/bash -ex
# Generate some specific files with docgen.
go install ./internal/cmd/docgen
pkgs="tests/thirdparty/packages.json"
docgen -pkgs "${pkgs}" -type readme -output README.md
# Process simple file embeddings with embedmd.
find . -name '*.md' | xargs embedmd -w