Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 55bc8b1

Browse files
committed
Revised front page navigation and set up new books
1 parent 0caf351 commit 55bc8b1

47 files changed

Lines changed: 232 additions & 582 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_includes/navigation.html

Lines changed: 47 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,49 @@
11
<!--Sub Navigation-->
22
<div id="subnav-wrap">
3-
<div id="subnav">
4-
<ul class="menu nav">
5-
<!--
6-
<li class="first expanded">
7-
<a href="{{ site.gdeurl }}release-notes/bk-release-notes.html">Get Started</a>
8-
<ul class="menu nav">
9-
<li class="first leaf"><a href="{{ site.gdeurl }}release-notes/bk-release-notes.html">Release Notes</a></li>
10-
<!~~ <li class="leaf"><a href="{{ site.gdeurl }}architecture/bk-architecture.html">Magento Architecture</a></li> ~~>
11-
</ul>
12-
</li>
13-
-->
14-
<li class="first expanded">
15-
<a href="{{ site.gdeurl }}install-gde/bk-install-guide.html">System Administrator</a>
16-
<ul class="menu nav">
17-
<li class="first leaf"><a href="{{ site.gdeurl }}install-gde/bk-install-guide.html">Installation Guide</a></li>
18-
<!-- <li class="leaf"><a href="{{ site.gdeurl }}config-guide/bk-config-guide.html"">Configuration and Integration Guide</a></li> -->
19-
</ul>
20-
</li>
21-
<li class="expanded">
22-
<a href="{{ site.gdeurl }}/frontend-dev-guide/bk-frontend-dev-guide.html">Frontend Developer</a>
23-
<ul class="menu nav">
24-
<li class="first leaf"><a href="{{ site.gdeurl }}frontend-dev-guide/bk-frontend-dev-guide.html">Frontend Developer Guide</a></li>
25-
<li class="leaf"><a href="{{ site.gdeurl }}coding-standards/bk-coding-standards.html">Coding Standards</a></li>
26-
</ul>
27-
</li>
28-
<!--
29-
<li class="first expanded">
30-
<a href="article-side.html">System Integrator</a>
31-
<ul class="menu nav">
32-
<li class="first leaf"><a href="{{ site.gdeurl }}config-guide/bk-config-guide.html"">Configuration and Integration Guide</a></li>
33-
</ul>
34-
</li>
35-
-->
36-
<li class="expanded">
37-
<a href="{{ site.gdeurl }}architecture/arch_whatis.html">Extension Developer</a>
38-
<ul class="menu nav">
39-
<li class="first leaf"><a href="{{ site.gdeurl }}get-started/bk-get-started-api.html">Get Started with Magento Web APIs</a></li>
40-
<li class="leaf"><a href="{{ site.gdeurl }}architecture/arch_whatis.html">Developer Guide</a></li>
41-
<li class="leaf"><a href="{{ site.gdeurl }}coding-standards/bk-coding-standards.html">Coding Standards</a></li>
42-
<!--
43-
<li class="leaf"><a href="{{ site.baseurl }}article-side.html">PHP API Reference</a></li>
44-
<li class="leaf"><a href="{{ site.baseurl }}article-side.html">REST API Reference</a></li>
45-
-->
46-
<!-- <li class="leaf"><a href="{{ site.baseurl }}article-side.html">SOAP API Reference</a></li> -->
47-
</ul>
48-
</li>
49-
50-
</ul>
51-
52-
</div>
53-
</div>
3+
<div id="subnav">
4+
<ul class="menu nav">
5+
<li class="first expanded">
6+
<a href="{{ site.gdeurl }}release-notes/bk-release-notes.html">Get Started</a>
7+
<ul class="menu nav">
8+
<li class="first leaf"><a href="{{ site.gdeurl }}release-notes/bk-release-notes.html">Release Notes</a></li>
9+
<li class="leaf"><a href="{{ site.gdeurl }}architecture/arch_whatis.html">Magento Architecture</a></li>
10+
</ul>
11+
</li>
12+
<li class="first expanded">
13+
<a href="{{ site.gdeurl }}install-gde/bk-install-guide.html">System Administrator</a>
14+
<ul class="menu nav">
15+
<li class="first leaf"><a href="{{ site.gdeurl }}install-gde/bk-install-guide.html">Installation Guide</a></li>
16+
<li class="leaf"><a href="{{ site.gdeurl }}config-guide/bk-config-guide.html"">Configuration and Integration Guide</a></li>
17+
</ul>
18+
</li>
19+
<li class="expanded">
20+
<a href="{{ site.gdeurl }}/frontend-dev-guide/bk-frontend-dev-guide.html">Frontend Developer</a>
21+
<ul class="menu nav">
22+
<li class="first leaf"><a href="{{ site.gdeurl }}frontend-dev-guide/bk-frontend-dev-guide.html">Frontend Developer Guide</a></li>
23+
<li class="leaf"><a href="{{ site.gdeurl }}coding-standards/bk-coding-standards.html">Coding Standards</a></li>
24+
</ul>
25+
</li>
26+
<!--
27+
<li class="first expanded">
28+
<a href="article-side.html">System Integrator</a>
29+
<ul class="menu nav">
30+
<li class="first leaf"><a href="{{ site.gdeurl }}config-guide/bk-config-guide.html"">Configuration and Integration Guide</a></li>
31+
</ul>
32+
</li>
33+
-->
34+
<li class="expanded">
35+
<a href="{{ site.gdeurl }}extension-dev-guide/bk-extension-dev-guide.html">Extension Developer</a>
36+
<ul class="menu nav">
37+
<li class="first leaf"><a href="{{ site.gdeurl }}get-started/bk-get-started-api.html">Get Started with Magento Web APIs</a></li>
38+
<li class="leaf"><a href="{{ site.gdeurl }}extension-dev-guide/bk-extension-dev-guide.html">Extension Developer Guide</a></li>
39+
<li class="leaf"><a href="{{ site.gdeurl }}coding-standards/bk-coding-standards.html">Coding Standards</a></li>
40+
<!--
41+
<li class="leaf"><a href="{{ site.baseurl }}article-side.html">PHP API Reference</a></li>
42+
<li class="leaf"><a href="{{ site.baseurl }}article-side.html">REST API Reference</a></li>
43+
<li class="leaf"><a href="{{ site.baseurl }}article-side.html">SOAP API Reference</a></li>
44+
-->
45+
</ul>
46+
</li>
47+
</ul>
48+
</div>
49+
</div>

guides/v1.0/architecture/arch_asmodsys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
group: dev-guide
3+
group: arch-guide
44
subgroup: Architecture
55
title: Magento as a modular system
66
menu_title: Magento as a modular system

guides/v1.0/architecture/arch_libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
group: dev-guide
3+
group: arch-guide
44
subgroup: Architecture
55
title: Libraries
66
menu_title: Libraries

guides/v1.0/architecture/arch_themes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
group: dev-guide
3+
group: arch-guide
44
subgroup: Architecture
55
title: Themes
66
menu_title: Themes

guides/v1.0/architecture/arch_translations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
group: dev-guide
3+
group: arch-guide
44
subgroup: Architecture
55
title: Translation packs
66
menu_title: Translation packs

guides/v1.0/architecture/arch_whatis.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: default
3-
group: dev-guide
3+
group: arch-guide
44
subgroup: Architecture
5-
title: Developer Guide
5+
title: Magento Architecture
66
menu_title: What is Magento?
77
menu_order: 1
88
github_link: architecture/arch_whatis.md
@@ -25,15 +25,12 @@ Magento is a modular system, and comprises several key components used to build
2525
The Magento Framework provides core business logic and functionality, the base classes, resource models, and data access capabilities. The fundamental concepts and rules for how the components of the web site can behave are defined in the Framework. So in keeping with classic object-oriented programming methodology, the Magento Framework provides core components with base functionality which can then be inherited by custom components for a specific web site or application. The final behavior, look-and-feel, and capabilities of the web site are determined by how the components are extended and customized.
2626

2727
<div class="bs-callout bs-callout-info" id="info">
28-
<p>For more information about designing and extending the Magento components, refer to the <a href="{{ site.gdeurl }}index.html">Magento Documentation</a>.</p>
28+
<p>For more information about designing and extending the Magento components, refer to the <a href="{{ site.baseurl }}index.html">Magento Documentation</a>.</p>
2929
</div>
3030

3131
The various components of Magento, in addition to the Magento Framework and Libraries, together form a powerful set of building blocks.
3232

3333
<h2 id="m2arch-related">Related topics</h2>
3434

3535
* <a href="{{ site.gdeurl }}architecture/arch_asmodsys.html">Magento as a modular system</a>
36-
<!--* Magento framework
37-
* Magento file system
38-
* Magento database
39-
* Commonly used terms-->
36+

guides/v1.0/architecture/areas/areas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
group: dev-guide
3+
group: arch-guide
44
subgroup: Areas
55
title: Areas
66
menu_title: Areas

guides/v1.0/architecture/behavior/price-calc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
group: dev-guide
3+
group: arch-guide
44
subgroup: Behavior
55
title: How Magento calculates prices
66
menu_title: How Magento calculates prices

guides/v1.0/architecture/behavior/price-render.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
group: dev-guide
3+
group: arch-guide
44
subgroup: Behavior
55
title: How Magento renders prices
66
menu_title: How Magento renders prices

guides/v1.0/architecture/behavior/pricing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
group: dev-guide
3+
group: arch-guide
44
subgroup: Behavior
55
title: The pricing library
66
menu_title: The pricing library

0 commit comments

Comments
 (0)