Skip to content

Commit 3bf7ad7

Browse files
committed
issue #96: new structure: split the code in Core and App
Signed-off-by: horea <[email protected]>
1 parent e79c9db commit 3bf7ad7

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,20 @@
22

33
In the 6.0 version, the project is split into two main parts: **App** and **Core**.
44

5-
The purpose is to reach a headless CMS format for easier scalability.
6-
Headless CMS is a back-end-only content management system that acts primarily as a content repository.
5+
When you start a new project, there are chances that the requirements are not defined well.
6+
Because of that, your platform needs to be flexible and allow growth in the long term.
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.
710
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.
8-
The content is delivered through APIs allowing any front-end to fetch and display it, making front-end and back-end development easier to work in parallel.
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.
912

1013
## What is "App" and what is "Core"?
1114

1215
### Core
1316

14-
The **Core** like the backbone of the application.
15-
It's where the core logic lives.
17+
The **Core** the backbone of the application.
18+
It contains the core logic, the lowest-level features.
1619

1720
- It handles things like:
1821
- Authentication

0 commit comments

Comments
 (0)