aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorCourt Ewing <court@epixa.com>2017-08-23 10:27:34 -0400
committerGitHub <noreply@github.com>2017-08-23 10:27:34 -0400
commit7b836f91b21ce1408342bba2f40b25eacad9da20 (patch)
tree22c3ced78d7bc8c672cd7d5f5550df2aff42289d /scripts
parent4117520f189e628f3ea946ca03234891dc0e6c79 (diff)
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.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/docs.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/docs.js b/scripts/docs.js
new file mode 100644
index 000000000..e4f9b0a6e
--- /dev/null
+++ b/scripts/docs.js
@@ -0,0 +1,2 @@
+require('../src/optimize/babel/register');
+require('../src/docs/cli');