mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
This reverts commit 735bda343d
.
This commit is contained in:
parent
9ce082b1f4
commit
a2f3922f03
1 changed files with 1 additions and 8 deletions
|
@ -27,14 +27,7 @@ export function buildDocsScript(cmd) {
|
|||
|
||||
export function buildDocsArgs(cmd) {
|
||||
const docsIndexFile = resolve(kibanaDir, 'docs', 'index.asciidoc');
|
||||
const xpackDocsPath = resolve(kibanaDir, 'x-pack', 'docs');
|
||||
let args = [
|
||||
'--doc',
|
||||
docsIndexFile,
|
||||
'--resource',
|
||||
xpackDocsPath,
|
||||
'--chunk=1',
|
||||
];
|
||||
let args = ['--doc', docsIndexFile, '--chunk=1'];
|
||||
if (cmd.open) {
|
||||
args = [...args, '--open'];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue