From 9e3c565c5be900a7d0a007066e026fdf072d269f Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Wed, 7 Aug 2019 23:50:59 +0200 Subject: [PATCH] Fixing the setup --- docs/pom.xml | 4 ++++ docs/src/main/asciidoc/documentation-overview.adoc | 6 +++--- docs/src/main/asciidoc/{index.htmlpdfadoc => index.pdfadoc} | 0 3 files changed, 7 insertions(+), 3 deletions(-) rename docs/src/main/asciidoc/{index.htmlpdfadoc => index.pdfadoc} (100%) diff --git a/docs/pom.xml b/docs/pom.xml index 99972b5f3f..5eeb1fc5bb 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -35,6 +35,10 @@ docs + + pl.project13.maven + git-commit-id-plugin + org.apache.maven.plugins maven-dependency-plugin diff --git a/docs/src/main/asciidoc/documentation-overview.adoc b/docs/src/main/asciidoc/documentation-overview.adoc index 397b3b9628..1f7b66cb8f 100644 --- a/docs/src/main/asciidoc/documentation-overview.adoc +++ b/docs/src/main/asciidoc/documentation-overview.adoc @@ -12,9 +12,9 @@ as a map for the rest of the document. The {project-full-name} reference guide is available as -* {docs-url}/html[Multi-page HTML] -* {docs-url}/htmlsingle[Single-page HTML] -* {docs-url}/pdf/{project-name}.pdf[PDF] +* {docs-url}reference/html[Multi-page HTML] +* {docs-url}reference/htmlsingle[Single-page HTML] +* {docs-url}reference/pdf/{project-name}.pdf[PDF] Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each diff --git a/docs/src/main/asciidoc/index.htmlpdfadoc b/docs/src/main/asciidoc/index.pdfadoc similarity index 100% rename from docs/src/main/asciidoc/index.htmlpdfadoc rename to docs/src/main/asciidoc/index.pdfadoc