Skip to content

Commit 453af19

Browse files
committed
core page updated
Signed-off-by: arhimede <[email protected]>
1 parent 97ac6d6 commit 453af19

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/book/v6/extended-features/core-and-app.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,18 @@ In the 6.0 version, the project is split into two main parts: **App** and **Core
55
When you start a new project, there are chances that the requirements are not defined well.
66
Because of that, your platform needs to be flexible and allow growth in the long term.
77

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.
1213
1314
## What is "App" and what is "Core"?
1415

1516
### Core
1617

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.
1920

2021
- It handles things like:
2122
- Authentication

0 commit comments

Comments
 (0)