confluence-mdx: sidecar-free reverse-sync 분석 문서#865
Draft
Conversation
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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
reverse-sync에서 sidecar(
mapping.yaml)를 제거하고, 저장된 API 응답 데이터(page.xhtml,page.adf등)를 활용하는 방안을 분석한 문서입니다.분석 내용
page.xhtml,page.adf, API 응답)권장안
mapping.yaml대신page.xhtml+expected.mdx에서 런타임 매핑을 생성하는 접근법 ATest plan
🤖 Generated with Claude Code