Skip to content

Commit d06b0a0

Browse files
committed
updates from review
Signed-off-by: bidi <bidi@apidemia.com>
1 parent df66e7f commit d06b0a0

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

File renamed without changes.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Because of that, your platform needs to be flexible and allow growth in the long
77

88
Our purpose is to reach a **Headless Platform** architecture for easier scalability.
99

10-
> The Headless Platform 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 Platform decouples the content management from the presentation layer.
10+
> The Headless Platform is a backend system that provides data and functionality via an API, completely decoupled from any frontend presentation layer.
11+
> Unlike monolithic platforms like WordPress that bundle the backend and frontend together, a Headless Platform separates content delivery from the presentation layer.
1212
> 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.
1313
1414
## What is "App" and what is "Core"?

docs/book/v7/introduction/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,6 @@ Ready to get started?
133133

134134
- Jump to the [Installation Guide](https://docs.dotkernel.org/api-documentation/v7/installation/getting-started/) to set up your first Dotkernel API application.
135135
- Learn the [Upgrade Procedure](https://docs.dotkernel.org/api-documentation/v7/upgrading/upgrading/) between different versions of Dotkernel API.
136-
- Check out the [Architecture at a Glance](https://docs.dotkernel.org/api-documentation/v7/introduction/architecture-at-a-glance/).
136+
- Check out the [Architecture at a Glance](https://docs.dotkernel.org/api-documentation/v7/architecture-at-a-glance/).
137137
- Review the [Core Features](https://docs.dotkernel.org/api-documentation/v7/core-features/authentication/).
138138
- Run through the [Tutorials](https://docs.dotkernel.org/api-documentation/v7/tutorials/cors/) for step-by-step instructions on how to use Dotkernel API.

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ nav:
1212
- Home: index.md
1313
- v7:
1414
- Introduction: v7/introduction/introduction.md
15-
- "Architecture at a Glance": v7/introduction/architecture-at-a-glance.md
15+
- "Architecture at a Glance": v7/architecture-at-a-glance.md
1616
- Overview:
1717
- "Server Requirements": v7/introduction/server-requirements.md
1818
- "File Structure": v7/introduction/file-structure.md

0 commit comments

Comments
 (0)