Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Commit f40f28f

Browse files
committed
restructure english content and initial japanese localization
Signed-off-by: Kaito Ii <kaitoii1111@gmail.com>
1 parent 1fe5d81 commit f40f28f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+2274
-19
lines changed

website/config.toml

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ baseURL = "https://tag-runtime.cncf.io/"
22
title = "CNCF TAG Runtime"
33

44
# Language settings
5-
contentDir = "content"
5+
contentDir = "content/en"
66
defaultContentLanguage = "en"
77
defaultContentLanguageInSubdir = false
88
# Useful when translating.
@@ -46,12 +46,22 @@ anchor = "smart"
4646
# Language configuration
4747

4848
[languages]
49-
[languages.en.params]
49+
[languages.en]
5050
title = "CNCF TAG Runtime"
51-
description = "TAG Runtime objective is to enable widespread and successful execution of the full spectrum of workload types, including both general latency-sensitive and batch, as well as more specialized categories listed as in scope, in cloud-native environments."
5251
languageName ="English"
5352
# Weight used for sorting.
5453
weight = 1
54+
[languages.en.params]
55+
description = "TAG Runtime objective is to enable widespread and successful execution of the full spectrum of workload types, including both general latency-sensitive and batch, as well as more specialized categories listed as in scope, in cloud-native environments."
56+
57+
[languages.ja]
58+
title = "CNCF TAGランタイム"
59+
languageName ="日本語(Japanese)"
60+
contentDir= "content/ja"
61+
# Weight used for sorting.
62+
weight = 2
63+
[languages.ja.params]
64+
description = "TAG Runtime objective is to enable widespread and successful execution of the full spectrum of workload types, including both general latency-sensitive and batch, as well as more specialized categories listed as in scope, in cloud-native environments."
5565

5666
[markup]
5767
[markup.goldmark]
@@ -78,13 +88,13 @@ image = "https://tag-runtime.cncf.io/images/cncf-runtime-share.jpg"
7888
# This menu appears only if you have at least one [params.versions] set.
7989
version_menu = "Releases"
8090

81-
# Flag used in the "version-banner" partial to decide whether to display a
91+
# Flag used in the "version-banner" partial to decide whether to display a
8292
# banner on every page indicating that this is an archived version of the docs.
8393
# Set this flag to "true" if you want to display the banner.
8494
archived_version = false
8595

8696
# The version number for the version of the docs represented in this doc set.
87-
# Used in the "version-banner" partial to display a version number for the
97+
# Used in the "version-banner" partial to display a version number for the
8898
# current doc set.
8999
version = "0.0"
90100

@@ -137,7 +147,7 @@ yes = 'Glad to hear it! Please <a href="https://github.com/cncf/tag-runtime/issu
137147
no = 'Sorry to hear that. Please <a href="https://github.com/cncf/tag-runtime/issues/new">tell us how we can improve</a>.'
138148

139149
# Adds a reading time to the top of each doc.
140-
# If you want this feature, but occasionally need to remove the Reading time from a single page,
150+
# If you want this feature, but occasionally need to remove the Reading time from a single page,
141151
# add "hide_readingtime: true" to the page's front matter
142152
[params.ui.readingtime]
143153
enable = false
File renamed without changes.
File renamed without changes.

website/content/blog/cnaiwg-kubecon-recap-03-31-24.md renamed to website/content/en/blog/cnaiwg-kubecon-recap-03-31-24.md

File renamed without changes.
File renamed without changes.
File renamed without changes.

website/content/en/wgs/COD/charter

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../wgs/cod/charter
File renamed without changes.
File renamed without changes.

website/content/en/wgs/bsi/charter

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../wgs/bsi/charter

0 commit comments

Comments
 (0)