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

Initial-demo #4

Merged
4 commits merged into from
Apr 24, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions common/empty.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This folder is empty
2 changes: 1 addition & 1 deletion guides/m2devgde/V1.0.0.0/empty.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This directory is empty.
This folder is empty
2 changes: 2 additions & 0 deletions guides/test_m2devgde-jekyll/Test/Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
source 'https://rubygems.org'
gem 'github-pages'
62 changes: 62 additions & 0 deletions guides/test_m2devgde-jekyll/Test/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
GEM
remote: https://rubygems.org/
specs:
RedCloth (4.2.9)
blankslate (2.1.2.4)
classifier (1.3.4)
fast-stemmer (>= 1.0.0)
colorator (0.1)
commander (4.1.6)
highline (~> 1.6.11)
fast-stemmer (1.0.2)
ffi (1.9.3)
github-pages (15)
RedCloth (= 4.2.9)
jekyll (= 1.4.3)
kramdown (= 1.3.1)
liquid (= 2.5.5)
maruku (= 0.7.0)
rdiscount (= 2.1.7)
redcarpet (= 2.3.0)
highline (1.6.21)
jekyll (1.4.3)
classifier (~> 1.3)
colorator (~> 0.1)
commander (~> 4.1.3)
liquid (~> 2.5.5)
listen (~> 1.3)
maruku (~> 0.7.0)
pygments.rb (~> 0.5.0)
redcarpet (~> 2.3.0)
safe_yaml (~> 0.9.7)
toml (~> 0.1.0)
kramdown (1.3.1)
liquid (2.5.5)
listen (1.3.1)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
rb-kqueue (>= 0.2)
maruku (0.7.0)
parslet (1.5.0)
blankslate (~> 2.0)
posix-spawn (0.3.8)
pygments.rb (0.5.4)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.1.0)
rb-fsevent (0.9.4)
rb-inotify (0.9.3)
ffi (>= 0.5.0)
rb-kqueue (0.2.2)
ffi (>= 0.5.0)
rdiscount (2.1.7)
redcarpet (2.3.0)
safe_yaml (0.9.7)
toml (0.1.1)
parslet (~> 1.5.0)
yajl-ruby (1.1.0)

PLATFORMS
ruby

DEPENDENCIES
github-pages
2 changes: 2 additions & 0 deletions guides/test_m2devgde-jekyll/Test/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
devdocs_jekyll-test
===================
5 changes: 5 additions & 0 deletions guides/test_m2devgde-jekyll/Test/_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: Magento 2 Developer's Guide
markdown: redcarpet
pygments: true
baseurl: /pages/stevjohnson/devdocs_jekyll-test/
description: Magento 2 Developer's Guide
13 changes: 13 additions & 0 deletions guides/test_m2devgde-jekyll/Test/_includes/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<footer>
<p class="text-muted credit">Copyright &copy; 2014 Magento, Inc. (an eBay, Inc. company). All Rights Reserved.<br />
For more information, contact <a href="mailto:[email protected]">the Magento 2 documentation team</a>.</p>

</footer>
<!-- Bootstrap core JavaScript-->
<script src="{{ site.baseurl }}/js/jquery-1.10.2.min.js"></script>
<script src="{{ site.baseurl }}/js/bootstrap.min.js"></script>
<script src="{{ site.baseurl }}/js/bootstrap.js"></script>
<script type="text/javascript" src="{{ site.baseurl }}/js/hc.js"></script>
</body>

</html>
10 changes: 10 additions & 0 deletions guides/test_m2devgde-jekyll/Test/_includes/greeting.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
</div>
<div class="container">
<div id="welcome-greeting">
<h1>Your Guide to Infinite Possibilities</h1>
<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 />

</div>
</div>

<div class ="container">
70 changes: 70 additions & 0 deletions guides/test_m2devgde-jekyll/Test/_includes/header.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>{{ page.title }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="{{ site.description }}">
<link href="{{ site.baseurl }}/css/bootstrap.min.css" rel="stylesheet">
<link href="{{ site.baseurl }}/css/hc.css" rel="stylesheet">
<link href="{{ site.baseurl }}/css/main.css" rel="stylesheet">

<!-- <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
--> <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif] d-->
</head>
<body>
<!-- <div class="nav-toggle"><i class="fa fa-bars fa-2x"></i> Herring Cove </div>
--> <div id = "wrapper">


<div class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<p class="navbar-brand">{{ site.name }}</p>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="{{ site.baseurl }}/svc-how-to-use.html">How a Client Uses a Service</a></li>
<li><a href="{{ site.baseurl }}/what-is-svc.html">What is the Magento 2 Service Framework?</a></li>
<!-- <li><a href="{{ site.baseurl }}/links.html">Links</a></li>
<li><a href="{{ site.baseurl }}/projects.html">Projects</a></li>
<li><a href="{{ site.baseurl }}/about.html">About</a></li> -->
</ul>
</div><!--/.nav-collapse -->
</div>
</div>



<!-- Sidebar -->


<div id="sidebar-wrapper">
<div class="logo">
<a href="{{ site.baseurl }}/"><img src="images/magento-logo-m.png"></a>
</div>
<ul class="sidebar-nav">
<li class="sidebar-brand"><h1 class="brand">Contents</h1><!-- <h3>{{ site.description }}</h3> --></li>
<hr />
<li><a href="{{ site.baseurl }}/svc-how-to-use.html">How a Client Uses a Service</a></li>
<li><a href="{{ site.baseurl }}/what-is-svc.html">What is the Magento 2 Service Framework?</a></li>
<!-- <li><a href="{{ site.baseurl }}/links.html">Links</a></li>
<li><a href="{{ site.baseurl }}/projects.html">Projects</a></li>
<li><a href="{{ site.baseurl }}/about.html">About</a></li> -->
<hr />
</ul>
</div>



<div class="container">

11 changes: 11 additions & 0 deletions guides/test_m2devgde-jekyll/Test/_includes/showcase.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
</div>
<style>
.showcase-wrapper {background-image: url("{{ site.baseurl }}/images/showcase.jpg");}
</style>
<div class="showcase-wrapper sticky">
<div class="showcase-text">
<span class="badge lazy"><smaller>FRESHLY MINTED</smaller></span><br>Magento.com Site Manual<br>
</div>
</div>
<div class="container">

3 changes: 3 additions & 0 deletions guides/test_m2devgde-jekyll/Test/_layouts/about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{% include header.html %}
{{ content }}
{% include footer.html %}
3 changes: 3 additions & 0 deletions guides/test_m2devgde-jekyll/Test/_layouts/article.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{% include header.html %}
{{ content }}
{% include footer.html %}
8 changes: 8 additions & 0 deletions guides/test_m2devgde-jekyll/Test/_layouts/default.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Magento 2 Developer's Guide
---
{% include header.html %}
<!-- {% include showcase.html %}
{% include greeting.html %} -->
{{ content }}
{% include footer.html %}
5 changes: 5 additions & 0 deletions guides/test_m2devgde-jekyll/Test/_layouts/howto.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
---
{% include header.html %}
{{ content }}
{% include footer.html %}
3 changes: 3 additions & 0 deletions guides/test_m2devgde-jekyll/Test/_layouts/links.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{% include header.html %}
{{ content }}
{% include footer.html %}
6 changes: 6 additions & 0 deletions guides/test_m2devgde-jekyll/Test/_layouts/list.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: All Posts
---
{% include header.html %}
{{ content }}
{% include footer.html %}
5 changes: 5 additions & 0 deletions guides/test_m2devgde-jekyll/Test/_layouts/projects.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
---
{% include header.html %}
{{ content }}
{% include footer.html %}
2 changes: 2 additions & 0 deletions guides/test_m2devgde-jekyll/Test/_site/Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
source 'https://rubygems.org'
gem 'github-pages'
62 changes: 62 additions & 0 deletions guides/test_m2devgde-jekyll/Test/_site/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
GEM
remote: https://rubygems.org/
specs:
RedCloth (4.2.9)
blankslate (2.1.2.4)
classifier (1.3.4)
fast-stemmer (>= 1.0.0)
colorator (0.1)
commander (4.1.6)
highline (~> 1.6.11)
fast-stemmer (1.0.2)
ffi (1.9.3)
github-pages (15)
RedCloth (= 4.2.9)
jekyll (= 1.4.3)
kramdown (= 1.3.1)
liquid (= 2.5.5)
maruku (= 0.7.0)
rdiscount (= 2.1.7)
redcarpet (= 2.3.0)
highline (1.6.21)
jekyll (1.4.3)
classifier (~> 1.3)
colorator (~> 0.1)
commander (~> 4.1.3)
liquid (~> 2.5.5)
listen (~> 1.3)
maruku (~> 0.7.0)
pygments.rb (~> 0.5.0)
redcarpet (~> 2.3.0)
safe_yaml (~> 0.9.7)
toml (~> 0.1.0)
kramdown (1.3.1)
liquid (2.5.5)
listen (1.3.1)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
rb-kqueue (>= 0.2)
maruku (0.7.0)
parslet (1.5.0)
blankslate (~> 2.0)
posix-spawn (0.3.8)
pygments.rb (0.5.4)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.1.0)
rb-fsevent (0.9.4)
rb-inotify (0.9.3)
ffi (>= 0.5.0)
rb-kqueue (0.2.2)
ffi (>= 0.5.0)
rdiscount (2.1.7)
redcarpet (2.3.0)
safe_yaml (0.9.7)
toml (0.1.1)
parslet (~> 1.5.0)
yajl-ruby (1.1.0)

PLATFORMS
ruby

DEPENDENCIES
github-pages
2 changes: 2 additions & 0 deletions guides/test_m2devgde-jekyll/Test/_site/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
devdocs_jekyll-test
===================
Loading