Skip to content

Commit c185390

Browse files
authored
update robots (#16558)
* update robots * fix lint
1 parent 097a80c commit c185390

File tree

10 files changed

+17
-406
lines changed

10 files changed

+17
-406
lines changed

content/en/docs/releases/contribute/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ find the following folders for the available languages:
2626

2727
- The English original content is in the `en` folder.
2828
- The Mandarin translation is in the `zh` folder.
29-
- The Portuguese translation is in the `pt-br` folder.
29+
- The Ukrainian translation is in the `uk` folder.
3030

3131
Learn more in the following guides:

content/pt-br/_index.html

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

content/uk/docs/releases/contribute/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ test: n/a
2323

2424
- Оригінальний англійський контент знаходиться в теці `en`.
2525
- Переклад китайською мовою знаходиться в теці `zh`.
26-
- Переклад португальською мовою (Бразилія) знаходиться в теці `pt-br`.
2726
- Переклад українською знаходиться в теці `uk`.
2827

2928
Дізнайтеся більше у наступних посібниках:

content/zh/docs/releases/contribute/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,5 @@ Istio 的内容是多语言的。在 `content` 文件夹中,您可以找到以
2323

2424
- 原始的英文内容在 `en` 文件夹下.
2525
- 简体中文的翻译内容在 `zh` 文件夹下.
26-
- 葡萄牙语的翻译内容在 `pt-br` 文件夹下.
2726

2827
在下列指南中了解更多信息:

hugo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ disableAliases = true
9797
contentDir = "content/zh"
9898
[languages.en]
9999
contentDir = "content/en"
100-
[languages.pt-br]
101-
contentDir = "content/pt-br"
102100
[languages.uk]
103101
contentDir = "content/uk"
104102

0 commit comments

Comments
 (0)