@@ -14,45 +14,45 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
1414
1515<CardGrid >
1616 <Card title = " Guides & Concepts" icon = " open-book" >
17- Core concepts like architecture, data fetching, and security. [ Learn the fundamentals] ( ./guides/ architecture/ )
17+ Core concepts like architecture, data fetching, and security. [ Learn the fundamentals] ( ./architecture/ )
1818 </Card >
1919 <Card title = " App Configuration" icon = " setting" >
20- Setting up CoreAdmin, resources, and routing. [ Configure your app] ( ./app-configuration/ coreadmin/ )
20+ Setting up CoreAdmin, resources, and routing. [ Configure your app] ( ./coreadmin/ )
2121 </Card >
2222 <Card title = " Data Fetching" icon = " random" >
23- Working with APIs, data providers, and queries. [ Connect your API] ( ./data-fetching/ dataproviders/ )
23+ Working with APIs, data providers, and queries. [ Connect your API] ( ./dataproviders/ )
2424 </Card >
2525 <Card title = " Security" icon = " approve-check" >
26- Authentication, authorization, and access control. [ Secure your app] ( ./security/ authentication/ )
26+ Authentication, authorization, and access control. [ Secure your app] ( ./authentication/ )
2727 </Card >
2828 <Card title = " List Pages" icon = " list-format" >
29- Building list views, filtering, and pagination. [ Create list views] ( ./list/ listtutorial/ )
29+ Building list views, filtering, and pagination. [ Create list views] ( ./listtutorial/ )
3030 </Card >
3131 <Card title = " Creation & Edition" icon = " pencil" >
32- Forms, validation, and input components. [ Build forms] ( ./create-edit/ edittutorial/ )
32+ Forms, validation, and input components. [ Build forms] ( ./edittutorial/ )
3333 </Card >
3434 <Card title = " Show Pages" icon = " document" >
35- Detail views and field components. [ Display records] ( ./show/ showbase/ )
35+ Detail views and field components. [ Display records] ( ./showbase/ )
3636 </Card >
3737 <Card title = " Common Components" icon = " puzzle" >
38- Shared utilities and patterns. [ Reusable tools] ( ./common/ usegetrecordid/ )
38+ Shared utilities and patterns. [ Reusable tools] ( ./usegetrecordid/ )
3939 </Card >
4040 <Card title = " Fields" icon = " information" >
41- Display components for different data types. [ Show your data] ( ./fields/fields/ )
41+ Display components for different data types. [ Show your data] ( ./fields/ )
4242 </Card >
4343 <Card title = " Inputs" icon = " add-document" >
44- Form input components and validation. [ Handle user input] ( ./inputs/inputs/ )
44+ Form input components and validation. [ Handle user input] ( ./inputs/ )
4545 </Card >
4646 <Card title = " Preferences" icon = " setting" >
47- Store management hooks for user preferences and application state. [ Manage state] ( ./preferences/ usestore/ )
47+ Store management hooks for user preferences and application state. [ Manage state] ( ./usestore/ )
4848 </Card >
4949 <Card title = " Internationalization" icon = " translate" >
50- Multi-language support and localization. [ Go global] ( ./i18n/ translationsetup/ )
50+ Multi-language support and localization. [ Go global] ( ./translationsetup/ )
5151 </Card >
5252 <Card title = " Other" icon = " open-book" >
53- Record representation and other miscellaneous utilities. [ Advanced utilities] ( ./other/ recordrepresentation/ )
53+ Record representation and other miscellaneous utilities. [ Advanced utilities] ( ./recordrepresentation/ )
5454 </Card >
5555 <Card title = " Recipes" icon = " document" >
56- Best practices for caching, unit testing, and common development patterns. [ Learn patterns] ( ./recipes/ caching/ )
56+ Best practices for caching, unit testing, and common development patterns. [ Learn patterns] ( ./caching/ )
5757 </Card >
5858</CardGrid >
0 commit comments