Skip to content

Commit 1704b9c

Browse files
update documentation and env example
1 parent b45c939 commit 1704b9c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/PAGE_DETECTION_SPECS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ public class AutoConfiguration {
883883

884884
---
885885

886-
**9. Configuration Example**
886+
**8. Configuration Example**
887887

888888
In the business microservice:
889889

@@ -903,7 +903,7 @@ The SDK will automatically:
903903

904904
---
905905

906-
**10. @PreAuthorize Integration**
906+
**9. @PreAuthorize Integration**
907907

908908
For a Strapi based approach, we must define the following bean in the Spring context:
909909

@@ -1010,7 +1010,7 @@ public ResponseEntity<?> updateUser(...) {
10101010
```
10111011
---
10121012

1013-
**11. Advantages**
1013+
**10. Advantages**
10141014

10151015
| Aspect | Description |
10161016
| ------------------------------- |--------------------------------------------------------------------------------|
@@ -1023,7 +1023,7 @@ public ResponseEntity<?> updateUser(...) {
10231023

10241024
---
10251025

1026-
**12. Extensions**
1026+
**11. Extensions**
10271027

10281028
* **iGRP Studio Integration:**
10291029
The iGRP Studio could parse these annotated classes, display them in a UI, allow editing, and regenerate the corresponding annotated permission files.

0 commit comments

Comments
 (0)