Skip to content

Commit 12c076d

Browse files
committed
Work in progress...
1 parent f3822d3 commit 12c076d

File tree

497 files changed

+37289
-43125
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

497 files changed

+37289
-43125
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
source 'https://rubygems.org'
2+
gem 'github-pages', group: :jekyll_plugins
3+

Gemfile.lock

Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (4.2.6)
5+
i18n (~> 0.7)
6+
json (~> 1.7, >= 1.7.7)
7+
minitest (~> 5.1)
8+
thread_safe (~> 0.3, >= 0.3.4)
9+
tzinfo (~> 1.1)
10+
addressable (2.4.0)
11+
coffee-script (2.4.1)
12+
coffee-script-source
13+
execjs
14+
coffee-script-source (1.10.0)
15+
colorator (0.1)
16+
ethon (0.9.0)
17+
ffi (>= 1.3.0)
18+
execjs (2.7.0)
19+
faraday (0.9.2)
20+
multipart-post (>= 1.2, < 3)
21+
ffi (1.9.10)
22+
gemoji (2.1.0)
23+
github-pages (80)
24+
github-pages-health-check (= 1.1.0)
25+
jekyll (= 3.1.6)
26+
jekyll-coffeescript (= 1.0.1)
27+
jekyll-feed (= 0.5.1)
28+
jekyll-gist (= 1.4.0)
29+
jekyll-github-metadata (= 1.11.1)
30+
jekyll-mentions (= 1.1.2)
31+
jekyll-paginate (= 1.1.0)
32+
jekyll-redirect-from (= 0.10.0)
33+
jekyll-sass-converter (= 1.3.0)
34+
jekyll-seo-tag (= 1.4.0)
35+
jekyll-sitemap (= 0.10.0)
36+
jemoji (= 0.6.2)
37+
kramdown (= 1.10.0)
38+
liquid (= 3.0.6)
39+
listen (= 3.0.6)
40+
mercenary (~> 0.3)
41+
rouge (= 1.10.1)
42+
terminal-table (~> 1.4)
43+
github-pages-health-check (1.1.0)
44+
addressable (~> 2.3)
45+
net-dns (~> 0.8)
46+
octokit (~> 4.0)
47+
public_suffix (~> 1.4)
48+
typhoeus (~> 0.7)
49+
html-pipeline (2.4.1)
50+
activesupport (>= 2, < 5)
51+
nokogiri (>= 1.4)
52+
i18n (0.7.0)
53+
jekyll (3.1.6)
54+
colorator (~> 0.1)
55+
jekyll-sass-converter (~> 1.0)
56+
jekyll-watch (~> 1.1)
57+
kramdown (~> 1.3)
58+
liquid (~> 3.0)
59+
mercenary (~> 0.3.3)
60+
rouge (~> 1.7)
61+
safe_yaml (~> 1.0)
62+
jekyll-coffeescript (1.0.1)
63+
coffee-script (~> 2.2)
64+
jekyll-feed (0.5.1)
65+
jekyll-gist (1.4.0)
66+
octokit (~> 4.2)
67+
jekyll-github-metadata (1.11.1)
68+
octokit (~> 4.0)
69+
jekyll-mentions (1.1.2)
70+
html-pipeline (~> 2.3)
71+
jekyll (~> 3.0)
72+
jekyll-paginate (1.1.0)
73+
jekyll-redirect-from (0.10.0)
74+
jekyll (>= 2.0)
75+
jekyll-sass-converter (1.3.0)
76+
sass (~> 3.2)
77+
jekyll-seo-tag (1.4.0)
78+
jekyll (~> 3.0)
79+
jekyll-sitemap (0.10.0)
80+
jekyll-watch (1.4.0)
81+
listen (~> 3.0, < 3.1)
82+
jemoji (0.6.2)
83+
gemoji (~> 2.0)
84+
html-pipeline (~> 2.2)
85+
jekyll (>= 3.0)
86+
json (1.8.3)
87+
kramdown (1.10.0)
88+
liquid (3.0.6)
89+
listen (3.0.6)
90+
rb-fsevent (>= 0.9.3)
91+
rb-inotify (>= 0.9.7)
92+
mercenary (0.3.6)
93+
mini_portile2 (2.0.0)
94+
minitest (5.9.0)
95+
multipart-post (2.0.0)
96+
net-dns (0.8.0)
97+
nokogiri (1.6.7.2)
98+
mini_portile2 (~> 2.0.0.rc2)
99+
octokit (4.3.0)
100+
sawyer (~> 0.7.0, >= 0.5.3)
101+
public_suffix (1.5.3)
102+
rb-fsevent (0.9.7)
103+
rb-inotify (0.9.7)
104+
ffi (>= 0.5.0)
105+
rouge (1.10.1)
106+
safe_yaml (1.0.4)
107+
sass (3.4.22)
108+
sawyer (0.7.0)
109+
addressable (>= 2.3.5, < 2.5)
110+
faraday (~> 0.8, < 0.10)
111+
terminal-table (1.5.2)
112+
thread_safe (0.3.5)
113+
typhoeus (0.8.0)
114+
ethon (>= 0.8.0)
115+
tzinfo (1.2.2)
116+
thread_safe (~> 0.1)
117+
118+
PLATFORMS
119+
ruby
120+
121+
DEPENDENCIES
122+
github-pages
123+
124+
BUNDLED WITH
125+
1.12.4

_config.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Welcome to Jekyll!
2+
#
3+
# This config file is meant for settings that affect your whole blog, values
4+
# which you are expected to set up once and rarely need to edit after that.
5+
# For technical reasons, this file is *NOT* reloaded automatically when you use
6+
# 'jekyll serve'. If you change this file, please restart the server process.
7+
8+
# Site settings
9+
name: Parse Open Source Docs
10+
title: Parse Docs
11+
12+
description: The open source GitHub page for the Parse platform.
13+
baseurl: "" # the subpath of your site, e.g. /blog
14+
url: "https://parseplatform.github.io/Docs" # the base hostname & protocol for your site
15+
repository: parseplatform/Docs
16+
facebook_username: parseit
17+
twitter_username: parseit
18+
github_username: parseplatform
19+
stackoverflow_tag: parse.com
20+
serverfault_tag: parse
21+
support_url: https://www.parse.com/help
22+
23+
# Build settings
24+
markdown: kramdown
25+
exclude: [ Gemfile, Gemfile.lock, README.md, config.codekit ]

en/common/errors.mdown renamed to _includes/common/errors.md

Lines changed: 2 additions & 1 deletion

_includes/footer.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<footer>
2+
<div class="container">
3+
<img src="/img/openSourceIllustration.svg" alt="Parse open source illustration" class="footerImage">
4+
<div class="needHelp">
5+
<h5>Need Help?</h5>
6+
<p><a href="{{ site.support_url }}" target="_blank">Get Support</a></p>
7+
</div>
8+
<div class="socialLinks">
9+
<h5>Stay Connected</h5>
10+
<div class="socialIcons">
11+
<a href="https://www.facebook.com/{{ site.facebook_username }}" target="_blank"><img src="/img/facebook.svg" alt="">
12+
<a href="https://twitter.com/{{ site.twitter_username }}" target="_blank"><img src="/img/twitter.svg" alt=""></a>
13+
<a href="https://github.com/{{ site.github_username }}" target="_blank"><img src="/img/github.svg" alt=""></a>
14+
<a href="http://stackoverflow.com/tags/{{ site.stackoverflow_tag }}" target="_blank"><img src="/img/overflow.svg" alt=""></a>
15+
</div>
16+
</div>
17+
</div>
18+
</footer>
19+
20+
<script>
21+
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
22+
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
23+
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
24+
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
25+
26+
  ga('create', 'UA-23813809-2', 'auto');
27+
  ga('send', 'pageview');
28+
</script>
29+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
30+
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.3.min.js"><\/script>')</script>
31+
<script src="js/plugins.js"></script>
32+
<script src="js/main.js"></script>

_includes/head.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<head>
2+
<meta charset="utf-8">
3+
<meta http-equiv="x-ua-compatible" content="ie=edge">
4+
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
5+
<meta name="description" content="{{ site.description }}">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
8+
<meta property="og:site_name" content="{{ site.name }}"/>
9+
<meta property="og:title" content="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}"/>
10+
<meta property="og:description" content="{{ site.description }}"/>
11+
<meta property="og:image" content="http://parseplatform.github.io/img/preview.png">
12+
13+
<link rel="icon" type="image/png" href="/img/favicon/favicon-32x32.png" sizes="32x32">
14+
<link rel="icon" type="image/png" href="/img/favicon/favicon-194x194.png" sizes="194x194">
15+
<link rel="icon" type="image/png" href="/img/favicon/favicon-96x96.png" sizes="96x96">
16+
<link rel="icon" type="image/png" href="/img/favicon/android-chrome-192x192.png" sizes="192x192">
17+
<link rel="icon" type="image/png" href="/img/favicon/favicon-16x16.png" sizes="16x16">
18+
19+
<link rel="stylesheet" href="/css/normalize.css">
20+
<link rel="stylesheet" href="/css/main.css">
21+
<script src="/js/vendor/modernizr-2.8.3.min.js"></script>
22+
<script src="https://www.parsecdn.com/js/parse-1.6.7.min.js"></script>
23+
<script>
24+
var gitJson = {{ site.github.public_repositories | jsonify }};
25+
</script>
26+
</head>

_includes/header.html

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
<div class="header">
2+
<div class="container">
3+
<div class="heroText">
4+
<h1>Open Source Hub</h1>
5+
<h2>
6+
<span class="subheadSection "><img src="/img/stars.svg" alt="" class="icon"><span class="starCount"></span></span>
7+
<span class="subheadSection"><img src="/img/forks.svg" alt="" class="icon"><span class="forkCount"></span></span>
8+
<span class="subheadSection"><img src="/img/repos.svg" alt="" class="icon"><span class="repoCount"></span></span>
9+
</h2>
10+
</div>
11+
</div>
12+
<div class="headerIllustration">
13+
<div class="skyline" style="background: url('/img/header/skyline.svg') repeat-x center bottom; background-size: auto 100%; width: 100%; position: absolute;
14+
bottom: 0px; left: 0px;"></div>
15+
<div class="illustrationForeground">
16+
<!--right animations-->
17+
<img src="/img/header/rightBackground.svg" alt="" class="headerRight">
18+
<div class="headerRight headerRightContainer">
19+
<div class="phone2Screen">
20+
<div class="phoneCircle"></div>
21+
</div>
22+
</div>
23+
<img src="/img/header/rightBackground2.svg" alt="" class="headerRight">
24+
<div class="headerRight headerRightContainer">
25+
<div class="phone3Screen">
26+
<div class="phoneCircle"></div>
27+
</div>
28+
<svg version="1.1" class="svgInner" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="-111 -584 976 1280" style="enable-background:new -111 -584 976 1280;" xml:space="preserve">
29+
<svg class="push2" y="-125%">
30+
<path class="st7" d="M228.8,451.8c-19.1,0-34.6-15.5-34.6-34.6c0-3.4,0.5-6.8,1.5-9.9H162c-10.4,0-18.8,8.4-18.8,18.8v55.1
31+
c0,10.4,8.4,18.8,18.8,18.8h55c10.4,0,18.8-8.4,18.8-18.8V451C233.5,451.5,231.2,451.8,228.8,451.8z"/>
32+
<path class="st7" d="M228.8,390.9c-14.5,0-26.3,11.8-26.3,26.3s11.8,26.3,26.3,26.3s26.3-11.8,26.3-26.3
33+
C255.1,402.7,243.3,390.9,228.8,390.9z M228.8,431.2c-7.7,0-14-6.3-14-14s6.3-14,14-14s14,6.3,14,14S236.5,431.2,228.8,431.2z"/>
34+
</svg>
35+
</svg>
36+
</div>
37+
<div class="headerRight headerRightContainer">
38+
<svg version="1.1" class="svgInner" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="-111 -584 976 1280" style="enable-background:new -111 -584 976 1280;" xml:space="preserve">
39+
<svg class="middleLine2" y="-125%">
40+
<line class="st9" x1="176.9" y1="410.5" x2="176.9" y2="390.5"/>
41+
<line class="st10" x1="176.9" y1="343.2" x2="176.9" y2="-1300"/>
42+
<line class="st10" x1="176.9" y1="351.4" x2="176.9" y2="392"/>
43+
<path class="st1" d="M192.2,344.9l-10.9,18.8c-2,3.4-6.9,3.4-8.9,0l-10.9-18.8c-2-3.4,0.5-7.7,4.4-7.7h21.8
44+
C191.8,337.2,194.2,341.5,192.2,344.9z"/>
45+
<path class="st1" d="M186.1,383.8h-18.3c-2.2,0-4,1.8-4,4v8.4c0,2.2,1.8,4,4,4h18.3c2.2,0,4-1.8,4-4v-8.4
46+
C190.1,385.6,188.3,383.8,186.1,383.8z"/>
47+
<circle class="st11" cx="176.9" cy="360" r="2.8"/>
48+
<circle class="st11" cx="168.7" cy="343.5" r="2.8"/>
49+
<circle class="st11" cx="185.2" cy="343.5" r="2.8"/>
50+
</svg>
51+
</svg>
52+
</div>
53+
<div class="headerRight headerRightContainer hoistParts" style="-webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%);">
54+
<svg version="1.1" class="svgInner" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="-111 -584 976 1280" style="enable-background:new -111 -584 976 1280;" xml:space="preserve">
55+
<svg y="0px" class="hoist">
56+
<g class="analytics">
57+
<path class="st6" d="M367.4,427.6c-30.9,0-56,25.1-56,56s25.1,56,56,56s56-25.1,56-56C423.4,452.8,398.3,427.6,367.4,427.6z
58+
M367.4,436.7c25.3,0,45.9,20.1,46.9,45.1h-10.7l-18.2-22.5l-26.2,31.2L340,469.6l-10.8,10.8h-8.7
59+
C322.3,456,342.7,436.7,367.4,436.7z M367.4,530.6c-24.5,0-44.7-18.9-46.8-43h11.6l7.5-7.5l19.6,21.5l25.8-30.8l14.9,18.4h13.9
60+
C411.3,512.4,391.5,530.6,367.4,530.6z"/>
61+
</g>
62+
<defs>
63+
<clipPath id="hoistMask">
64+
<rect x="320.6" y="24.6" width="93.7" height="412.1"/>
65+
</clipPath>
66+
</defs>
67+
<g class="hoistLine st12" clip-path="url(#hoistMask)">
68+
<svg class="hoistLineInner" y="0%">
69+
<g>
70+
<line class="st13" x1="366.8" y1="24.6" x2="366.8" y2="427.3"/>
71+
<circle class="st2" cx="367.1" cy="428.3" r="6"/>
72+
</g>
73+
</svg>
74+
</g>
75+
</svg>
76+
</svg>
77+
</div>
78+
<img src="/img/header/hoist.svg" alt="" class="headerRight hoist" style="-webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%);">
79+
<div class="headerRight headerRightContainer wheelsContainer" style="-webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%);">
80+
<img src="/img/header/hoistWheel.svg" alt="" class="hoistWheel">
81+
<img src="/img/header/hoistWheel.svg" alt="" class="hoistWheel">
82+
<img src="/img/header/hoistWheel.svg" alt="" class="hoistWheel">
83+
<img src="/img/header/hoistWheel.svg" alt="" class="hoistWheel">
84+
<img src="/img/header/hoistWheel.svg" alt="" class="hoistWheel">
85+
</div>
86+
87+
<!-- left side animations -->
88+
<img src="/img/header/craneBackground.svg" alt="" class="headerLeft">
89+
<div class="headerLeft headerLeftContainer">
90+
<div class="phone1ScreenContainer">
91+
<div class="appSquare one"></div>
92+
<div class="appSquare two"></div>
93+
<div class="appSquare three"></div>
94+
<div class="appRect one"></div>
95+
<div class="appRect two"></div>
96+
<div class="appRect three"></div>
97+
</div>
98+
<img src="/img/header/video.svg" alt="" class="craneVideo">
99+
<div class="craneLineContainer">
100+
<img src="/img/header/craneLine.svg" class="craneLine" alt="">
101+
</div>
102+
<img src="/img/header/cranePivot.svg" alt="" class="cranePivot">
103+
</div>
104+
105+
<!--center animations-->
106+
<img src="/img/header/truckBackground.svg" alt="" class="headerCenter">
107+
<div class="headerCenter headerCenterContainer">
108+
<img src="/img/header/pushOne.svg" alt="" class="pushOne">
109+
<img src="/img/header/middleLine.svg" alt="" class="middleLineOne">
110+
</div>
111+
</div>
112+
</div>
113+
</div>

_includes/icon-github.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<a href="https://github.com/{{ include.username }}"><span class="icon icon--github">{% include icon-github.svg %}</span><span class="username">{{ include.username }}</span></a>

_includes/icon-github.svg

Lines changed: 1 addition & 0 deletions

_includes/icon-twitter.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<a href="https://twitter.com/{{ include.username }}"><span class="icon icon--twitter">{% include icon-twitter.svg %}</span><span class="username">{{ include.username }}</span></a>

_includes/icon-twitter.svg

Lines changed: 1 addition & 0 deletions

en/ios/analytics.mdown renamed to _includes/ios/analytics.md

Lines changed: 5 additions & 0 deletions

_includes/nav-secondary.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<div class="secondaryNav">
2+
<div class="navBackground"></div>
3+
<ul>
4+
<a href="#server" class="active"><li>Parse Server</li></a>
5+
<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>
9+
<a href="#other"><li>Other</li></a>
10+
<a href="#community"><li>Community</li></a>
11+
</ul>
12+
</div>

_includes/nav.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<nav>
2+
<div class="container">
3+
<a href="https://parse.com" target="_blank">
4+
<img src="/img/logo.svg" alt="Parse logo" class="logo">
5+
</a>
6+
<ul>
7+
<a href="//parse.com/apps/quickstart" target="_blank"><li>Quickstart <span class="hideOnMobile">Guide</span></li></a>
8+
<a href="//parse.com/help" target="_blank"><li>Help</li></a>
9+
<a href="//parse.com/blog" target="_blank"><li>Blog</li></a>
10+
</ul>
11+
</div>
12+
</nav>

0 commit comments

Comments
 (0)