blob: 94d310a606340898ff27df26076776d688a667d7 [file]
#!/bin/bash
# Prerequisites:
# - https://github.com/thlorenz/doctoc - install with `npm -g install doctoc`
set -euo pipefail
bazel build :generate_api_reference && \
cp bazel-genfiles/api.md docs/api.md && \
chmod u+rw docs/api.md && \
chmod a-x docs/api.md && \
doctoc --title '# API Reference' docs/api.md