#!/bin/bash
set -ex

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