Skip to content

Commit 14cc4f0

Browse files
author
AlexM
committed
fix getting help block
1 parent 7f734ba commit 14cc4f0

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

_includes/docs/user-guide/troubleshooting.md

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -170,22 +170,20 @@ For OAuth2 configuration click [here](/docs/{{docsPrefix}}user-guide/oauth/azure
170170
## Getting help
171171

172172
<section id="talkToUs">
173-
<main>
174-
<div id="gettingHelp">
175-
<div>
176-
<a href="https://gitter.im/thingsboard/chat">Community chat</a>
177-
<p>Our Gitter channel is the best way to contact our engineers and share your ideas with them.</p>
178-
</div>
179-
<div>
180-
<a href="https://groups.google.com/forum/#!forum/thingsboard">Q&A forum</a>
181-
<p>Our user forum is a great place to go for community support.</p>
182-
</div>
183-
<div>
184-
<a href="http://stackoverflow.com/questions/tagged/thingsboard">Stack Overflow</a>
185-
<p>The ThingsBoard team will also monitor posts tagged thingsboard. If there aren’t any existing questions that help, please ask a new one!</p>
186-
</div>
187-
</div>
188-
</main>
173+
<div id="gettingHelp">
174+
<a href="https://gitter.im/thingsboard/chat">
175+
<h1>Community chat</h1>
176+
<p>Our Gitter channel is the best way to contact our engineers and share your ideas with them.</p>
177+
</a>
178+
<a href="https://groups.google.com/forum/#!forum/thingsboard">
179+
<h1>Q&A forum</h1>
180+
<p>Our user forum is a great place to go for community support.</p>
181+
</a>
182+
<a href="http://stackoverflow.com/questions/tagged/thingsboard">
183+
<h1>Stack Overflow</h1>
184+
<p>The ThingsBoard team will also monitor posts tagged thingsboard. If there aren’t any existing questions that help, please ask a new one!</p>
185+
</a>
186+
</div>
189187
</section>
190188

191189
If your problem isn't answered by any of the guides above, feel free to contact ThingsBoard team.

0 commit comments

Comments
 (0)