forked from magento/devdocs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
70 lines (65 loc) · 3.72 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
---
layout: home
---
<section class="page-intro">
<div class="container">
<h2 class="page-heading">Magento2中文开发文档</h2>
</div>
</section>
<!-- NEWS -->
<section class="home-section">
<div class="container">
<h2 class="no-padding">Magento入门</h2>
<h3><a href="{{ site.gdeurl }}release-notes/bk-release-notes.html">发行说明</a></h3>
<p>新功能,增强功能在Magento 2 中</p>
<h3><a href="{{ site.gdeurl }}architecture/bk-architecture.html">Magento文件结构</a></h3>
<p>什么是Magento?Magento 如何组织、 模块、 文件系统和数据库概述.</p>
<div class="panel-separator"></div>
</div>
</section>
<!-- ADMINS -->
<section class="home-section">
<div class="container">
<h2 class="no-padding">系统管理员</h2>
<!-- <p>Install and configure Magento.</p> -->
<h3><a href="{{ site.gdeurl }}install-gde/bk-install-guide.html">Magento安装手册</a></h3>
<p>如何安装Magento和组件.</p>
<h3><a href="{{ site.gdeurl }}comp-mgr/bk-compman-upgrade-guide.html">组件管理和升级指南</a></h3>
<p>如何管理Magento组件(扩展,语言包和主题).</p>
<h3><a href="{{ site.gdeurl }}config-guide/bk-config-guide.html">Magento配置指南</a></h3>
<p>了解如何配置 Magento 和与 Magento 集成第三方软件。</p>
<h3><a href="{{ site.gdeurl }}migration/bk-migration-guide.html">搬家迁移指南</a></h3>
<p>迁移数据从Magento 1.x到Magento 2.0.</p>
<div class="panel-separator"></div>
</div>
</section>
<!-- DEVELOPERS -->
<section class="home-section">
<div class="container">
<h2 class="no-padding">开发者</h2>
<h3><a href="{{ site.gdeurl }}contributor-guide/contributing.html">贡献者手册</a></h3>
<p>如何贡献你的Magento 2 代码和 Magento 2 文档。</p>
<h3><a href="{{ site.gdeurl }}frontend-dev-guide/bk-frontend-dev-guide.html">前端开发人员手册</a></h3>
<p>自定义你的网店前端设计.</p>
<h3><a href="{{ site.gdeurl }}ui-library/ui-library-component.html">UI组件</a></h3>
<p>如何使用网格、 表单和其他元素的 Magento UI 组件.</p>
<h3><a href="{{ site.gdeurl }}javascript-dev-guide/bk-javascript-dev-guide.html">JavaScript开发者手册</a></h3>
<p>你需要知道关于 Magento 和 JavaScript的一切.</p>
<h3><a href="{{ site.gdeurl }}extension-dev-guide/bk-extension-dev-guide.html">PHP开发者手册</a></h3>
<p>什么是Magento? Magento 如何组织、 模块、 文件系统和数据库概述.</p>
<p>什么是扩展? 如何创建或自定义和测试和打包扩展.</p>
<h3><a href="{{ site.gdeurl }}mtf/mtf_introduction.html">Magento测试框架手册</a></h3>
<p>与 Magento 测试框架 (MTF),您可以创建和运行功能测试,以使它更易于执行基本验收测试、 冒烟测试,回归测试等。</p>
<h3><a href="{{ site.gdeurl }}pattern-library/bk-pattern.html">Magento后台管理库</a></h3>
<p>A design pattern is an agreed-upon guide for creating UI features and interactions.</p>
<h3><a href="{{ site.gdeurl }}coding-standards/bk-coding-standards.html">编码标准</a></h3>
<p>代码扩展或自定义我的店面时,应遵循哪些标准?</p>
<h3><a href="{{ site.gdeurl }}get-started/bk-get-started-api.html">Magento Web API入门</a></h3>
<p>什么是web APIs? 如何REST,SOAP web API?</p>
<h3><a href="{{ site.gdeurl }}rest/bk-rest.html">REST API Reference</a></h3>
<p>Provides reference information for REST.</p>
<h3><a href="{{ site.gdeurl }}soap/bk-soap.html">SOAP Reference</a></h3>
<p>Provides reference information for SOAP.</p>
<div class="panel-separator"></div>
</div>
</section>