From a2753851d044bff1fe413515d35230bdcec6be06 Mon Sep 17 00:00:00 2001 From: ruflin Date: Wed, 13 Nov 2019 14:55:02 +0100 Subject: [PATCH 1/2] [EPM] Add basic documentation directory Having the doc directory around allows us to easily add docs from here on to document how EPM works. To run the docs build, use the following command from the kibana directory: ``` ../docs/build_docs --doc docs/package-manager/index.asciidoc --open ``` The above assumes that docs (https://github.com/elastic/docs) are checked out in the same directory as Kibana. With this change, the EPM docs build is not included yet in the overall docs build. For this adjustments to https://github.com/elastic/docs/blob/master/conf.yaml must be made. --- docs/package-manager/index.asciidoc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/package-manager/index.asciidoc diff --git a/docs/package-manager/index.asciidoc b/docs/package-manager/index.asciidoc new file mode 100644 index 0000000000000..dc069165747dc --- /dev/null +++ b/docs/package-manager/index.asciidoc @@ -0,0 +1,5 @@ +[role="xpack"] +[[epm]] +== Elastic Package Manager + +These are the docs for the Elastic Package Manager (EPM). \ No newline at end of file From cb2ce248f5a683d50c2552b0f95cd62a74ce241f Mon Sep 17 00:00:00 2001 From: ruflin Date: Thu, 14 Nov 2019 09:06:38 +0100 Subject: [PATCH 2/2] rename to epm --- docs/{package-manager => epm}/index.asciidoc | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename docs/{package-manager => epm}/index.asciidoc (100%) diff --git a/docs/package-manager/index.asciidoc b/docs/epm/index.asciidoc similarity index 100% rename from docs/package-manager/index.asciidoc rename to docs/epm/index.asciidoc