diff --git a/.github/ISSUE_TEMPLATE/new-term.yml b/.github/ISSUE_TEMPLATE/new-term.yml index 309ddcdccd..cfa1ff353a 100644 --- a/.github/ISSUE_TEMPLATE/new-term.yml +++ b/.github/ISSUE_TEMPLATE/new-term.yml @@ -34,7 +34,7 @@ body: required: true - label: The term has not already been declined in the past. [(shift+click to check)](https://github.com/cncf/glossary/issues?q=is%3Aissue+is%3Aclosed+label%3A%22triage%2Fnot+accepted%22) required: false - - label: The term does not already exist in the [glossary](https://glossary.cncf.io). + - label: The term does not already exist in the [glossary](https://glossary.cncf.io) as a completed term, nor does it exist in [this directory](https://github.com/cncf/glossary/tree/main/content/en) as an incomplete term. (If the status of the term is `Feedback Appreciated`, consider updating the term.) required: true - label: I understand that maintainers will assess if the term should be part of the Glossary. (Please be patient) required: true diff --git a/.github/settings.yml b/.github/settings.yml index 8fe8d27afa..299c096ab3 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -210,6 +210,9 @@ collaborators: - username: naonishijima permission: push + - username: Okabe-Junya + permission: push + - username: yuichi-nakamura permission: push @@ -503,6 +506,7 @@ branches: - inductor - kaitoii11 - naonishijima + - Okabe-Junya - yuichi-nakamura teams: [] enforce_admins: null diff --git a/CODEOWNERS b/CODEOWNERS index f801193341..c53fd2db1e 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -47,8 +47,8 @@ /i18n/it.toml @fsbaraglia @ugho16 @annalisag-spark @sistella # Approvers for Japanese contents -/content/ja/ @inductor @naonishijima @kaitoii11 @yuichi-nakamura -/i18n/ja.toml @inductor @naonishijima @kaitoii11 @yuichi-nakamura +/content/ja/ @inductor @naonishijima @kaitoii11 @yuichi-nakamura @Okabe-Junya +/i18n/ja.toml @inductor @naonishijima @kaitoii11 @yuichi-nakamura @Okabe-Junya # Approvers for Korean contents /content/ko/ @seokho-son @jihoon-seo @yunkon-kim diff --git a/content/ja/_index.md b/content/ja/_index.md index 5f04fa6118..5d875efdc0 100755 --- a/content/ja/_index.md +++ b/content/ja/_index.md @@ -40,7 +40,7 @@ status: Completed [Noah Ispas](https://www.linkedin.com/in/noah-ispas-0665b42a/)、 そして [Seokho Son](https://www.linkedin.com/in/seokho-son/)によってメンテナンスされています. -クラウドネイティブ用語集の日本語化は、[Kaito Ii](https://github.com/kaitoii11)、[Kohei Ota](https://github.com/inductor)、[Yuishi Nakamura](https://github.com/yuichi-nakamura)、[MItabashi](https://github.com/bashi8128)、[HANABE926](https://github.com/HANABE926)、[Junya Okabe](https://github.com/Okabe-Junya)、[Akira Aiura](https://github.com/A-aiura)、[shizhenhu](https://github.com/shizhenhu)、[Nao Nishijima](https://github.com/naonishijima)の貢献を通じて開始されました。 +クラウドネイティブ用語集の日本語化は、[Kaito Ii](https://github.com/kaitoii11)、[Kohei Ota](https://github.com/inductor)、[Yuichi Nakamura](https://github.com/yuichi-nakamura)、[MItabashi](https://github.com/bashi8128)、[HANABE926](https://github.com/HANABE926)、[Junya Okabe](https://github.com/Okabe-Junya)、[Akira Aiura](https://github.com/A-aiura)、[shizhenhu](https://github.com/shizhenhu)、[Nao Nishijima](https://github.com/naonishijima)の貢献を通じて開始されました。 クラウドネイティブ用語集の日本語への翻訳とローカライゼーションに興味のある方は、[#glossary-localization-japanese](https://app.slack.com/client/T08PSQ7BQ/C057F81GFUG) チャンネルにご参加ください。 ## ライセンス diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 63711ab6c6..a55909d01a 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -4,6 +4,12 @@ {{ partial "head.html" . }} + {{ if hugo.IsProduction }} + + + + {{ end }}
{{ partial "navbar.html" . }}
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 6611c6dd4b..ae4f0b2673 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -49,21 +49,18 @@ {{ partial "hooks/head-end.html" . }} {{ if hugo.IsProduction }} -{{ if hasPrefix .Site.GoogleAnalytics "G-"}} -{{ template "_internal/google_analytics.html" . }} -{{ else }} -{{ template "_internal/google_analytics_async.html" . }} -{{ end }} - - - - - + + + {{ end }} diff --git a/netlify.toml b/netlify.toml index 3216ff75d6..88ed32f16c 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,9 @@ [build.environment] NODE_VERSION = "18.16.1" HUGO_VERSION = "0.115.2" + +[context.production.environment] +HUGO_ENV = "production" + +[context.deploy-preview.environment] +HUGO_ENV = "preview" \ No newline at end of file