Skip to content

Commit 988e128

Browse files
authored
Add links to the community forum back (#38)
* Revert "Removed links to the deleted community forum (#37)" This reverts commit 6756d6f. * Add community link to top nav * Update index.html * Remove server fault * Remove protocol
1 parent 6756d6f commit 988e128

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

_includes/header.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ <h2>
1212
<a href="//docs.parseplatform.org/parse-server/guide/" target="_blank">
1313
<button class="large">Get Started</button>
1414
</a>
15+
<a href="//community.parseplatform.org" target="_blank">
16+
<button class="outline large">Community Forum</button>
17+
</a>
1518
</h2>
1619
<h2>
1720
<span class="subheadSection "><img src="/img/stars.svg" alt="" class="icon"><span class="starCount"></span></span>

_includes/nav.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<ul>
77
<a href="//docs.parseplatform.org" target="_blank"><li>Docs</li></a>
88
<a href="//blog.parseplatform.org" target="_blank"><li>Blog</li></a>
9+
<a href="//community.parseplatform.org" target="_blank"><li>Community</li></a>
910
<a href="//opencollective.com/parse-server" target="_blank"><li>Back Us</li></a>
1011
</ul>
1112
</div>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ <h6>Our preferred channels of communication for help, issues and disscussion.</h
1616
</tr>
1717
<tr class="repoList">
1818
<td>
19-
<a href="https://serverfault.com/tags/{{ site.serverfault_tag }}"><h4>Server Fault <ins>parse</ins> tag</h4><p class="repoDescription">
20-
Use for questions related to the hosting & maintenance of Parse Server.</p></a>
19+
<a href="//community.parseplatform.org"><h4>Community Forum</h4><p class="repoDescription">
20+
Use for questions and high level discussions about the Parse Platform.</p></a>
2121
</td>
2222
</tr>
2323
<tr class="repoList">

0 commit comments

Comments
 (0)