forked from magento/devdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
79 lines (71 loc) · 3.77 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
68
69
70
71
72
73
74
75
76
77
78
79
---
layout: home
redirect_from: /guides/v2.2/index.html
---
<section class="home-features">
<div class="container">
<br/>
<div class="message-banner index">
2.3 pre-release documentation for <a href="{{ site.baseurl }}/guides/v2.3/graphql">GraphQL</a> and <a href="{{ site.baseurl }}/guides/v2.3/extension-dev-guide/declarative-schema/index.html">Declarative Schema</a> is now available!
</div>
<div class="feature">
<img src="{{ site.baseurl }}/i/icons/install.svg" alt="" />
<h2 class="title">Setup</h2>
<ul>
<li><a href="{{ site.baseurl }}/magento-system-requirements.html">System Requirements</a></li>
<li><a href="{{ page.baseurl }}/install-gde/bk-install-guide.html">Installation Guide</a></li>
<li><a href="{{ page.baseurl }}/config-guide/bk-config-guide.html">Configuration Guide</a></li>
<li><a href="{{ page.baseurl }}/cloud/bk-cloud.html">{{site.data.var.ece}}</a></li>
</ul>
</div>
<div class="feature">
<img src="{{ site.baseurl }}/i/icons/backend.svg" alt="" />
<h2 class="title">Backend Development</h2>
<ul>
<li><a href="{{ page.baseurl }}/extension-dev-guide/bk-extension-dev-guide.html">PHP Developer Guide</a></li>
<li><a href="{{ page.baseurl }}/b2b/bk-b2b.html">B2B Developer Guide</a></li>
<li><a href="{{ page.baseurl }}/coding-standards/bk-coding-standards.html">Coding Standards</a></li>
<li><a href="{{ page.baseurl }}/coding-standards/technical-guidelines.html">Technical Guidelines</a></li>
</ul>
</div>
<div class="feature">
<img src="{{ site.baseurl }}/i/icons/frontend.svg" alt="" />
<h2 class="title">Frontend Development</h2>
<ul>
<li><a href="{{ page.baseurl }}/frontend-dev-guide/bk-frontend-dev-guide.html">Frontend Developer Guide</a></li>
<li><a href="{{ page.baseurl }}/ui_comp_guide/bk-ui_comps.html">UI Components Guide</a></li>
<li><a href="{{ page.baseurl }}/javascript-dev-guide/bk-javascript-dev-guide.html">JavaScript Developer Guide</a></li>
<li><a href="{{ page.baseurl }}/pattern-library/bk-pattern.html">Admin Pattern Library</a></li>
</ul>
</div>
<div class="feature">
<img src="{{ site.baseurl }}/i/icons/release.svg" alt="" />
<h2 class="title">Release Information</h2>
<ul>
<li><a href="{{ page.baseurl }}/release-notes/bk-release-notes.html">Release Notes</a></li>
<li><a href="{{ page.baseurl }}/magento-devdocs-whatsnew.html">What's New on DevDocs</a></li>
<li><a href="{{ page.baseurl }}/release-notes/backward-incompatible-changes/index.html">Backward Incompatible Changes</a></li>
<li><a href="{{ site.baseurl }}/magento-techbull.html">Technical Bulletins</a></li>
</ul>
</div>
<div class="feature">
<img src="{{ site.baseurl }}/i/icons/api.svg" alt="" />
<h2 class="title">Magento APIs</h2>
<ul>
<li><a href="{{ page.baseurl }}/get-started/bk-get-started-api.html">Get Started with Magento APIs</a></li>
<li><a href="{{ page.baseurl }}/rest/bk-rest.html">REST API Reference (Static)</a></li>
<li><a href="{{ page.baseurl }}/rest/generate-local.html">REST API Reference (Local)</a></li>
</ul>
</div>
<div class="feature">
<img src="{{ site.baseurl }}/i/icons/community.svg" alt="" />
<h2 class="title">Community</h2>
<ul>
<li><a href="{{ site.baseurl }}/community/resources">Community Resources</a></li>
<li><a href="{{ page.baseurl }}/contributor-guide/contributing_dod.html">Magento Definition of Done</a></li>
<li><a href="{{ page.baseurl }}/contributor-guide/contributing.html">Contributor Guide</a></li>
</ul>
</div>
</div>
</section><!-- END home-features -->
{% include home/contributors.html %}