Skip to content

Commit 69e459d

Browse files
authored
refactor(tools): exclude reference/concepts/overview.md from localization (#1124)
1 parent 7f98ee1 commit 69e459d

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

adev-ja/src/content/reference/concepts/overview.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

tools/update-origin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const localizedFilePatterns: Array<string | readonly string[]> = [
1414
'!src/content/kitchen-sink.md',
1515
'!src/content/examples/**/readme.md',
1616
'!src/content/tutorials/README.md',
17+
'!src/content/reference/concepts/overview.md',
1718
],
1819
// Tutorial config files
1920
'src/content/tutorials/**/config.json',

0 commit comments

Comments
 (0)