Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 2456739

Browse files
author
xcomSteveJohnson
committed
Merge pull request #4 from magento/master
Initial-demo
2 parents b8d2d5c + 41156a5 commit 2456739

File tree

194 files changed

+59108
-1
lines changed

Some content is hidden

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

194 files changed

+59108
-1
lines changed

common/empty.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This folder is empty

guides/m2devgde/V1.0.0.0/empty.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
This directory is empty.
1+
This folder is empty
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
source 'https://rubygems.org'
2+
gem 'github-pages'
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
RedCloth (4.2.9)
5+
blankslate (2.1.2.4)
6+
classifier (1.3.4)
7+
fast-stemmer (>= 1.0.0)
8+
colorator (0.1)
9+
commander (4.1.6)
10+
highline (~> 1.6.11)
11+
fast-stemmer (1.0.2)
12+
ffi (1.9.3)
13+
github-pages (15)
14+
RedCloth (= 4.2.9)
15+
jekyll (= 1.4.3)
16+
kramdown (= 1.3.1)
17+
liquid (= 2.5.5)
18+
maruku (= 0.7.0)
19+
rdiscount (= 2.1.7)
20+
redcarpet (= 2.3.0)
21+
highline (1.6.21)
22+
jekyll (1.4.3)
23+
classifier (~> 1.3)
24+
colorator (~> 0.1)
25+
commander (~> 4.1.3)
26+
liquid (~> 2.5.5)
27+
listen (~> 1.3)
28+
maruku (~> 0.7.0)
29+
pygments.rb (~> 0.5.0)
30+
redcarpet (~> 2.3.0)
31+
safe_yaml (~> 0.9.7)
32+
toml (~> 0.1.0)
33+
kramdown (1.3.1)
34+
liquid (2.5.5)
35+
listen (1.3.1)
36+
rb-fsevent (>= 0.9.3)
37+
rb-inotify (>= 0.9)
38+
rb-kqueue (>= 0.2)
39+
maruku (0.7.0)
40+
parslet (1.5.0)
41+
blankslate (~> 2.0)
42+
posix-spawn (0.3.8)
43+
pygments.rb (0.5.4)
44+
posix-spawn (~> 0.3.6)
45+
yajl-ruby (~> 1.1.0)
46+
rb-fsevent (0.9.4)
47+
rb-inotify (0.9.3)
48+
ffi (>= 0.5.0)
49+
rb-kqueue (0.2.2)
50+
ffi (>= 0.5.0)
51+
rdiscount (2.1.7)
52+
redcarpet (2.3.0)
53+
safe_yaml (0.9.7)
54+
toml (0.1.1)
55+
parslet (~> 1.5.0)
56+
yajl-ruby (1.1.0)
57+
58+
PLATFORMS
59+
ruby
60+
61+
DEPENDENCIES
62+
github-pages
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
devdocs_jekyll-test
2+
===================
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name: Magento 2 Developer's Guide
2+
markdown: redcarpet
3+
pygments: true
4+
baseurl: /pages/stevjohnson/devdocs_jekyll-test/
5+
description: Magento 2 Developer's Guide
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<footer>
2+
<p class="text-muted credit">Copyright &copy; 2014 Magento, Inc. (an eBay, Inc. company). All Rights Reserved.<br />
3+
For more information, contact <a href="mailto:[email protected]">the Magento 2 documentation team</a>.</p>
4+
5+
</footer>
6+
<!-- Bootstrap core JavaScript-->
7+
<script src="{{ site.baseurl }}/js/jquery-1.10.2.min.js"></script>
8+
<script src="{{ site.baseurl }}/js/bootstrap.min.js"></script>
9+
<script src="{{ site.baseurl }}/js/bootstrap.js"></script>
10+
<script type="text/javascript" src="{{ site.baseurl }}/js/hc.js"></script>
11+
</body>
12+
13+
</html>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
</div>
2+
<div class="container">
3+
<div id="welcome-greeting">
4+
<h1>Your Guide to Infinite Possibilities</h1>
5+
<h2>This is the Magento.com site guide, where you'll find all the instructions you need to be a productive member of the Magento society.</h2> <hr />
6+
7+
</div>
8+
</div>
9+
10+
<div class ="container">
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>{{ page.title }}</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="description" content="{{ site.description }}">
8+
<link href="{{ site.baseurl }}/css/bootstrap.min.css" rel="stylesheet">
9+
<link href="{{ site.baseurl }}/css/hc.css" rel="stylesheet">
10+
<link href="{{ site.baseurl }}/css/main.css" rel="stylesheet">
11+
12+
<!-- <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
13+
--> <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
14+
<!--[if lt IE 9]>
15+
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
16+
<![endif] d-->
17+
</head>
18+
<body>
19+
<!-- <div class="nav-toggle"><i class="fa fa-bars fa-2x"></i> Herring Cove </div>
20+
--> <div id = "wrapper">
21+
22+
23+
<div class="navbar navbar-default" role="navigation">
24+
<div class="container">
25+
<div class="navbar-header">
26+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
27+
<span class="sr-only">Toggle navigation</span>
28+
<span class="icon-bar"></span>
29+
<span class="icon-bar"></span>
30+
<span class="icon-bar"></span>
31+
</button>
32+
<p class="navbar-brand">{{ site.name }}</p>
33+
</div>
34+
<div class="navbar-collapse collapse">
35+
<ul class="nav navbar-nav">
36+
<li><a href="{{ site.baseurl }}/svc-how-to-use.html">How a Client Uses a Service</a></li>
37+
<li><a href="{{ site.baseurl }}/what-is-svc.html">What is the Magento 2 Service Framework?</a></li>
38+
<!-- <li><a href="{{ site.baseurl }}/links.html">Links</a></li>
39+
<li><a href="{{ site.baseurl }}/projects.html">Projects</a></li>
40+
<li><a href="{{ site.baseurl }}/about.html">About</a></li> -->
41+
</ul>
42+
</div><!--/.nav-collapse -->
43+
</div>
44+
</div>
45+
46+
47+
48+
<!-- Sidebar -->
49+
50+
51+
<div id="sidebar-wrapper">
52+
<div class="logo">
53+
<a href="{{ site.baseurl }}/"><img src="images/magento-logo-m.png"></a>
54+
</div>
55+
<ul class="sidebar-nav">
56+
<li class="sidebar-brand"><h1 class="brand">Contents</h1><!-- <h3>{{ site.description }}</h3> --></li>
57+
<hr />
58+
<li><a href="{{ site.baseurl }}/svc-how-to-use.html">How a Client Uses a Service</a></li>
59+
<li><a href="{{ site.baseurl }}/what-is-svc.html">What is the Magento 2 Service Framework?</a></li>
60+
<!-- <li><a href="{{ site.baseurl }}/links.html">Links</a></li>
61+
<li><a href="{{ site.baseurl }}/projects.html">Projects</a></li>
62+
<li><a href="{{ site.baseurl }}/about.html">About</a></li> -->
63+
<hr />
64+
</ul>
65+
</div>
66+
67+
68+
69+
<div class="container">
70+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
</div>
2+
<style>
3+
.showcase-wrapper {background-image: url("{{ site.baseurl }}/images/showcase.jpg");}
4+
</style>
5+
<div class="showcase-wrapper sticky">
6+
<div class="showcase-text">
7+
<span class="badge lazy"><smaller>FRESHLY MINTED</smaller></span><br>Magento.com Site Manual<br>
8+
</div>
9+
</div>
10+
<div class="container">
11+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{% include header.html %}
2+
{{ content }}
3+
{% include footer.html %}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{% include header.html %}
2+
{{ content }}
3+
{% include footer.html %}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Magento 2 Developer's Guide
3+
---
4+
{% include header.html %}
5+
<!-- {% include showcase.html %}
6+
{% include greeting.html %} -->
7+
{{ content }}
8+
{% include footer.html %}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
---
3+
{% include header.html %}
4+
{{ content }}
5+
{% include footer.html %}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{% include header.html %}
2+
{{ content }}
3+
{% include footer.html %}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: All Posts
3+
---
4+
{% include header.html %}
5+
{{ content }}
6+
{% include footer.html %}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
---
3+
{% include header.html %}
4+
{{ content }}
5+
{% include footer.html %}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
source 'https://rubygems.org'
2+
gem 'github-pages'
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
RedCloth (4.2.9)
5+
blankslate (2.1.2.4)
6+
classifier (1.3.4)
7+
fast-stemmer (>= 1.0.0)
8+
colorator (0.1)
9+
commander (4.1.6)
10+
highline (~> 1.6.11)
11+
fast-stemmer (1.0.2)
12+
ffi (1.9.3)
13+
github-pages (15)
14+
RedCloth (= 4.2.9)
15+
jekyll (= 1.4.3)
16+
kramdown (= 1.3.1)
17+
liquid (= 2.5.5)
18+
maruku (= 0.7.0)
19+
rdiscount (= 2.1.7)
20+
redcarpet (= 2.3.0)
21+
highline (1.6.21)
22+
jekyll (1.4.3)
23+
classifier (~> 1.3)
24+
colorator (~> 0.1)
25+
commander (~> 4.1.3)
26+
liquid (~> 2.5.5)
27+
listen (~> 1.3)
28+
maruku (~> 0.7.0)
29+
pygments.rb (~> 0.5.0)
30+
redcarpet (~> 2.3.0)
31+
safe_yaml (~> 0.9.7)
32+
toml (~> 0.1.0)
33+
kramdown (1.3.1)
34+
liquid (2.5.5)
35+
listen (1.3.1)
36+
rb-fsevent (>= 0.9.3)
37+
rb-inotify (>= 0.9)
38+
rb-kqueue (>= 0.2)
39+
maruku (0.7.0)
40+
parslet (1.5.0)
41+
blankslate (~> 2.0)
42+
posix-spawn (0.3.8)
43+
pygments.rb (0.5.4)
44+
posix-spawn (~> 0.3.6)
45+
yajl-ruby (~> 1.1.0)
46+
rb-fsevent (0.9.4)
47+
rb-inotify (0.9.3)
48+
ffi (>= 0.5.0)
49+
rb-kqueue (0.2.2)
50+
ffi (>= 0.5.0)
51+
rdiscount (2.1.7)
52+
redcarpet (2.3.0)
53+
safe_yaml (0.9.7)
54+
toml (0.1.1)
55+
parslet (~> 1.5.0)
56+
yajl-ruby (1.1.0)
57+
58+
PLATFORMS
59+
ruby
60+
61+
DEPENDENCIES
62+
github-pages
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
devdocs_jekyll-test
2+
===================

0 commit comments

Comments
 (0)