mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
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:
parent
4117520f18
commit
7b836f91b2
4 changed files with 64 additions and 0 deletions
2
scripts/docs.js
Normal file
2
scripts/docs.js
Normal file
|
@ -0,0 +1,2 @@
|
|||
require('../src/optimize/babel/register');
|
||||
require('../src/docs/cli');
|
Loading…
Add table
Add a link
Reference in a new issue