|
1 | 1 | # RST → Markdown Migration Notes |
2 | 2 |
|
3 | 3 | This document summarizes the RST → Markdown conversion applied to the `ko/` docs. |
4 | | -Use it as a reference when applying the same work to other languages (`en/`, `ja/`, `zh-CN/`, `zh-TW/`). |
| 4 | +Use it as a reference when applying the same work to other languages (`en/`, `ja/`, `th/`). |
5 | 5 |
|
6 | 6 | **Delete this file after the migration is complete.** |
7 | 7 |
|
@@ -166,15 +166,15 @@ The following should **not** be converted even if they use 3-space indentation: |
166 | 166 | 1. **`ko/` docs are the source of truth** — work on `ko/` first, then apply to other languages |
167 | 167 | 2. Each language has different sentence content, so use grep patterns (`^ \S`) to find candidates and apply the "What NOT to Convert" rules above |
168 | 168 | 3. Some languages may have standalone indented paragraphs not present in others (added/changed during translation) |
169 | | -4. Sphinx metadata in `index.md` is likely present in all languages |
| 169 | +4. ~~Sphinx metadata in `index.md` is likely present in all languages~~ — **Done**: Sphinx metadata removed from `en/`, `ja/`, `th/` index.md files |
170 | 170 | 5. RST `|` remnants in `vfolder.md` may be ko-only, but verify for other languages |
171 | 171 | 6. RST tables (`===` separators) may also remain in other languages |
172 | 172 |
|
173 | 173 | ## How to Instruct Claude |
174 | 174 |
|
175 | 175 | ``` |
176 | 176 | Refer to @packages/backend.ai-webui-docs/MIGRATION-NOTES.md and apply the same |
177 | | -conversion to en/ (or ja/, zh-CN/, zh-TW/) docs. Follow the same rules used for ko/: |
| 177 | +conversion to en/ (or ja/, th/) docs. Follow the same rules used for ko/: |
178 | 178 | convert 3-space indented standalone paragraphs to :::info, and leave items that |
179 | 179 | should not be converted (list continuations, etc.) as-is. |
180 | 180 | ``` |
0 commit comments