Skip to content

Commit 52229c8

Browse files
committed
docs(advanced): remove Statefulness, Locks page
The Specifics → Statefulness page now covers this material. Drops the advanced/stateful.md file and its sidebar entry, and repoints the two inbound links (locks.md, statefulness.md) at the Specifics page.
1 parent bd333cf commit 52229c8

4 files changed

Lines changed: 1 addition & 24 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,6 @@ export default defineConfig({
215215
{ text: "Downporting", link: "/advanced/downporting" },
216216
{ text: "Renaming", link: "/advanced/renaming" },
217217
{ text: "Builder", link: "/advanced/builds" },
218-
{
219-
text: "Statefulness, Locks",
220-
link: "/advanced/stateful",
221-
},
222218
{ text: "Local", link: "/advanced/local" },
223219
{ text: "RFC Connector", link: "/advanced/rfc" },
224220
{ text: "Fiori Elements Integration", link: "/advanced/fiori" },

docs/advanced/stateful.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

docs/development/specific/locks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,4 @@ Does the app edit data at all?
157157
└── Combined (Lock at Save + Optimistic Check)
158158
```
159159

160-
For the underlying concepts and trade-offs of statefulness, see [Statefulness, Locks](../../advanced/stateful.md).
160+
For the underlying concepts and trade-offs of statefulness, see [Statefulness](./statefulness.md).

docs/development/specific/statefulness.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,4 @@ A few rules of thumb:
5555

5656
#### Related
5757
- [Locks](./locks.md) — strategies for locking business objects, including stateless and stateful patterns
58-
- [Statefulness, Locks (Advanced)](../../advanced/stateful.md) — deeper background on the underlying concept
5958
- [Performance](../../configuration/performance.md) — sizing considerations for productive deployments

0 commit comments

Comments
 (0)