Skip to content

confluence-mdx: sidecar-free reverse-sync 분석 문서#865

Draft
jk-kim0 wants to merge 1 commit intomainfrom
docs/sidecar-free-reverse-sync-analysis
Draft

confluence-mdx: sidecar-free reverse-sync 분석 문서#865
jk-kim0 wants to merge 1 commit intomainfrom
docs/sidecar-free-reverse-sync-analysis

Conversation

@jk-kim0
Copy link
Contributor

@jk-kim0 jk-kim0 commented Feb 26, 2026

Summary

reverse-sync에서 sidecar(mapping.yaml)를 제거하고, 저장된 API 응답 데이터(page.xhtml, page.adf 등)를 활용하는 방안을 분석한 문서입니다.

분석 내용

  • 현재 sidecar 기반 reverse-sync 데이터 흐름과 문제점 정리
  • 사용 가능한 저장 데이터 소스 분석 (page.xhtml, page.adf, API 응답)
  • 3가지 접근법 비교:
    • A. page.xhtml 런타임 매핑 — sidecar 제거, 기존 텍스트 매칭 재사용 (권장)
    • B. ADF 기반 구조적 매핑 — JSON 파서 신규 구현 필요
    • C. 하이브리드 — A + ADF 보조 폴백
  • 접근법 A 기준 구현 단계(S1–S5) 및 리스크 분석

권장안

mapping.yaml 대신 page.xhtml + expected.mdx에서 런타임 매핑을 생성하는 접근법 A

Test plan

  • 문서 리뷰

🤖 Generated with Claude Code

reverse-sync에서 sidecar(mapping.yaml)를 제거하고 page.xhtml +
expected.mdx에서 런타임 매핑을 생성하는 방안을 분석합니다.

- 사용 가능한 데이터 소스 분석 (page.xhtml, page.adf, API 응답)
- 3가지 접근법 비교 (XHTML 런타임 매핑, ADF 기반, 하이브리드)
- 접근법 A(page.xhtml 런타임 매핑) 권장 및 구현 단계 제안

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vercel
Copy link

vercel bot commented Feb 26, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
querypie-docs Ready Ready Preview, Comment Feb 26, 2026 3:43pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant