refactor: 문서 개선 중
This commit is contained in:
+16
-8
@@ -1,18 +1,26 @@
|
||||
# 이 기록이 적용되지 않는 조건
|
||||
# Question: 이 결론들을 언제 그대로 쓰면 안 되는가
|
||||
direction: down
|
||||
n0: "Keycloak 버전" {
|
||||
direction: right
|
||||
n0: "적용 범위 확인" {
|
||||
shape: rectangle
|
||||
}
|
||||
n1: "캐시 온도" {
|
||||
n1: "Keycloak 버전" {
|
||||
shape: rectangle
|
||||
}
|
||||
n2: "인스턴스 수" {
|
||||
n2: "캐시 온도" {
|
||||
shape: rectangle
|
||||
}
|
||||
n3: "시계 동기" {
|
||||
n3: "인스턴스 수" {
|
||||
shape: rectangle
|
||||
}
|
||||
n0 -> n1: "선행 조건"
|
||||
n1 -> n2: "다음 조건"
|
||||
n2 -> n3: "수치 해석"
|
||||
n4: "cookie refresh" {
|
||||
shape: rectangle
|
||||
}
|
||||
n5: "시계 동기" {
|
||||
shape: rectangle
|
||||
}
|
||||
n0 -> n1: "버전 확인"
|
||||
n0 -> n2: "캐시 확인"
|
||||
n0 -> n3: "개수 확인"
|
||||
n0 -> n4: "설정 확인"
|
||||
n0 -> n5: "시계 확인"
|
||||
|
||||
Reference in New Issue
Block a user