Prevent Markdown rendering issues in Main UI ()

Some add-ons use `---` separators which causes issues when rendering the documentation in Main UI.

Fixes 

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born 2022-12-15 12:28:32 +01:00 committed by GitHub
parent 6ab0561382
commit 83f0f7aa4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 8 deletions
bundles
org.openhab.binding.weatherunderground
org.openhab.persistence.rrd4j

@ -1,9 +1,3 @@
---
layout: documentation
---
{% include base.html %}
# WeatherUnderground Binding
This binding uses the [Weather Underground service](https://www.wunderground.com/weather/api/) for providing weather information for any location worldwide.

@ -260,8 +260,6 @@ Items {
**IMPORTANT:**
When creating a custom datasource in the `rrd4j.cfg` file the used [sample interval](#sampleinterval-sample-interval) should be 20 seconds or less in order to keep the granularity. The selection of the used strategy has no effect on the granularity.
---
## Troubleshooting
From time to time, you may find that if you change the Item type of a persisted data point, you may experience charting or other problems. To resolve this issue, remove the old `<item_name>`.rrd file in the `${openhab_home}/userdata/persistence/rrd4j` folder or `/var/lib/openhab/persistence/rrd4j` folder for apt-get installed openHABs.