- OAuth2 가이드 scope 고정값 "api" 반영(master 이식)

- 인증 헤더 표기 X-AUTH-TOKEN 으로 수정
- 가이드 히어로/사전준비/엔드포인트 1열 배치 전환
- webhook 개발가이드 문구 정리, SASS 재컴파일

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Rinjae
2026-07-23 18:07:58 +09:00
parent 4a3b5b43f3
commit a2813f391c
5 changed files with 41 additions and 30 deletions
+11 -6
View File
@@ -23166,14 +23166,16 @@ input[type=checkbox]:checked + .custom-checkbox {
max-width: 1240px;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
gap: 138px;
text-align: center;
gap: 30px;
padding: 0 37px;
}
.oauth2-2legged__hero-body {
display: flex;
flex-direction: column;
align-items: flex-start;
align-items: center;
gap: 15px;
}
.oauth2-2legged__hero-eyebrow {
@@ -23253,7 +23255,7 @@ input[type=checkbox]:checked + .custom-checkbox {
}
.oauth2-2legged__prereq-grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr;
gap: 16px;
}
.oauth2-2legged__prereq-card {
@@ -23317,15 +23319,18 @@ input[type=checkbox]:checked + .custom-checkbox {
}
.oauth2-2legged__endpoint-box {
display: grid;
grid-template-columns: auto 1fr auto;
align-items: center;
gap: 16px;
grid-template-columns: 1fr;
gap: 8px;
padding: 16px 24px;
margin-bottom: 20px;
background: #FFFFFF;
border: 1px solid #E2E8F0;
border-radius: 12px;
}
.oauth2-2legged__endpoint-box .oauth2-2legged__method,
.oauth2-2legged__endpoint-box .oauth2-2legged__endpoint-content-type {
justify-self: start;
}
.oauth2-2legged__method {
display: inline-block;
padding: 5px 14px;