Shortcut to build asciidocs (#13164)

* Shortcut to build asciidocs

The command to build the Kibana docs using the elastic/docs repo can be
easy to forget, so this script is an easy to way to do it right every
time.

* Configurable docs repo location

For folks that clone the elastic docs repo to a different location than
as a sibling of kibana.
This commit is contained in:
Court Ewing 2017-08-23 10:27:34 -04:00 committed by GitHub
parent 4117520f18
commit 7b836f91b2
4 changed files with 64 additions and 0 deletions

2
scripts/docs.js Normal file
View file

@ -0,0 +1,2 @@
require('../src/optimize/babel/register');
require('../src/docs/cli');