Correct path of project specific CSS in documentation
The documentation said that the folder for the project specific CSS is
'xdoc', but in fact it is the plugin name which is 'xdocs'. Use
'@PLUGIN@' so that it always shows the correct path.
Change-Id: Iae2f929e64c7aa02960f7a7324de635839177432
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
diff --git a/src/main/resources/Documentation/config.md b/src/main/resources/Documentation/config.md
index 3f802b9..3c7e004 100644
--- a/src/main/resources/Documentation/config.md
+++ b/src/main/resources/Documentation/config.md
@@ -104,8 +104,8 @@
For some formatters a custom CSS file for the rendering can be
provided in the `refs/meta/config` branch of the project:
-* `ASCIIDOCTOR`: `xdoc/asciidoctor.css`
-* `MARKDOWN`: `xdoc/markdown.css`
+* `ASCIIDOCTOR`: `@PLUGIN@/asciidoctor.css`
+* `MARKDOWN`: `@PLUGIN@/markdown.css`
Custom CSS files are *NOT* inherited from parent projects.