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.
Original(Japanese)
概要
このPRでは #9601 を修正します。
変更概要
ja
が存在する場合はtinysegを適応する確認手順
cd templates/ && npm i && npm run build && cd ../
lunrLanguages
にja
を追加するjapanese.md
ファイルを作成するdotnet run --framework net8.0 --project ./src/docfx/docfx.csproj -- ./samples/seed/docfx.json --serve
概要
と検索し、検索結果が表示される日本語
やドキュメント
等では引っかかりませんが、別の問題であるためこのPRでは無視します。japanese.md
## 概要 これは、日本語のテストドキュメントです。
Overview.
This PR fixes #9601.
Change summary.
ja
is present in lunrLanguages.Check procedure.
cd templates/ && npm i && npm run build && cd . /
ja
tolunrLanguages
in samples/seed/template/public/main.jsjapanese.md
file in samples/seed/articles with the contents described below.japanese.md
to toc.yml 1.dotnet run --framework net8.0 --project . /src/docfx/docfx.csproj -- . /samples/seed/docfx.json --serve
.概要
and you will see.日本語
,ドキュメント
, etc., but this is a different problem and will be ignored in this PR.japanese.md
## 概要 これは、日本語のテストドキュメントです。