diff --git a/src/site/markdown/search_component_heatmap.md b/src/site/markdown/search_component_heatmap.md
index 264c8f3960c11672833915f751b81f5dff9a287b..0e07df1dc8a0bd0b56b6fd839b0da1033bb765c2 100644
--- a/src/site/markdown/search_component_heatmap.md
+++ b/src/site/markdown/search_component_heatmap.md
@@ -52,7 +52,8 @@ One geospatial field has to be defined, and like for the Solr facet.heatmap seve
 Optionally, the type of statistics and minimum/maximum number of occurrences can be defined.
 
 | Parameter                                       | Value        | Info                           | Obligatory  |
-|-------------------------------------------------|--------------|--------------------------------|-| mtas.heatmap.\<identifier\>.type        | \<string\>   | required [type of statistics](search_stats.html) | no          |
+|-------------------------------------------------|--------------|--------------------------------|----|
+|mtas.heatmap.\<identifier\>.type      | \<string\>   | required [type of statistics](search_stats.html) | no  |
 | mtas.heatmap.\<identifier\>.minimum     | \<double\>   | minimum number of occurrences span  | no          |
 | mtas.heatmap.\<identifier\>.maximum     | \<double\>   | maximum number of occurrences span  | no          |
 
@@ -73,9 +74,9 @@ The key is added to the response and may be used to distinguish between multiple
 ---
 
 ## Examples
-1. [Basic](#basic) : basic facet on occurring part of speech
-2. [Variable](#variable) : facets on occurring part of speech with variable
-3. [Function](#function) : facet on occurring part of speech with function
+1. [Basic](#basic) : TODO
+2. [Variable](#variable) : TODO
+3. [Function](#function) : TODO
 
 ---