You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/v1.0/architecture/arch_whatis.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
---
2
2
layout: default
3
-
group: dev-guide
3
+
group: arch-guide
4
4
subgroup: Architecture
5
-
title: Developer Guide
5
+
title: Magento Architecture
6
6
menu_title: What is Magento?
7
7
menu_order: 1
8
8
github_link: architecture/arch_whatis.md
@@ -25,15 +25,12 @@ Magento is a modular system, and comprises several key components used to build
25
25
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.
26
26
27
27
<divclass="bs-callout bs-callout-info"id="info">
28
-
<p>For more information about designing and extending the Magento components, refer to the <ahref="{{ site.gdeurl }}index.html">Magento Documentation</a>.</p>
28
+
<p>For more information about designing and extending the Magento components, refer to the <ahref="{{ site.baseurl }}index.html">Magento Documentation</a>.</p>
29
29
</div>
30
30
31
31
The various components of Magento, in addition to the Magento Framework and Libraries, together form a powerful set of building blocks.
32
32
33
33
<h2id="m2arch-related">Related topics</h2>
34
34
35
35
* <ahref="{{ site.gdeurl }}architecture/arch_asmodsys.html">Magento as a modular system</a>
0 commit comments