Skip to content

Commit 04b1ac3

Browse files
committed
docs(mobile-client): add guides index page
- Create new index page for developer guides in the mobile client section - Add CardGrid component to display available guides - Include guides for styling/theming and localization
1 parent b554bc7 commit 04b1ac3

File tree

1 file changed

+19
-0
lines changed
  • src/content/docs/mobile-client/guides

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Developer Guides
3+
description: Practical guides for developers on theming, customization, and localization for the mobile client.
4+
---
5+
6+
import { Card, CardGrid } from '@astrojs/starlight/components';
7+
8+
This section provides practical, step-by-step guides for developers working on the mobile client.
9+
10+
<CardGrid>
11+
<Card title="Styling & Theming" icon="palette">
12+
Learn how to customize the application's visual appearance.
13+
[Read more &rarr;](/docs/mobile-client/guides/styling-and-theming/)
14+
</Card>
15+
<Card title="Localization" icon="translate">
16+
A guide to adding new languages and translations to the mobile client.
17+
[Read more &rarr;](/docs/mobile-client/guides/localization/)
18+
</Card>
19+
</CardGrid>

0 commit comments

Comments
 (0)