From 1dbe5ab78d324365c6c2f0ec0a6dc54b30ec8efc Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Wed, 6 Jun 2018 07:49:15 -0700 Subject: [PATCH] [DOCS] Moves commands to docs folder (#31114) --- {x-pack/docs/en => docs/reference}/commands/certgen.asciidoc | 1 + {x-pack/docs/en => docs/reference}/commands/certutil.asciidoc | 1 + {x-pack/docs/en => docs/reference}/commands/index.asciidoc | 0 .../docs/en => docs/reference}/commands/migrate-tool.asciidoc | 1 + .../docs/en => docs/reference}/commands/saml-metadata.asciidoc | 1 + .../en => docs/reference}/commands/setup-passwords.asciidoc | 1 + {x-pack/docs/en => docs/reference}/commands/syskeygen.asciidoc | 1 + .../docs/en => docs/reference}/commands/users-command.asciidoc | 1 + docs/reference/index.asciidoc | 2 +- 9 files changed, 8 insertions(+), 1 deletion(-) rename {x-pack/docs/en => docs/reference}/commands/certgen.asciidoc (99%) rename {x-pack/docs/en => docs/reference}/commands/certutil.asciidoc (99%) rename {x-pack/docs/en => docs/reference}/commands/index.asciidoc (100%) rename {x-pack/docs/en => docs/reference}/commands/migrate-tool.asciidoc (99%) rename {x-pack/docs/en => docs/reference}/commands/saml-metadata.asciidoc (99%) rename {x-pack/docs/en => docs/reference}/commands/setup-passwords.asciidoc (99%) rename {x-pack/docs/en => docs/reference}/commands/syskeygen.asciidoc (98%) rename {x-pack/docs/en => docs/reference}/commands/users-command.asciidoc (99%) diff --git a/x-pack/docs/en/commands/certgen.asciidoc b/docs/reference/commands/certgen.asciidoc similarity index 99% rename from x-pack/docs/en/commands/certgen.asciidoc rename to docs/reference/commands/certgen.asciidoc index c2a00f11b6958..3a8b15fbd28c8 100644 --- a/x-pack/docs/en/commands/certgen.asciidoc +++ b/docs/reference/commands/certgen.asciidoc @@ -1,4 +1,5 @@ [role="xpack"] +[testenv="gold+"] [[certgen]] == certgen diff --git a/x-pack/docs/en/commands/certutil.asciidoc b/docs/reference/commands/certutil.asciidoc similarity index 99% rename from x-pack/docs/en/commands/certutil.asciidoc rename to docs/reference/commands/certutil.asciidoc index ad265c89f10e8..e0c6c701e31fe 100644 --- a/x-pack/docs/en/commands/certutil.asciidoc +++ b/docs/reference/commands/certutil.asciidoc @@ -1,4 +1,5 @@ [role="xpack"] +[testenv="gold+"] [[certutil]] == elasticsearch-certutil diff --git a/x-pack/docs/en/commands/index.asciidoc b/docs/reference/commands/index.asciidoc similarity index 100% rename from x-pack/docs/en/commands/index.asciidoc rename to docs/reference/commands/index.asciidoc diff --git a/x-pack/docs/en/commands/migrate-tool.asciidoc b/docs/reference/commands/migrate-tool.asciidoc similarity index 99% rename from x-pack/docs/en/commands/migrate-tool.asciidoc rename to docs/reference/commands/migrate-tool.asciidoc index 1d19452df8094..a1903ac69dacf 100644 --- a/x-pack/docs/en/commands/migrate-tool.asciidoc +++ b/docs/reference/commands/migrate-tool.asciidoc @@ -1,4 +1,5 @@ [role="xpack"] +[testenv="gold+"] [[migrate-tool]] == elasticsearch-migrate diff --git a/x-pack/docs/en/commands/saml-metadata.asciidoc b/docs/reference/commands/saml-metadata.asciidoc similarity index 99% rename from x-pack/docs/en/commands/saml-metadata.asciidoc rename to docs/reference/commands/saml-metadata.asciidoc index 1cd283fd77699..069c7135c0144 100644 --- a/x-pack/docs/en/commands/saml-metadata.asciidoc +++ b/docs/reference/commands/saml-metadata.asciidoc @@ -1,4 +1,5 @@ [role="xpack"] +[testenv="gold+"] [[saml-metadata]] == saml-metadata diff --git a/x-pack/docs/en/commands/setup-passwords.asciidoc b/docs/reference/commands/setup-passwords.asciidoc similarity index 99% rename from x-pack/docs/en/commands/setup-passwords.asciidoc rename to docs/reference/commands/setup-passwords.asciidoc index b323dc8e5c19e..a7dcd25d65e0b 100644 --- a/x-pack/docs/en/commands/setup-passwords.asciidoc +++ b/docs/reference/commands/setup-passwords.asciidoc @@ -1,4 +1,5 @@ [role="xpack"] +[testenv="gold+"] [[setup-passwords]] == elasticsearch-setup-passwords diff --git a/x-pack/docs/en/commands/syskeygen.asciidoc b/docs/reference/commands/syskeygen.asciidoc similarity index 98% rename from x-pack/docs/en/commands/syskeygen.asciidoc rename to docs/reference/commands/syskeygen.asciidoc index f4a198ff4bf22..3ae7456448d83 100644 --- a/x-pack/docs/en/commands/syskeygen.asciidoc +++ b/docs/reference/commands/syskeygen.asciidoc @@ -1,4 +1,5 @@ [role="xpack"] +[testenv="gold+"] [[syskeygen]] == elasticsearch-syskeygen diff --git a/x-pack/docs/en/commands/users-command.asciidoc b/docs/reference/commands/users-command.asciidoc similarity index 99% rename from x-pack/docs/en/commands/users-command.asciidoc rename to docs/reference/commands/users-command.asciidoc index ab1b89b149b90..e53e0815c5d7b 100644 --- a/x-pack/docs/en/commands/users-command.asciidoc +++ b/docs/reference/commands/users-command.asciidoc @@ -1,4 +1,5 @@ [role="xpack"] +[testenv="gold+"] [[users-command]] == Users Command ++++ diff --git a/docs/reference/index.asciidoc b/docs/reference/index.asciidoc index 815156411751a..c315da44b7d35 100644 --- a/docs/reference/index.asciidoc +++ b/docs/reference/index.asciidoc @@ -67,7 +67,7 @@ include::{xes-repo-dir}/rollup/index.asciidoc[] include::rest-api/index.asciidoc[] -include::{xes-repo-dir}/commands/index.asciidoc[] +include::commands/index.asciidoc[] :edit_url: include::how-to.asciidoc[]