mdx: Confluence 최신 문서를 다국어로 동기화합니다 - #1059
Conversation
## Summary Confluence에서 갱신된 서버 접근 정책과 감사 로그 문서를 다국어 콘텐츠에 반영합니다. - Session Recording과 RDP Clipboard 관련 정책 안내를 보완합니다. - Permission 부여 및 감사 로그 항목을 최신 화면과 동작에 맞춥니다. - 새 스크린샷 3개와 KO/EN/JA 번역을 함께 동기화합니다. - 변환 과정에서 본문에 섞인 macro parameter 진단 문자열을 제외합니다. 🤖 Generated with Codex Constraint: access-control-logs의 EOF 빈 줄을 canonical 문서 출력으로 유지합니다. Confidence: high Scope-risk: moderate Directive: Confluence macro parameter 진단 문자열을 콘텐츠로 반영하지 않습니다. Tested: 315개 Confluence 문서 변환, 변경 문서 EN/JA Skeleton 비교, 이미지 참조 검증, npm run build Not-tested: 브라우저 렌더링 Co-Authored-By: Atlas <atlas@jk.agent>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2f4a7c45d5
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| * Periodically change passwords for server accounts of registered servers | ||
| * When set to On, the following changes occur: | ||
| * In [Managing Servers as Groups | 3.-Registering-Accounts](connection-management/server-groups/managing-servers-as-groups#3-registering-accounts), account selection options for password provisioning are added | ||
| * In [Managing Servers as Groups | 3.-Registering-Accounts](connection-management/server-groups/managing-servers-as-groups#3.-accounts-%eb%93%b1%eb%a1%9d%ed%95%98%ea%b8%b0), account selection options for password provisioning are added |
There was a problem hiding this comment.
Restore the per-locale account anchor
This English link now uses the Korean #3.-accounts-... fragment, but the target English page's section is #### 3. Registering Accounts (src/content/en/administrator-manual/servers/connection-management/server-groups/managing-servers-as-groups.mdx:91), so the fragment does not exist and the link no longer jumps to the account-registration instructions; the Japanese link changed to the same Korean fragment as well. Use the locale-specific anchor (or an explicit stable id) so users following the password-provisioning guidance land on the intended section.
Useful? React with 👍 / 👎.
| * When accessing servers, the system automatically creates temporary accounts on the server. | ||
|
|
||
| #### Default Policy Settings for Server Permission Requests | ||
| #### Server Access Request Default Settings |
There was a problem hiding this comment.
Keep inbound links valid after the heading rename
After this heading was renamed, existing inbound links still point at the old section id, for example src/content/en/administrator-manual/servers/connection-management/server-groups/managing-servers-as-groups.mdx:230 links to #default-policy-settings-for-server-permission-requests and the Japanese page has the same stale-anchor pattern. Those links now open the SAC configurations page without jumping to this section, so either update the inbound anchors to the new slug or preserve the old anchor explicitly.
Useful? React with 👍 / 👎.
## Summary Confluence의 최근 변경을 반영해 Web SQL Editor 문서와 Activity Logs 안내를 다국어 콘텐츠에 동기화합니다. - Web SQL Editor 제목과 route를 변경하고 8주 임시 redirect를 추가합니다. - 정책 예외 요청 안내를 KO/EN/JA 문서에 추가합니다. - Activity Logs에서 삭제된 안내를 KO/EN/JA에 반영합니다. - 새 route에서 참조하는 기존 첨부 이미지 9개를 동기화합니다. 🤖 Generated with Codex Constraint: Confluence 제목 변경에 맞춰 catalog, route, navigation, 다국어 참조를 함께 갱신합니다. Rejected: 새 PR 생성 | 기존 Confluence 동기화 PR #1059와 범위가 중복됩니다. Confidence: high Scope-risk: moderate Directive: Confluence macro parameter 진단 문자열을 콘텐츠로 반영하지 않습니다. Tested: 최근 8개 페이지 fetch, 316개 catalog 갱신, 315개 문서 변환, 변경 문서 EN/JA Skeleton 비교, 이미지 참조 검증, git diff --check, npm run lint, npm run build Not-tested: 브라우저 렌더링
Summary
Confluence에서 갱신된 서버 정책, 감사 로그, Web SQL Editor 문서를 KO/EN/JA에 동기화합니다.
Test plan
#link-error, 변환기 진단 문자열이 남지 않았음을 확인했습니다.git show --check와npm run lint를 통과했습니다.npm run build를 통과했습니다.Additional notes
access-control-logs.mdxEOF 빈 줄은 canonical output으로 KO/EN/JA에 유지합니다.ENOBUFS경고가 출력되지만 빌드는 성공합니다.🤖 Generated with Codex