kibana/scripts/docs.js
Spencer f62691bfc1
[7.16] [docs] rewrite docs cli to show logs and use modern apis (#117767) (#117973)
* [docs] rewrite docs cli to show logs and use modern apis (#117767)

Co-authored-by: spalger <spalger@users.noreply.github.com>
# Conflicts:
#	src/docs/docs_repo.js

* commit with @elastic.co
2021-11-09 08:27:59 +00:00

10 lines
449 B
JavaScript

/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License
* 2.0 and the Server Side Public License, v 1; you may not use this file except
* in compliance with, at your election, the Elastic License 2.0 or the Server
* Side Public License, v 1.
*/
require('../src/setup_node_env');
require('../src/dev/run_build_docs_cli').runBuildDocsCli();