Fix documentation quality issues in legacy docs (English + Japanese) - #3
Merged
Conversation
- Fix フィ-ルド (wrong character U+FF0D) → フィールド (correct U+30FC) across 53 files - Standardize トリガ → トリガー (preferred term) - Fix ユーザインターフェース → ユーザーインターフェース - Fix grammar: 使用してないでください → 使用しないでください - Fix して下さい → してください (consistent hiragana) - Fix broken bold markup: **インスペクタ**ー → **インスペクター** - Remove stray period and empty 注: markers - Fix word-wrap space artifacts from HTML export Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
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
Comprehensive documentation quality audit and fixes for legacy documentation files under
i18n/ja/docusaurus-plugin-content-docs/*/Desktop-legacy|Develop-legacy|language-legacy/.79 files modified across 6 commits covering both English and Japanese content.
Changes by commit
1. Fix broken links, typos, and French remnant (10 files)
sempahore→semaphore/clear-sempahore→clear-semaphore(link slugs)ction-info→action-info(link slug)set-quer-destination→set-query-destination(link slug)modfiy→modify(code comment typo)::info→:::info(Docusaurus admonition syntax)encodage→UTF-8(French remnant in XML example)2. Fix prose and factual issues (6 files)
Simple API XML→Simple API for XMLApache Foundation company→Apache Software FoundationXSL document→XML documentprovoke errors→cause errors:::admonition blocks3. Fix missing operator in code example (2 files)
[Inventory]Part Qty 1→[Inventory]Part Qty-1(verified against archived original)4. Standardize spelling (6 files)
cancelled→canceled(US English, consistent throughout)5. Remove trailing space from admonition marker (2 files)
6. Fix Japanese documentation issues (53 files)
**インスペクタ**ー→**インスペクター**: Fixed broken bold markup注:markers, word-wrap space artifactstrucate-table→truncate-tableScope
All changes are within:
Notes