Skip to content

Commit 0bcb361

Browse files
committed
Rename sidebar group "Sessions, Communication" to "State, Connectivity"
https://claude.ai/code/session_01TL9HB7WvdiKj1yP1EGw2dk
1 parent 20f00d2 commit 0bcb361

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ export default defineConfig({
237237
collapsed: true,
238238
items: [
239239
{
240-
text: "Sessions, Communication",
240+
text: "State, Connectivity",
241241
collapsed: true,
242242
items: [
243243
{ text: "Lock", link: "/cookbook/expert_more/lock" },

docs/cookbook/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Reach into the browser from ABAP — set the tab title, control focus and scroll
2929
Read device info and use native hardware: camera, geolocation, barcode scanning, audio, and file upload/download including PDF and spreadsheet generation.
3030

3131
#### [Beyond Basics](/cookbook/expert_more/lock)
32-
Advanced topics for production apps — sessions and communication (locking, statefulness, WebSocket, OData, app state), EML/CDS/SQL integration with RAP, recurring patterns and helpers, troubleshooting, and a list of obsolete features kept for reference.
32+
Advanced topics for production apps — state and connectivity (locking, statefulness, WebSocket, OData, app state), EML/CDS/SQL integration with RAP, recurring patterns and helpers, troubleshooting, and a list of obsolete features kept for reference.
3333

3434
### How to Use This Cookbook
3535

0 commit comments

Comments
 (0)