Skip to content

Commit 6f17665

Browse files
committed
Rename Cookbook group "Beyond Basics" to "More Topics"
https://claude.ai/code/session_01TL9HB7WvdiKj1yP1EGw2dk
1 parent f3d9f23 commit 6f17665

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ export default defineConfig({
245245
],
246246
},
247247
{
248-
text: "Beyond Basics",
248+
text: "More Topics",
249249
link: "/cookbook/eml_cds_sql/rap",
250250
collapsed: true,
251251
items: [

docs/cookbook/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Read device info and use native hardware: camera, geolocation, barcode scanning,
3131
#### [State, Connectivity](/cookbook/expert_more/lock)
3232
Manage session and app state across requests and talk to the outside — locking, statefulness, WebSocket, logout, OData, and sharing app state via URL.
3333

34-
#### [Beyond Basics](/cookbook/eml_cds_sql/rap)
35-
Advanced topics for production apps — EML/CDS/SQL integration with RAP, recurring patterns and helpers, troubleshooting, and a list of obsolete features kept for reference.
34+
#### [More Topics](/cookbook/eml_cds_sql/rap)
35+
EML/CDS/SQL integration with RAP, recurring patterns and helpers, troubleshooting, and a list of obsolete features kept for reference.
3636

3737
### How to Use This Cookbook
3838

0 commit comments

Comments
 (0)