Skip to content

Commit 0cd7d8f

Browse files
committed
Initial demo
1 parent 855d872 commit 0cd7d8f

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

index.html

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
layout: default
3+
title: Welcome to Magento 2 Service Framework Documentation
4+
---
5+
6+
<div class ="container">
7+
<h1>Welcome to Magento 2 Service Framework Documentation</h1>
8+
<p>Welcome! We're glad you're here. This is where the Magento 2 service framework documentation is located. We plan to transition all Magento 2 documentation here eventually.</p>
9+
<p>For now, you can still find public documentation not directly related to services on the <a href="http://wiki.magento.com" target="_blank">Magento 2 public wiki</a>.</p>
10+
<p>Please start with What is the Magento 2 Service Framework?</p>
11+
12+
<h2>Magento Wants Your Feedback</h2>
13+
<p>Magento is constantly looking for ways to improve. You can help by providing feedback. Every page on this site has a link that enables you to fork or to open issues. Please use it!</p>
14+
<p><a href="https://github.com/magento/devdocs-code-samples/blob/master/index.html" target="_blank">Help us improve this page</a>&nbsp;<img src="images/newWindow.gif"/></p>
15+
16+
17+
18+
</div>
19+
20+
<!-- <div class="recent-posts">
21+
<h1>Recent Posts</h1>
22+
23+
<ul class="homepage-posts most-recent">
24+
<li><span><h4><a href="{{ site.baseurl }}/jekyll/testing/2013/12/08/What-is-this-anyway.html">What is this, anyway?</a>&nbsp;<span class="badge"><smaller>FRESH</smaller></span><time class="pull-right">08 Dec 2013</h4></time></span></h4></span></li>
25+
</ul>
26+
27+
28+
<ul class="homepage-posts">
29+
<li><span><h4><a href="{{ site.baseurl }}/2013/12/04/Samples.html">Samples</a><time class="pull-right">04 Dec 2013</h4></time></span></h4></span></li>
30+
</ul>
31+
32+
<ul class="homepage-posts">
33+
<li><span><h4><a href="{{ site.baseurl }}/jekyll/update/2013/11/08/welcome-to-jekyll.html">Welcome to Jekyll!</a><time class="pull-right">08 Nov 2013</h4></time></span></h4></span></li>
34+
</ul>
35+
36+
<ul>
37+
<a href="{{ site.baseurl }}/list.html">View More...</a>
38+
</ul>
39+
</div> -->
40+

0 commit comments

Comments
 (0)