Replace アーキテクチャー to アーキテクチャ
git grep 'アーキテクチャー' | cut -d':' -f1 | sort | uniq | xargs -I{} sed -i '' 's/アーキテクチャー/アーキテクチャ/g' {}
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
---
|
||||
title: "Kubernetesのアーキテクチャー"
|
||||
title: "Kubernetesのアーキテクチャ"
|
||||
weight: 30
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user