mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
The old perl-based docs tool was previously deprecated and now no longer works.
This commit is contained in:
parent
f4a1f94778
commit
50920bf833
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ import { resolve } from 'path';
|
|||
const kibanaDir = resolve(__dirname, '..', '..');
|
||||
|
||||
export function buildDocsScript(cmd) {
|
||||
return resolve(process.cwd(), cmd.docrepo, 'build_docs.pl');
|
||||
return resolve(process.cwd(), cmd.docrepo, 'build_docs');
|
||||
}
|
||||
|
||||
export function buildDocsArgs(cmd) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue