From 110a93fa6645113deaa7b3fde91c6b3898d31c4e Mon Sep 17 00:00:00 2001
From: "d.lechner" <d.lechner@adito.de>
Date: Wed, 18 Sep 2019 11:17:34 +0200
Subject: [PATCH] Documentation Refactoring Keyword

---
 entity/KeywordAttributeRelation_entity/documentation.adoc | 2 ++
 entity/KeywordAttribute_entity/documentation.adoc         | 3 +--
 entity/KeywordEntry_entity/documentation.adoc             | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/entity/KeywordAttributeRelation_entity/documentation.adoc b/entity/KeywordAttributeRelation_entity/documentation.adoc
index cc5756e15cb..b235e614c98 100644
--- a/entity/KeywordAttributeRelation_entity/documentation.adoc
+++ b/entity/KeywordAttributeRelation_entity/documentation.adoc
@@ -1,3 +1,5 @@
+= KeywordAttributeRelation_entity
+
 This entity represents the relation between a Keyword-Attribute and a Keyword-Entry.
 There is a reference to a Keyword-Attribute, a Keyword-Entry and some more properties that describe that relation (like the stored value).
 In fact the main reason for this is the stored value which depends on the type of the Keyword-Attribute.
\ No newline at end of file
diff --git a/entity/KeywordAttribute_entity/documentation.adoc b/entity/KeywordAttribute_entity/documentation.adoc
index 579af8ea928..d94e9dab140 100644
--- a/entity/KeywordAttribute_entity/documentation.adoc
+++ b/entity/KeywordAttribute_entity/documentation.adoc
@@ -1,5 +1,4 @@
-Keyword Attributes
-==================
+= Keyword Attributes
 
 Keyword attributes are an extension of simple keywords.
 You can specify special attributes per Keyword-container. 
diff --git a/entity/KeywordEntry_entity/documentation.adoc b/entity/KeywordEntry_entity/documentation.adoc
index c08c1063283..304f400b5ad 100644
--- a/entity/KeywordEntry_entity/documentation.adoc
+++ b/entity/KeywordEntry_entity/documentation.adoc
@@ -1,5 +1,5 @@
-Keyword
-=======
+= Keyword
+
 :toc:
 
 Simply said: A keyword is a list of key-value pairs. 
-- 
GitLab