Skip to content

Commit 818c421

Browse files
authored
Merge pull request thingsboard#1878 from stitenko/02.2025/delete-all-links-to-Gitter
Removed all mention of Gitter
2 parents 32681f4 + 9e092a6 commit 818c421

File tree

4 files changed

+11
-36
lines changed

4 files changed

+11
-36
lines changed

_data/footer-social-networks.yml

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,27 @@
33
icon: 'github'
44
arial-label: "Link to our Github"
55
1:
6-
href: "https://app.gitter.im/#/room/#thingsboard_chat:gitter.im"
7-
icon: 'gitter'
8-
arial-label: "Link to our Gitter"
9-
2:
106
href: "https://www.youtube.com/thingsboard"
117
icon: 'youtube'
128
arial-label: "Link to our Youtube channel"
13-
3:
9+
2:
1410
href: "https://stackoverflow.com/questions/tagged/thingsboard"
1511
icon: 'stack-overflow'
1612
arial-label: "Link to our Stack Overflow page"
17-
4:
18-
href: "https://groups.google.com/forum/#!forum/thingsboard"
19-
icon: 'google'
20-
arial-label: "Link to our Google Group"
21-
5:
13+
3:
2214
href: "https://www.facebook.com/thingsboard"
2315
icon: 'facebook'
2416
arial-label: "Link to our Facebook"
25-
6:
17+
4:
2618
href: "https://www.instagram.com/thingsboard_iot/"
2719
icon: 'instagram'
2820
arial-label: "Link to our Instagram"
29-
7:
21+
5:
3022
href: "https://www.linkedin.com/company/thingsboard/"
3123
icon: 'linkedin'
3224
arial-label: "Link to our linkedin"
33-
8:
25+
6:
3426
href: "https://twitter.com/thingsboard"
3527
iconClass: 'twitter'
3628
src: "/images/social-twitt-icon.svg"
37-
arial-label: "Link to our X"
38-
29+
arial-label: "Link to our X"

_includes/docs/user-guide/troubleshooting.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -249,13 +249,9 @@ For OAuth2 configuration click [here](/docs/{{docsPrefix}}user-guide/oauth-2-sup
249249

250250
<section id="talkToUs">
251251
<div id="gettingHelp">
252-
<a href="https://app.gitter.im/#/room/#thingsboard_chat:gitter.im">
253-
<span class="phrase-heading">Community chat</span>
254-
<p>Our Gitter channel is the best way to contact our engineers and share your ideas with them.</p>
255-
</a>
256-
<a href="https://groups.google.com/forum/#!forum/thingsboard">
257-
<span class="phrase-heading">Q&A forum</span>
258-
<p>Our user forum is a great place to go for community support.</p>
252+
<a href="https://github.com/thingsboard/thingsboard">
253+
<span class="phrase-heading">Github Project</span>
254+
<p>Check out the project and consider contributing.</p>
259255
</a>
260256
<a href="https://stackoverflow.com/questions/tagged/thingsboard">
261257
<span class="phrase-heading">Stack Overflow</span>

_sass/_content.sass

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -653,9 +653,6 @@ $header-clearance: 210px
653653
background-image: url(/images/github_icon.png)
654654

655655
a:nth-child(3)
656-
background-image: url(/images/gitter_icon.png)
657-
658-
a:nth-child(4)
659656
background-image: url(/images/stackoverflow_icon.png)
660657

661658
#gettingHelp
@@ -673,12 +670,10 @@ $header-clearance: 210px
673670
max-width: 400px
674671

675672
a:nth-child(1)
676-
background-image: url(/images/gitter_icon.png)
677673

678-
a:nth-child(2)
679-
background-image: url(/images/google_groups_icon.png)
674+
background-image: url(/images/github_icon.png)
680675

681-
a:nth-child(3)
676+
a:nth-child(2)
682677
background-image: url(/images/stackoverflow_icon.png)
683678

684679
a.feature-card, .feature-card

community.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
<div id="docsContent" class="noToc">
1414
<h1>Community</h1>
1515
<div id="content">
16-
<h3>Ensuring ThingsBoard works well everywhere and for everyone.</h3>
17-
<p>Connect with the ThingsBoard community on our <a href="https://app.gitter.im/#/room/#thingsboard_chat:gitter.im">Gitter channel</a> or join the
18-
<a href="https://groups.google.com/forum/#!forum/thingsboard">ThingsBoard Google group</a>.
1916
<h3>Events</h3>
2017
<div id="calendarWrapper">
2118
<iframe src="https://calendar.google.com/calendar/b/1/embed?src=thingsboard.io_vvdkrvseju3jjahct9pk00nh0o@group.calendar.google.com"
@@ -33,10 +30,6 @@ <h5 class="social-heading">@thingsboard</h5>
3330
<h5 class="social-heading">Github Project</h5>
3431
<p>Check out the project and consider contributing.</p>
3532
</a>
36-
<a href="https://app.gitter.im/#/room/#thingsboard_chat:gitter.im">
37-
<h5 class="social-heading">Gitter</h5>
38-
<p>Our Gitter channel is the best way to contact our engineers and share your ideas with them.</p>
39-
</a>
4033
<a href="https://stackoverflow.com/questions/tagged/thingsboard">
4134
<h5 class="social-heading">Stack Overflow</h5>
4235
<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>

0 commit comments

Comments
 (0)