Skip to content

Commit e2a5dd5

Browse files
committed
Remove links to parse.com
1 parent 2f7da6b commit e2a5dd5

File tree

6 files changed

+6
-39
lines changed

6 files changed

+6
-39
lines changed

Diff for: _includes/contactus.html

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<section>
2-
<p>
3-
<h6>The hosted Parse service has been shut down. If you are having issues migrating your data, <a href="https://developers.facebook.com/bugs/create/?parse_app_id=none&parse_app_name=OpenSourceHubInbound&parse_email=migration%40parse.com">contact us</a>.</h6>
4-
</p>
1+
<section style="margin-bottom: 0">
2+
<h3>Parse.com Shutdown Reminder</h3>
3+
<h6>The hosted Parse service has been shut down. If you are having issues migrating your data, <a href="https://developers.facebook.com/bugs/create/?parse_app_id=none&parse_app_name=OpenSourceHubInbound&parse_email=migration%40parse.com">contact us</a>.</h6>
54
</section>

Diff for: _includes/footer.html

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<h5>Need Help?</h5>
66
<p><a href="http://stackoverflow.com/tags/{{ site.stackoverflow_tag }}" target="_blank">Code-level questions</a></p>
77
<p><a href="http://serverfault.com/tags/{{ site.serverfault_tag }}" target="_blank">Deployment and server maintenance</a></p>
8-
<p><a href="{{ site.support_url }}#report" target="_blank">Migration assistance</a></p>
98
</div>
109
<div class="socialLinks">
1110
<h5>Stay Connected</h5>

Diff for: _includes/nav-secondary.html

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
<ul>
44
<a href="#server" class="active"><li>Parse Server</li></a>
55
<a href="#sdks"><li>SDKs</li></a>
6-
<a href="#samples"><li>Samples</li></a>
7-
<a href="#tutorials"><li>Tutorials</li></a>
8-
<a href="#social"><li>Social</li></a>
96
<a href="#other"><li>Other</li></a>
107
<a href="#community"><li>Community</li></a>
118
</ul>

Diff for: _includes/nav.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
<img src="img/logo.svg" alt="Parse logo" class="logo">
55
</a>
66
<ul>
7-
<a href="//parse.com/migration" target="_blank"><li>Migration <span class="hideOnMobile">Guide</span></li></a>
87
<a href="/docs/" target="_blank"><li>Docs</li></a>
9-
<a href="//parse.com/blog" target="_blank"><li>Blog</li></a>
10-
<a href="//parse.com/help" target="_blank"><li>Help</li></a>
8+
<a href="//blog.parse.com" target="_blank"><li>Blog</li></a>
119
</ul>
1210
</div>
1311
</nav>

Diff for: _layouts/default.html

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
{% include nav.html %}
99
{% include header.html %}
10-
{% include contactus.html %}
1110
{% include nav-secondary.html %}
1211

1312
<div class="wrapper">

Diff for: index.html

+2-27
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
slug: Parse + Open Source
44
---
55

6+
{% include contactus.html %}
7+
68
<!-- Parse Server section -->
79
<section class="parseServer" id="server">
810
<h3>Parse Server</h3>
@@ -390,33 +392,6 @@ <h4>REST API</h4>
390392
</div>
391393
</section><!-- SDKs section -->
392394

393-
<!-- Sample Apps section -->
394-
<section class="sampleApps" id="samples">
395-
<h3>Sample Apps</h3>
396-
<h6>A handful of prebuilt apps to build off of, or use as inspiration.</h6>
397-
<div class="tableWrapper">
398-
<table></table>
399-
</div>
400-
</section><!-- Sample Apps section -->
401-
402-
<!-- Tutorials section -->
403-
<section class="tutorials" id="tutorials">
404-
<h3>Tutorials</h3>
405-
<h6>Helpful guides to extend the functionality of your Parse apps.</h6>
406-
<div class="tableWrapper">
407-
<table></table>
408-
</div>
409-
</section><!-- Tutorials section -->
410-
411-
<!-- Social section -->
412-
<section class="socialRepos" id="social">
413-
<h3>Social Integrations</h3>
414-
<h6>Guides and examples of how to connect your app to social platforms.</h6>
415-
<div class="tableWrapper">
416-
<table></table>
417-
</div>
418-
</section><!-- Social section -->
419-
420395
<!-- Other section -->
421396
<section class="other" id="other">
422397
<h3>Other Helpful Repos</h3>

0 commit comments

Comments
 (0)