#!/bin/bash
set -ex

# Requires elastic/docs to be checked out at ../docs
../docs/build_docs.pl --doc docs/index.asciidoc --chunk 1
