Skip to content

Commit 178c64b

Browse files
committed
docs/security: moves the diagrams and assets into subdirs
1 parent 2dd8c04 commit 178c64b

6 files changed

Lines changed: 4 additions & 4 deletions

File tree

File renamed without changes.
File renamed without changes.

docs/security/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
all: \
2-
pdp.png
2+
.assets/pdp.png
33

4-
pdp.png: pdp.mmd
5-
mmdc -f -e png -s 3 -i "pdp.mmd" -o "pdp.png"
4+
.assets/pdp.png: .diagrams/pdp.mmd
5+
mmdc -f -e png -s 3 -i .diagrams/pdp.mmd -o .assets/pdp.png

docs/security/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,4 +237,4 @@ The design shapes a **centralized** & **stateless** Policy Decision Point (PDP).
237237
- **Complex access control logic**: Due to collaboration and hierarchical groups
238238
- **Distributed data**: Involved data in the decision process is too big and varying to gather in one place
239239

240-
![](pdp.png)
240+
![](.assets/pdp.png)

0 commit comments

Comments
 (0)