forked from magento/devdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (64 loc) · 3.21 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
layout: home
---
<section class="page-intro">
<div class="container">
<h2 class="page-heading">Magento 2 Developer Documentation</h2>
</div>
</section>
<!-- NEWS -->
<section class="home-section">
<div class="container">
<h2 class="no-padding">Get Started with Magento</h2>
<h3><a href="{{ site.gdeurl }}release-notes/release-notes.html">Release Notes</a></h3>
<p>New features, enhancements, and behavior changes in Magento 2.</p>
<h3><a href="{{ site.gdeurl }}architecture/bk-architecture.html">Magento Architecture</a></h3>
<p>What is Magento? How the Magento platform is organized, overview of modules, file system, and database.</p>
<div class="panel-separator"></div>
</div>
</section>
<!-- ADMINS -->
<section class="home-section">
<div class="container">
<h2 class="no-padding">System Administrators</h2>
<!-- <p>Install and configure Magento.</p> -->
<h3><a href="{{ site.gdeurl }}install-gde/bk-install-guide.html">Installation Guide</a></h3>
<p>How to use Composer to install Magento and extensions.</p>
<h3><a href="{{ site.gdeurl }}config-guide/bk-config-guide.html">Configuration Guide</a></h3>
<p>Learn how to configure Magento and integrate third-party software with Magento.</p>
<div class="panel-separator"></div>
</div>
</section>
<!-- FRONT END DEVS -->
<section class="home-section">
<div class="container">
<h2 class="no-padding">Frontend Developers</h2>
<h3><a href="{{ site.gdeurl }}frontend-dev-guide/bk-frontend-dev-guide.html">Frontend Developer Guide</a></h3>
<p>Customize your storefront.</p>
<h3><a href="{{ site.gdeurl }}coding-standards/bk-coding-standards.html">Coding Standards</a></h3>
<p>Which standards should I follow when I code extensions or customize my storefront?</p>
<div class="panel-separator"></div>
</div>
</section>
<!-- EXTENSION DEVS -->
<section class="home-section">
<div class="container">
<h2 class="no-padding">Extension Developers</h2>
<h3><a href="{{ site.gdeurl }}get-started/bk-get-started-api.html">Get Started with Magento Web APIs</a></h3>
<p>What are the web APIs? How can I call the REST and SOAP web APIs?</p>
<h3><a href="{{ site.gdeurl }}extension-dev-guide/bk-extension-dev-guide.html">Extension Developer Guide</a></h3>
<p>What is Magento? How the Magento platform is organized, overview of modules, file system, and database.</p>
<p>What is an extension? A module service contract? Create or customize, and test and package extensions.</p>
<h3><a href="{{ site.gdeurl }}coding-standards/bk-coding-standards.html">Coding Standards</a></h3>
<p>Which standards should I follow when I code extensions or customize my storefront?</p>
<!-- <h3><a href="{{ site.baseurl }}article-side.html">PHP API Reference</a></h3> -->
<div class="panel-separator"></div>
</div>
</section>
<!-- CONTRIBUTORS -->
<section class="home-section">
<div class="container">
<h2 class="no-padding">Contributors</h2>
<h3><a href="{{ site.gdeurl }}contributor-guide/CONTRIBUTING.html"">Contributor Guide</a></h3>
<p>Learn how to use the fork & pull model to contribute to the Magento 2 codebase.</p></div>
</section>