Skip to content

Commit 23f0fa9

Browse files
committed
docs(api-server): remove card grid from architecture page
- Deleted the CardGrid component and its contents from the architecture page - Removed information about Dependency Injection and Middleware from the main content
1 parent a108eb4 commit 23f0fa9

File tree

1 file changed

+0
-11
lines changed
  • src/content/docs/api-server/architecture

1 file changed

+0
-11
lines changed

src/content/docs/api-server/architecture/index.mdx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,3 @@ description: Dive deeper into the architectural patterns and advanced concepts o
66
import { Card, CardGrid } from '@astrojs/starlight/components';
77

88
This section explores the core architectural patterns and advanced concepts that underpin the API server, providing a deeper understanding of its design.
9-
10-
<CardGrid>
11-
<Card title="Dependency Injection" icon="tree-structure">
12-
Learn how the server manages and provides dependencies throughout the application.
13-
[Read more &rarr;](/docs/api-server/advanced/dependency-injection)
14-
</Card>
15-
<Card title="Middleware" icon="layers">
16-
Understand how middleware is used for cross-cutting concerns like authentication and logging.
17-
[Read more &rarr;](/docs/api-server/advanced/middleware)
18-
</Card>
19-
</CardGrid>

0 commit comments

Comments
 (0)