Skip to content

mdx: 11.6.0 릴리스 노트와 qpctl 경로를 다국어로 동기화합니다#1003

Merged
jk-kim0 merged 1 commit into
mainfrom
mdx/confluence-updates-20260602-044552
Jun 17, 2026
Merged

mdx: 11.6.0 릴리스 노트와 qpctl 경로를 다국어로 동기화합니다#1003
jk-kim0 merged 1 commit into
mainfrom
mdx/confluence-updates-20260602-044552

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

배경

  • Confluence MDX 동기화 결과로 QueryPie 11.6.0 릴리스 노트 반영이 필요합니다.
  • Multi-Agent qpctl CLI 가이드 경로가 multi-agent-qpctl-cli-usage-guide로 변경되어 언어별 내비게이션과 문서 경로를 맞춰야 합니다.
  • 한국어 변경사항에 맞춰 영어/일본어 번역 문서도 같은 구조로 동기화했습니다.

변경 사항

  • KO/EN/JA release-notes/11.6.0.mdx를 추가하고 각 언어의 release-notes/_meta.ts에 사이드바 항목을 등록했습니다.
  • KO/EN/JA Multi-Agent qpctl CLI 문서를 multi-agent-qpctl-cli-usage-guide.mdx로 이동하고 _meta.ts 경로를 갱신했습니다.
  • confluence-mdx/var/pages.qm.yaml의 변경된 Confluence 페이지 매핑을 반영했습니다.

검증

  • git diff --check origin/main...HEAD
  • rg -n '^(<<<<<<<|=======|>>>>>>>)' src confluence-mdx
  • 이전 qpctl slug 잔존 참조 검색
  • KO/EN/JA release-notes/11.6.0.mdxrelease-notes/_meta.ts 등록 여부 확인
  • KO/EN/JA product-versions.mdxrelease-notes/11.5.0-11.5.6.mdxorigin/main과 동일함을 확인
  • cd confluence-mdx && bin/skeleton/cli.py --use-ignore <changed EN/JA counterpart>
    • release-notes/11.6.0.mdx EN/JA
    • multi-agent-qpctl-cli-usage-guide.mdx EN/JA

리뷰 포인트

  • 11.6.0 릴리스 노트가 KO/EN/JA 모두 같은 문서 구조로 들어갔고 사이드바에 노출되는지 확인해 주세요.
  • qpctl CLI guide slug 변경이 링크와 내비게이션에서 기대한 경로인지 확인해 주세요.

@jk-kim0 jk-kim0 force-pushed the mdx/confluence-updates-20260602-044552 branch from c1c5d4b to 532b8bf Compare June 17, 2026 06:20
@vercel

vercel Bot commented Jun 17, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
querypie-docs Ready Ready Preview, Comment Jun 17, 2026 7:44am

Request Review

@jk-kim0 jk-kim0 force-pushed the mdx/confluence-updates-20260602-044552 branch 2 times, most recently from 7dd86ba to 02710e4 Compare June 17, 2026 06:30
@jk-kim0 jk-kim0 changed the title mdx: Sync documentation updates from Confluence mdx: Confluence 동기화와 한국어 릴리스 문서를 정리합니다 Jun 17, 2026
@jk-kim0 jk-kim0 force-pushed the mdx/confluence-updates-20260602-044552 branch from 02710e4 to 14289c6 Compare June 17, 2026 07:03
@jk-kim0 jk-kim0 changed the title mdx: Confluence 동기화와 한국어 릴리스 문서를 정리합니다 mdx: 11.6.0 릴리스 노트와 qpctl 가이드 경로를 동기화합니다 Jun 17, 2026
@jk-kim0 jk-kim0 changed the title mdx: 11.6.0 릴리스 노트와 qpctl 가이드 경로를 동기화합니다 mdx: 11.6.0 릴리스 노트와 qpctl 문서 경로를 정리합니다 Jun 17, 2026
@jk-kim0 jk-kim0 force-pushed the mdx/confluence-updates-20260602-044552 branch from 14289c6 to e6d648b Compare June 17, 2026 07:10
@jk-kim0 jk-kim0 changed the title mdx: 11.6.0 릴리스 노트와 qpctl 문서 경로를 정리합니다 mdx: 11.6.0 릴리스 노트와 qpctl 경로를 다국어로 동기화합니다 Jun 17, 2026
@jk-kim0 jk-kim0 force-pushed the mdx/confluence-updates-20260602-044552 branch from e6d648b to 96c81d1 Compare June 17, 2026 07:26
@jk-kim0 jk-kim0 force-pushed the mdx/confluence-updates-20260602-044552 branch from 96c81d1 to b9316bd Compare June 17, 2026 07:30
@jk-kim0 jk-kim0 force-pushed the mdx/confluence-updates-20260602-044552 branch from b9316bd to 0375744 Compare June 17, 2026 07:37
Fold the Korean documentation sync changes together with matching English and Japanese updates, including the 11.6.0 release notes, release-note navigation metadata, and the qpctl CLI guide slug rename across locales.

Constraint: PR branch must stay on latest main and carry locale-aligned docs without pushing to main
Rejected: Leave English/Japanese stale | Korean-only navigation and release-note changes would diverge across locales
Confidence: medium
Scope-risk: moderate
Directive: Do not merge this PR without explicit current approval; wait for GitHub checks
Tested: git diff --check; rg conflict markers; bin/skeleton/cli.py --use-ignore for changed EN/JA MDX counterparts; release-notes 11.6.0 meta presence check; product-versions and 11.5.0-11.5.6 release notes restored to origin/main
Not-tested: Full docs build
Co-Authored-By: Atlas <atlas@jk.agent>
@jk-kim0 jk-kim0 force-pushed the mdx/confluence-updates-20260602-044552 branch from 0375744 to ba81144 Compare June 17, 2026 07:40
@jk-kim0 jk-kim0 merged commit ce7582a into main Jun 17, 2026
7 checks passed
@jk-kim0 jk-kim0 deleted the mdx/confluence-updates-20260602-044552 branch June 17, 2026 08:09
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