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: docs/book/v6/extended-features/core-and-app.md
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5,17 +5,18 @@ In the 6.0 version, the project is split into two main parts: **App** and **Core
5
5
When you start a new project, there are chances that the requirements are not defined well.
6
6
Because of that, your platform needs to be flexible and allow growth in the long term.
7
7
8
-
Our purpose is to reach a Headless CMS architecture for easier scalability.
9
-
Headless CMS is a backend-only content management system that acts primarily as a content repository.
10
-
Compared to traditional CMS platforms (e.g WordPress) that tightly couple the front end and back end, a headless CMS decouples the content management from the presentation layer.
11
-
The content is delivered through APIs allowing any frontend to fetch and display it, which also enables working in parallel on the backend and potentially multiple frontends.
8
+
Our purpose is to reach a **Headless CMS** architecture for easier scalability.
9
+
10
+
> Headless CMS is a backend-only content management system that acts primarily as a content repository.
11
+
> Compared to traditional CMS platforms (e.g WordPress) that tightly couple the front end and back end, a headless CMS decouples the content management from the presentation layer.
12
+
> The content is delivered through APIs allowing any frontend to fetch and display it, which also enables working in parallel on the backend and potentially multiple frontends.
12
13
13
14
## What is "App" and what is "Core"?
14
15
15
16
### Core
16
17
17
-
The **Core** the backbone of the application.
18
-
It contains the core logic, the lowest-level features.
18
+
The **Core**is the backbone of the application.
19
+
It contains the core business logic, the lowest-level features.
0 commit comments