2018-05-05 16:00:51 +00:00
|
|
|
|
baseURL = "https://kubernetes.io"
|
|
|
|
|
title = "Kubernetes"
|
|
|
|
|
|
2020-06-15 19:09:57 +00:00
|
|
|
|
# Hugo allows theme composition (and inheritance). The precedence is from left to right.
|
|
|
|
|
theme = ["docsy"]
|
|
|
|
|
|
|
|
|
|
# Language settings
|
|
|
|
|
contentDir = "content/en"
|
2018-05-05 16:00:51 +00:00
|
|
|
|
defaultContentLanguage = "en"
|
|
|
|
|
defaultContentLanguageInSubdir = false
|
|
|
|
|
enableRobotsTXT = true
|
2019-01-15 18:56:39 +00:00
|
|
|
|
disableBrowserError = true
|
2018-05-05 16:00:51 +00:00
|
|
|
|
|
|
|
|
|
disableKinds = ["taxonomy", "taxonomyTerm"]
|
|
|
|
|
|
2020-12-23 17:47:52 +00:00
|
|
|
|
ignoreFiles = [ "(?:^|/)OWNERS$", "README[-]+[a-z]*\\.md", "^node_modules$", "content/en/docs/doc-contributor-tools" ]
|
2018-05-05 16:00:51 +00:00
|
|
|
|
|
2022-08-08 01:39:00 +00:00
|
|
|
|
timeout = "180s"
|
2018-05-05 16:00:51 +00:00
|
|
|
|
|
2020-06-15 19:09:57 +00:00
|
|
|
|
# Highlighting config.
|
|
|
|
|
pygmentsCodeFences = true
|
|
|
|
|
pygmentsUseClasses = false
|
|
|
|
|
# Use the new Chroma Go highlighter in Hugo.
|
|
|
|
|
pygmentsUseClassic = false
|
|
|
|
|
#pygmentsOptions = "linenos=table"
|
|
|
|
|
# See https://help.farbox.com/pygments.html
|
|
|
|
|
pygmentsStyle = "emacs"
|
|
|
|
|
|
2018-07-02 23:17:19 +00:00
|
|
|
|
# Enable Git variables like commit, lastmod
|
|
|
|
|
enableGitInfo = true
|
|
|
|
|
|
2018-10-01 19:38:37 +00:00
|
|
|
|
# Norwegian ("no") is sometimes but not currently used for testing.
|
2021-09-12 10:13:48 +00:00
|
|
|
|
disableLanguages = ["no"]
|
2018-09-14 21:47:24 +00:00
|
|
|
|
|
2020-10-10 16:58:38 +00:00
|
|
|
|
[caches]
|
|
|
|
|
[caches.assets]
|
|
|
|
|
dir = ":cacheDir/_gen"
|
|
|
|
|
maxAge = -1
|
|
|
|
|
[caches.getcsv]
|
|
|
|
|
dir = ":cacheDir/:project"
|
|
|
|
|
maxAge = "60s"
|
|
|
|
|
[caches.getjson]
|
|
|
|
|
dir = ":cacheDir/:project"
|
|
|
|
|
maxAge = "60s"
|
|
|
|
|
[caches.images]
|
|
|
|
|
dir = ":cacheDir/_images"
|
|
|
|
|
maxAge = -1
|
|
|
|
|
[caches.modules]
|
|
|
|
|
dir = ":cacheDir/modules"
|
|
|
|
|
maxAge = -1
|
|
|
|
|
|
2020-03-27 23:38:51 +00:00
|
|
|
|
[markup]
|
|
|
|
|
[markup.goldmark]
|
2020-06-10 00:04:55 +00:00
|
|
|
|
[markup.goldmark.extensions]
|
|
|
|
|
definitionList = true
|
|
|
|
|
table = true
|
|
|
|
|
typographer = false
|
|
|
|
|
[markup.goldmark.parser]
|
|
|
|
|
attribute = true
|
|
|
|
|
autoHeadingID = true
|
|
|
|
|
autoHeadingIDType = "blackfriday"
|
2020-03-27 23:38:51 +00:00
|
|
|
|
[markup.goldmark.renderer]
|
|
|
|
|
unsafe = true
|
|
|
|
|
[markup.highlight]
|
|
|
|
|
codeFences = true
|
|
|
|
|
guessSyntax = false
|
|
|
|
|
hl_Lines = ""
|
|
|
|
|
lineNoStart = 1
|
|
|
|
|
lineNos = false
|
|
|
|
|
lineNumbersInTable = true
|
|
|
|
|
noClasses = true
|
|
|
|
|
style = "emacs"
|
|
|
|
|
tabWidth = 4
|
2020-05-28 20:33:14 +00:00
|
|
|
|
[markup.tableOfContents]
|
2020-06-15 19:09:57 +00:00
|
|
|
|
endLevel = 3
|
2020-05-28 20:33:14 +00:00
|
|
|
|
ordered = false
|
|
|
|
|
startLevel = 2
|
2018-05-05 16:00:51 +00:00
|
|
|
|
|
|
|
|
|
[frontmatter]
|
|
|
|
|
date = ["date", ":filename", "publishDate", "lastmod"]
|
|
|
|
|
|
|
|
|
|
[permalinks]
|
2018-07-02 23:17:19 +00:00
|
|
|
|
blog = "/:section/:year/:month/:day/:slug/"
|
2018-05-05 16:00:51 +00:00
|
|
|
|
|
2020-09-26 13:06:22 +00:00
|
|
|
|
[sitemap]
|
|
|
|
|
filename = "sitemap.xml"
|
|
|
|
|
priority = 0.75
|
|
|
|
|
|
2018-05-05 16:00:51 +00:00
|
|
|
|
# Be explicit about the output formats. We (currently) only want an RSS feed for the home page.
|
|
|
|
|
[outputs]
|
2018-07-27 22:27:57 +00:00
|
|
|
|
home = [ "HTML", "RSS", "HEADERS" ]
|
2018-05-05 16:00:51 +00:00
|
|
|
|
page = [ "HTML"]
|
2021-03-07 01:11:49 +00:00
|
|
|
|
section = [ "HTML", "print" ]
|
2018-05-05 16:00:51 +00:00
|
|
|
|
|
2018-07-27 22:27:57 +00:00
|
|
|
|
# Add a "text/netlify" media type for auto-generating the _headers file
|
|
|
|
|
[mediaTypes]
|
|
|
|
|
[mediaTypes."text/netlify"]
|
|
|
|
|
delimiter = ""
|
|
|
|
|
|
2018-05-05 16:00:51 +00:00
|
|
|
|
[outputFormats]
|
|
|
|
|
[outputFormats.RSS]
|
2018-05-23 06:56:32 +00:00
|
|
|
|
baseName = "feed"
|
2018-05-05 16:00:51 +00:00
|
|
|
|
|
2018-07-27 22:27:57 +00:00
|
|
|
|
# _headers file output (uses the template at layouts/index.headers)
|
|
|
|
|
[outputFormats.HEADERS]
|
|
|
|
|
mediatype = "text/netlify"
|
|
|
|
|
baseName = "_headers"
|
|
|
|
|
isPlainText = true
|
|
|
|
|
notAlternative = true
|
|
|
|
|
|
2020-06-15 19:09:57 +00:00
|
|
|
|
# Image processing configuration.
|
|
|
|
|
[imaging]
|
|
|
|
|
resampleFilter = "CatmullRom"
|
|
|
|
|
quality = 75
|
|
|
|
|
anchor = "smart"
|
|
|
|
|
|
|
|
|
|
[services]
|
|
|
|
|
[services.googleAnalytics]
|
2022-08-17 15:32:44 +00:00
|
|
|
|
# Fake ID in support of [params.ui.feedback]. The real GA ID is set in the Netlify config.
|
2020-06-15 19:09:57 +00:00
|
|
|
|
id = "UA-00000000-0"
|
|
|
|
|
|
2018-05-05 16:00:51 +00:00
|
|
|
|
[params]
|
2020-06-15 19:09:57 +00:00
|
|
|
|
copyright_k8s = "The Kubernetes Authors"
|
2022-05-28 18:18:00 +00:00
|
|
|
|
copyright_linux = "Copyright © 2020 The Linux Foundation ®."
|
2021-08-18 23:39:12 +00:00
|
|
|
|
|
2020-06-15 19:09:57 +00:00
|
|
|
|
# privacy_policy = "https://policies.google.com/privacy"
|
|
|
|
|
|
|
|
|
|
# First one is picked as the Twitter card image if not set on page.
|
|
|
|
|
# images = ["images/project-illustration.png"]
|
|
|
|
|
|
|
|
|
|
# Menu title if your navbar has a versions selector to access old versions of your site.
|
|
|
|
|
# This menu appears only if you have at least one [params.versions] set.
|
|
|
|
|
version_menu = "Versions"
|
2018-05-05 16:00:51 +00:00
|
|
|
|
|
|
|
|
|
time_format_blog = "Monday, January 02, 2006"
|
2020-08-18 20:52:24 +00:00
|
|
|
|
time_format_default = "January 02, 2006 at 3:04 PM PST"
|
|
|
|
|
|
2018-05-05 16:00:51 +00:00
|
|
|
|
description = "Production-Grade Container Orchestration"
|
|
|
|
|
showedit = true
|
|
|
|
|
|
2023-03-22 20:24:08 +00:00
|
|
|
|
latest = "v1.27"
|
2018-05-05 16:00:51 +00:00
|
|
|
|
|
2023-03-22 20:24:08 +00:00
|
|
|
|
fullversion = "v1.27.0"
|
|
|
|
|
version = "v1.27"
|
2021-08-02 20:20:52 +00:00
|
|
|
|
githubbranch = "main"
|
|
|
|
|
docsbranch = "main"
|
2018-05-05 16:00:51 +00:00
|
|
|
|
deprecated = false
|
|
|
|
|
currentUrl = "https://kubernetes.io/docs/home/"
|
2018-09-27 19:18:56 +00:00
|
|
|
|
nextUrl = "https://kubernetes-io-vnext-staging.netlify.com/"
|
2020-08-18 20:52:24 +00:00
|
|
|
|
|
|
|
|
|
# See codenew shortcode
|
2018-06-26 16:34:52 +00:00
|
|
|
|
githubWebsiteRaw = "raw.githubusercontent.com/kubernetes/website"
|
2018-05-05 16:00:51 +00:00
|
|
|
|
|
2020-08-18 20:52:24 +00:00
|
|
|
|
# GitHub repository link for editing a page and opening issues.
|
|
|
|
|
github_repo = "https://github.com/kubernetes/website"
|
|
|
|
|
|
2022-05-28 18:18:00 +00:00
|
|
|
|
# Searching
|
2020-06-15 19:09:57 +00:00
|
|
|
|
k8s_search = true
|
|
|
|
|
|
2022-05-28 18:18:00 +00:00
|
|
|
|
# The following search parameters are specific to Docsy's implementation. Kubernetes implementes its own search-related partials and scripts.
|
2020-06-15 19:09:57 +00:00
|
|
|
|
|
|
|
|
|
# Google Custom Search Engine ID. Remove or comment out to disable search.
|
|
|
|
|
#gcs_engine_id = "011737558837375720776:fsdu1nryfng"
|
|
|
|
|
|
|
|
|
|
# Enable Algolia DocSearch
|
|
|
|
|
algolia_docsearch = false
|
|
|
|
|
|
|
|
|
|
# Enable Lunr.js offline search
|
|
|
|
|
offlineSearch = false
|
|
|
|
|
|
2022-07-19 22:47:27 +00:00
|
|
|
|
# Official CVE feed bucket URL
|
|
|
|
|
cveFeedBucket = "https://storage.googleapis.com/k8s-cve-feed/official-cve-feed.json"
|
|
|
|
|
|
2018-07-27 22:27:57 +00:00
|
|
|
|
[params.pushAssets]
|
|
|
|
|
css = [
|
|
|
|
|
"callouts",
|
2020-10-05 16:01:39 +00:00
|
|
|
|
"styles"
|
2018-07-27 22:27:57 +00:00
|
|
|
|
]
|
|
|
|
|
js = [
|
|
|
|
|
"script"
|
|
|
|
|
]
|
|
|
|
|
|
2022-09-20 16:21:33 +00:00
|
|
|
|
[[params.versions]]
|
2023-03-22 20:24:08 +00:00
|
|
|
|
fullversion = "v1.27.0"
|
|
|
|
|
version = "v1.27"
|
|
|
|
|
githubbranch = "v1.27.0"
|
2022-09-20 16:21:33 +00:00
|
|
|
|
docsbranch = "main"
|
|
|
|
|
url = "https://kubernetes.io"
|
|
|
|
|
|
2020-09-25 18:55:01 +00:00
|
|
|
|
[[params.versions]]
|
2023-03-22 20:24:08 +00:00
|
|
|
|
fullversion = "v1.26.3"
|
|
|
|
|
version = "v1.26"
|
|
|
|
|
githubbranch = "v1.26.3"
|
|
|
|
|
docsbranch = "release-1.26"
|
|
|
|
|
url = "https://v1-26.docs.kubernetes.io"
|
|
|
|
|
|
|
|
|
|
[[params.versions]]
|
|
|
|
|
fullversion = "v1.25.8"
|
2022-06-14 23:03:26 +00:00
|
|
|
|
version = "v1.25"
|
2023-03-22 20:24:08 +00:00
|
|
|
|
githubbranch = "v1.25.8"
|
2022-12-12 02:58:21 +00:00
|
|
|
|
docsbranch = "release-1.25"
|
|
|
|
|
url = "https://v1-25.docs.kubernetes.io"
|
2020-09-25 18:55:01 +00:00
|
|
|
|
|
2021-09-09 12:52:52 +00:00
|
|
|
|
[[params.versions]]
|
2023-03-22 20:24:08 +00:00
|
|
|
|
fullversion = "v1.24.12"
|
2022-06-14 23:03:26 +00:00
|
|
|
|
version = "v1.24"
|
2023-03-22 20:24:08 +00:00
|
|
|
|
githubbranch = "v1.24.12"
|
2022-06-14 23:03:26 +00:00
|
|
|
|
docsbranch = "release-1.24"
|
|
|
|
|
url = "https://v1-24.docs.kubernetes.io"
|
|
|
|
|
|
|
|
|
|
[[params.versions]]
|
2023-03-22 20:24:08 +00:00
|
|
|
|
fullversion = "v1.23.17"
|
2022-01-17 21:48:19 +00:00
|
|
|
|
version = "v1.23"
|
2023-03-22 20:24:08 +00:00
|
|
|
|
githubbranch = "v1.23.17"
|
2022-01-17 21:48:19 +00:00
|
|
|
|
docsbranch = "release-1.23"
|
|
|
|
|
url = "https://v1-23.docs.kubernetes.io"
|
|
|
|
|
|
2020-06-15 19:09:57 +00:00
|
|
|
|
# User interface configuration
|
|
|
|
|
[params.ui]
|
|
|
|
|
# Enable to show the side bar menu in its compact state.
|
|
|
|
|
sidebar_menu_compact = false
|
2022-04-10 22:08:05 +00:00
|
|
|
|
# Show expand/collapse icon for sidebar sections.
|
|
|
|
|
sidebar_menu_foldable = true
|
2021-08-22 20:05:12 +00:00
|
|
|
|
# https://github.com/gohugoio/hugo/issues/8918#issuecomment-903314696
|
|
|
|
|
sidebar_cache_limit = 1
|
2022-05-28 18:18:00 +00:00
|
|
|
|
# Set to true to disable breadcrumb navigation.
|
2020-06-15 19:09:57 +00:00
|
|
|
|
breadcrumb_disable = false
|
2022-05-28 18:18:00 +00:00
|
|
|
|
# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)
|
2020-06-15 19:09:57 +00:00
|
|
|
|
sidebar_search_disable = false
|
2022-05-28 18:18:00 +00:00
|
|
|
|
# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top nav bar
|
2020-06-15 19:09:57 +00:00
|
|
|
|
navbar_logo = true
|
|
|
|
|
# Set to true to disable the About link in the site footer
|
|
|
|
|
footer_about_disable = false
|
|
|
|
|
|
|
|
|
|
# Adds a H2 section titled "Feedback" to the bottom of each doc. The responses are sent to Google Analytics as events.
|
|
|
|
|
# This feature depends on [services.googleAnalytics] and will be disabled if "services.googleAnalytics.id" is not set.
|
|
|
|
|
# If you want this feature, but occasionally need to remove the "Feedback" section from a single page,
|
|
|
|
|
# add "hide_feedback: true" to the page's front matter.
|
|
|
|
|
[params.ui.feedback]
|
|
|
|
|
enable = true
|
|
|
|
|
# The responses that the user sees after clicking "yes" (the page was helpful) or "no" (the page was not helpful).
|
|
|
|
|
yes = 'Glad to hear it! Please <a href="https://github.com/USERNAME/REPOSITORY/issues/new">tell us how we can improve</a>.'
|
|
|
|
|
no = 'Sorry to hear that. Please <a href="https://github.com/USERNAME/REPOSITORY/issues/new">tell us how we can improve</a>.'
|
|
|
|
|
|
|
|
|
|
[params.links]
|
|
|
|
|
# End user relevant links. These will show up on left side of footer and in the community page if you have one.
|
|
|
|
|
[[params.links.user]]
|
|
|
|
|
name = "User mailing list"
|
|
|
|
|
url = "https://discuss.kubernetes.io"
|
|
|
|
|
icon = "fa fa-envelope"
|
2022-05-28 18:18:00 +00:00
|
|
|
|
desc = "Discussion and help from your fellow users"
|
2020-07-02 23:46:33 +00:00
|
|
|
|
|
2020-06-15 19:09:57 +00:00
|
|
|
|
[[params.links.user]]
|
|
|
|
|
name = "Twitter"
|
|
|
|
|
url = "https://twitter.com/kubernetesio"
|
|
|
|
|
icon = "fab fa-twitter"
|
2022-05-28 18:18:00 +00:00
|
|
|
|
desc = "Follow us on Twitter to get the latest news!"
|
2020-06-15 19:09:57 +00:00
|
|
|
|
|
|
|
|
|
[[params.links.user]]
|
|
|
|
|
name = "Calendar"
|
2020-07-28 02:20:50 +00:00
|
|
|
|
url = "https://calendar.google.com/calendar/embed?src=calendar%40kubernetes.io"
|
2020-06-15 19:09:57 +00:00
|
|
|
|
icon = "fas fa-calendar-alt"
|
2022-05-28 18:18:00 +00:00
|
|
|
|
desc = "Google Calendar for Kubernetes"
|
2020-06-15 19:09:57 +00:00
|
|
|
|
|
|
|
|
|
[[params.links.user]]
|
|
|
|
|
name = "Youtube"
|
2020-06-19 16:15:03 +00:00
|
|
|
|
url = "https://youtube.com/kubernetescommunity"
|
2020-06-15 19:09:57 +00:00
|
|
|
|
icon = "fab fa-youtube"
|
2022-05-28 18:18:00 +00:00
|
|
|
|
desc = "Youtube community videos"
|
2020-06-15 19:09:57 +00:00
|
|
|
|
|
|
|
|
|
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.
|
|
|
|
|
[[params.links.developer]]
|
|
|
|
|
name = "GitHub"
|
|
|
|
|
url = "https://github.com/kubernetes/kubernetes"
|
|
|
|
|
icon = "fab fa-github"
|
2022-05-28 18:18:00 +00:00
|
|
|
|
desc = "Development takes place here!"
|
2020-06-15 19:09:57 +00:00
|
|
|
|
|
|
|
|
|
[[params.links.developer]]
|
|
|
|
|
name = "Slack"
|
|
|
|
|
url = "https://slack.k8s.io"
|
|
|
|
|
icon = "fab fa-slack"
|
2022-05-28 18:18:00 +00:00
|
|
|
|
desc = "Chat with other project developers"
|
2020-06-15 19:09:57 +00:00
|
|
|
|
|
|
|
|
|
[[params.links.developer]]
|
|
|
|
|
name = "Contribute"
|
|
|
|
|
url = "https://git.k8s.io/community/contributors/guide"
|
|
|
|
|
icon = "fas fa-edit"
|
2022-05-28 18:18:00 +00:00
|
|
|
|
desc = "Contribute to the Kubernetes website"
|
2020-07-02 23:46:33 +00:00
|
|
|
|
|
2020-06-15 19:09:57 +00:00
|
|
|
|
[[params.links.developer]]
|
|
|
|
|
name = "Stack Overflow"
|
|
|
|
|
url = "https://stackoverflow.com/questions/tagged/kubernetes"
|
|
|
|
|
icon = "fab fa-stack-overflow"
|
2022-05-28 18:18:00 +00:00
|
|
|
|
desc = "Practical questions and curated answers"
|
2020-06-15 19:09:57 +00:00
|
|
|
|
|
2018-05-05 16:00:51 +00:00
|
|
|
|
# Language definitions.
|
|
|
|
|
|
|
|
|
|
[languages]
|
|
|
|
|
[languages.en]
|
|
|
|
|
title = "Kubernetes"
|
|
|
|
|
description = "Production-Grade Container Orchestration"
|
2022-05-28 18:18:00 +00:00
|
|
|
|
languageName = "English"
|
2018-05-05 16:00:51 +00:00
|
|
|
|
# Weight used for sorting.
|
|
|
|
|
weight = 1
|
2020-07-25 16:46:26 +00:00
|
|
|
|
languagedirection = "ltr"
|
2018-10-12 21:25:01 +00:00
|
|
|
|
|
2022-06-10 12:25:27 +00:00
|
|
|
|
[languages.zh-cn]
|
2018-05-05 16:00:51 +00:00
|
|
|
|
title = "Kubernetes"
|
2020-01-07 01:20:19 +00:00
|
|
|
|
description = "生产级别的容器编排系统"
|
2022-04-14 15:18:39 +00:00
|
|
|
|
languageName = "中文 (Chinese)"
|
|
|
|
|
languageNameLatinScript = "Chinese"
|
2018-05-05 16:00:51 +00:00
|
|
|
|
weight = 2
|
2022-06-10 12:25:27 +00:00
|
|
|
|
contentDir = "content/zh-cn"
|
2020-07-25 16:46:26 +00:00
|
|
|
|
languagedirection = "ltr"
|
2018-10-12 21:25:01 +00:00
|
|
|
|
|
2022-06-10 12:25:27 +00:00
|
|
|
|
[languages.zh-cn.params]
|
2018-11-16 15:06:50 +00:00
|
|
|
|
time_format_blog = "2006.01.02"
|
|
|
|
|
language_alternatives = ["en"]
|
|
|
|
|
|
2018-10-12 21:25:01 +00:00
|
|
|
|
[languages.ko]
|
|
|
|
|
title = "Kubernetes"
|
2019-12-26 12:01:38 +00:00
|
|
|
|
description = "운영 수준의 컨테이너 오케스트레이션"
|
2022-04-14 15:18:39 +00:00
|
|
|
|
languageName = "한국어 (Korean)"
|
|
|
|
|
languageNameLatinScript = "Korean"
|
2018-10-12 21:25:01 +00:00
|
|
|
|
weight = 3
|
|
|
|
|
contentDir = "content/ko"
|
2020-07-25 16:46:26 +00:00
|
|
|
|
languagedirection = "ltr"
|
2018-10-12 21:25:01 +00:00
|
|
|
|
|
2018-11-16 15:06:50 +00:00
|
|
|
|
[languages.ko.params]
|
|
|
|
|
time_format_blog = "2006.01.02"
|
|
|
|
|
language_alternatives = ["en"]
|
|
|
|
|
|
2019-03-07 18:17:41 +00:00
|
|
|
|
[languages.ja]
|
2018-09-14 21:47:24 +00:00
|
|
|
|
title = "Kubernetes"
|
2020-07-02 23:46:33 +00:00
|
|
|
|
description = "プロダクショングレードのコンテナ管理基盤"
|
2022-04-14 15:18:39 +00:00
|
|
|
|
languageName = "日本語 (Japanese)"
|
|
|
|
|
languageNameLatinScript = "Japanese"
|
2018-10-12 21:25:01 +00:00
|
|
|
|
weight = 4
|
2019-03-07 18:17:41 +00:00
|
|
|
|
contentDir = "content/ja"
|
2020-07-25 16:46:26 +00:00
|
|
|
|
languagedirection = "ltr"
|
2018-10-12 21:25:01 +00:00
|
|
|
|
|
2019-03-07 18:17:41 +00:00
|
|
|
|
[languages.ja.params]
|
|
|
|
|
time_format_blog = "2006.01.02"
|
2018-09-14 21:47:24 +00:00
|
|
|
|
language_alternatives = ["en"]
|
2018-11-13 03:45:24 +00:00
|
|
|
|
|
2019-02-13 17:29:21 +00:00
|
|
|
|
[languages.fr]
|
|
|
|
|
title = "Kubernetes"
|
2020-02-23 15:00:47 +00:00
|
|
|
|
description = "Solution professionnelle d’orchestration de conteneurs"
|
2022-06-06 12:06:13 +00:00
|
|
|
|
languageName = "Français (French)"
|
2022-04-14 15:18:39 +00:00
|
|
|
|
languageNameLatinScript = "Français"
|
2019-02-13 17:29:21 +00:00
|
|
|
|
weight = 5
|
|
|
|
|
contentDir = "content/fr"
|
2020-07-25 16:46:26 +00:00
|
|
|
|
languagedirection = "ltr"
|
2019-02-13 17:29:21 +00:00
|
|
|
|
|
|
|
|
|
[languages.fr.params]
|
|
|
|
|
time_format_blog = "02.01.2006"
|
|
|
|
|
# A list of language codes to look for untranslated content, ordered from left to right.
|
|
|
|
|
language_alternatives = ["en"]
|
2019-02-20 03:04:14 +00:00
|
|
|
|
|
|
|
|
|
[languages.it]
|
|
|
|
|
title = "Kubernetes"
|
2020-05-01 14:28:20 +00:00
|
|
|
|
description = "Orchestrazione di Container in produzione"
|
2022-04-14 15:18:39 +00:00
|
|
|
|
languageName = "Italiano (Italian)"
|
|
|
|
|
languageNameLatinScript = "Italiano"
|
2019-02-20 03:04:14 +00:00
|
|
|
|
weight = 6
|
|
|
|
|
contentDir = "content/it"
|
2020-07-25 16:46:26 +00:00
|
|
|
|
languagedirection = "ltr"
|
2019-02-20 03:04:14 +00:00
|
|
|
|
|
|
|
|
|
[languages.it.params]
|
|
|
|
|
time_format_blog = "02.01.2006"
|
|
|
|
|
# A list of language codes to look for untranslated content, ordered from left to right.
|
|
|
|
|
language_alternatives = ["en"]
|
2019-03-07 18:17:41 +00:00
|
|
|
|
|
|
|
|
|
[languages.no]
|
|
|
|
|
title = "Kubernetes"
|
|
|
|
|
description = "Production-Grade Container Orchestration"
|
2022-06-06 12:06:13 +00:00
|
|
|
|
languageName = "Norsk (Norwegian)"
|
2022-04-14 15:18:39 +00:00
|
|
|
|
languageNameLatinScript = "Norsk"
|
2019-03-07 18:17:41 +00:00
|
|
|
|
weight = 7
|
|
|
|
|
contentDir = "content/no"
|
2020-07-25 16:46:26 +00:00
|
|
|
|
languagedirection = "ltr"
|
2019-03-07 18:17:41 +00:00
|
|
|
|
|
|
|
|
|
[languages.no.params]
|
|
|
|
|
time_format_blog = "02.01.2006"
|
|
|
|
|
# A list of language codes to look for untranslated content, ordered from left to right.
|
|
|
|
|
language_alternatives = ["en"]
|
2019-03-26 20:37:19 +00:00
|
|
|
|
|
|
|
|
|
[languages.de]
|
|
|
|
|
title = "Kubernetes"
|
2019-12-28 11:13:38 +00:00
|
|
|
|
description = "Produktionsreife Container-Orchestrierung"
|
2022-06-06 12:06:13 +00:00
|
|
|
|
languageName = "Deutsch (German)"
|
2022-04-14 15:18:39 +00:00
|
|
|
|
languageNameLatinScript = "Deutsch"
|
2019-03-26 20:37:19 +00:00
|
|
|
|
weight = 8
|
|
|
|
|
contentDir = "content/de"
|
2020-07-25 16:46:26 +00:00
|
|
|
|
languagedirection = "ltr"
|
2019-03-26 20:37:19 +00:00
|
|
|
|
|
|
|
|
|
[languages.de.params]
|
|
|
|
|
time_format_blog = "02.01.2006"
|
|
|
|
|
# A list of language codes to look for untranslated content, ordered from left to right.
|
|
|
|
|
language_alternatives = ["en"]
|
2019-04-04 20:11:20 +00:00
|
|
|
|
|
|
|
|
|
[languages.es]
|
|
|
|
|
title = "Kubernetes"
|
2020-02-23 22:24:47 +00:00
|
|
|
|
description = "Orquestación de contenedores para producción"
|
2022-06-06 12:06:13 +00:00
|
|
|
|
languageName = "Español (Spanish)"
|
2022-04-14 15:18:39 +00:00
|
|
|
|
languageNameLatinScript = "Español"
|
2019-04-04 20:11:20 +00:00
|
|
|
|
weight = 9
|
|
|
|
|
contentDir = "content/es"
|
2020-07-25 16:46:26 +00:00
|
|
|
|
languagedirection = "ltr"
|
2019-04-04 20:11:20 +00:00
|
|
|
|
|
|
|
|
|
[languages.es.params]
|
|
|
|
|
time_format_blog = "02.01.2006"
|
|
|
|
|
# A list of language codes to look for untranslated content, ordered from left to right.
|
|
|
|
|
language_alternatives = ["en"]
|
2019-04-16 09:43:08 +00:00
|
|
|
|
|
2021-04-20 00:10:33 +00:00
|
|
|
|
[languages.pt-br]
|
2019-04-16 19:13:08 +00:00
|
|
|
|
title = "Kubernetes"
|
|
|
|
|
description = "Orquestração de contêineres em nível de produção"
|
2022-06-06 12:06:13 +00:00
|
|
|
|
languageName = "Português (Portuguese)"
|
2022-04-14 15:18:39 +00:00
|
|
|
|
languageNameLatinScript = "Português"
|
2022-05-28 18:18:00 +00:00
|
|
|
|
weight = 10
|
2022-06-06 12:06:13 +00:00
|
|
|
|
|
2021-04-20 00:10:33 +00:00
|
|
|
|
contentDir = "content/pt-br"
|
2020-07-25 16:46:26 +00:00
|
|
|
|
languagedirection = "ltr"
|
2019-04-16 19:13:08 +00:00
|
|
|
|
|
2021-04-20 00:10:33 +00:00
|
|
|
|
[languages.pt-br.params]
|
2019-04-16 19:13:08 +00:00
|
|
|
|
time_format_blog = "02.01.2006"
|
|
|
|
|
# A list of language codes to look for untranslated content, ordered from left to right.
|
|
|
|
|
language_alternatives = ["en"]
|
|
|
|
|
|
2019-04-16 09:43:08 +00:00
|
|
|
|
[languages.id]
|
|
|
|
|
title = "Kubernetes"
|
2020-01-11 17:11:37 +00:00
|
|
|
|
description = "Orkestrasi Kontainer dengan Skala Produksi"
|
2019-04-16 09:43:08 +00:00
|
|
|
|
languageName ="Bahasa Indonesia"
|
2022-04-14 15:18:39 +00:00
|
|
|
|
languageNameLatinScript = "Bahasa Indonesia"
|
2022-05-28 18:18:00 +00:00
|
|
|
|
weight = 11
|
2019-04-16 09:43:08 +00:00
|
|
|
|
contentDir = "content/id"
|
2020-07-25 16:46:26 +00:00
|
|
|
|
languagedirection = "ltr"
|
2019-04-16 09:43:08 +00:00
|
|
|
|
|
|
|
|
|
[languages.id.params]
|
|
|
|
|
time_format_blog = "02.01.2006"
|
|
|
|
|
# A list of language codes to look for untranslated content, ordered from left to right.
|
|
|
|
|
language_alternatives = ["en"]
|
2019-05-08 18:56:34 +00:00
|
|
|
|
|
|
|
|
|
[languages.hi]
|
|
|
|
|
title = "Kubernetes"
|
2021-12-22 18:13:54 +00:00
|
|
|
|
description = "प्रोडक्शन-ग्रेड कंटेनर ऑर्केस्ट्रेशन"
|
2022-08-15 03:25:42 +00:00
|
|
|
|
languageName = "हिन्दी (Hindi)"
|
2022-04-14 15:18:39 +00:00
|
|
|
|
languageNameLatinScript = "Hindi"
|
2022-05-28 18:18:00 +00:00
|
|
|
|
weight = 12
|
2019-06-24 03:29:55 +00:00
|
|
|
|
contentDir = "content/hi"
|
2020-07-25 16:46:26 +00:00
|
|
|
|
languagedirection = "ltr"
|
2019-06-24 03:29:55 +00:00
|
|
|
|
|
|
|
|
|
[languages.hi.params]
|
2022-08-06 15:58:37 +00:00
|
|
|
|
time_format_blog = "02.01.2006"
|
|
|
|
|
# A list of language codes to look for untranslated content, ordered from left to right.
|
2019-06-24 03:29:55 +00:00
|
|
|
|
language_alternatives = ["en"]
|
2019-10-22 06:39:22 +00:00
|
|
|
|
|
|
|
|
|
[languages.vi]
|
|
|
|
|
title = "Kubernetes"
|
2019-12-25 13:35:29 +00:00
|
|
|
|
description = "Giải pháp điều phối container trong môi trường production"
|
2022-04-14 15:18:39 +00:00
|
|
|
|
languageName = "Tiếng Việt (Vietnamese)"
|
|
|
|
|
languageNameLatinScript = "Tiếng Việt"
|
2019-10-22 06:39:22 +00:00
|
|
|
|
contentDir = "content/vi"
|
2022-05-28 18:18:00 +00:00
|
|
|
|
weight = 13
|
2020-07-25 16:46:26 +00:00
|
|
|
|
languagedirection = "ltr"
|
2019-11-14 22:15:14 +00:00
|
|
|
|
|
|
|
|
|
[languages.ru]
|
|
|
|
|
title = "Kubernetes"
|
2019-12-23 17:03:02 +00:00
|
|
|
|
description = "Первоклассная оркестрация контейнеров"
|
2022-04-14 15:18:39 +00:00
|
|
|
|
languageName = "Русский (Russian)"
|
|
|
|
|
languageNameLatinScript = "Russian"
|
2022-05-28 18:18:00 +00:00
|
|
|
|
weight = 14
|
2019-11-14 22:15:14 +00:00
|
|
|
|
contentDir = "content/ru"
|
2020-07-25 16:46:26 +00:00
|
|
|
|
languagedirection = "ltr"
|
2019-11-14 22:15:14 +00:00
|
|
|
|
|
|
|
|
|
[languages.ru.params]
|
|
|
|
|
time_format_blog = "02.01.2006"
|
|
|
|
|
# A list of language codes to look for untranslated content, ordered from left to right.
|
|
|
|
|
language_alternatives = ["en"]
|
|
|
|
|
|
2020-01-14 14:51:24 +00:00
|
|
|
|
[languages.pl]
|
|
|
|
|
title = "Kubernetes"
|
|
|
|
|
description = "Produkcyjny system zarządzania kontenerami"
|
2022-04-14 15:18:39 +00:00
|
|
|
|
languageName = "Polski (Polish)"
|
|
|
|
|
languageNameLatinScript = "Polski"
|
2022-05-28 18:18:00 +00:00
|
|
|
|
weight = 15
|
2020-01-14 14:51:24 +00:00
|
|
|
|
contentDir = "content/pl"
|
2020-07-25 16:46:26 +00:00
|
|
|
|
languagedirection = "ltr"
|
2020-01-14 14:51:24 +00:00
|
|
|
|
|
|
|
|
|
[languages.pl.params]
|
|
|
|
|
time_format_blog = "01.02.2006"
|
2020-02-05 12:53:39 +00:00
|
|
|
|
# A list of language codes to look for untranslated content, ordered from left to right.
|
|
|
|
|
language_alternatives = ["en"]
|
|
|
|
|
|
2020-01-13 16:51:38 +00:00
|
|
|
|
[languages.uk]
|
|
|
|
|
title = "Kubernetes"
|
|
|
|
|
description = "Довершена система оркестрації контейнерів"
|
2022-04-14 15:18:39 +00:00
|
|
|
|
languageName = "Українська (Ukrainian)"
|
|
|
|
|
languageNameLatinScript = "Ukrainian"
|
2022-05-28 18:18:00 +00:00
|
|
|
|
weight = 16
|
2020-01-13 16:51:38 +00:00
|
|
|
|
contentDir = "content/uk"
|
2020-07-25 16:46:26 +00:00
|
|
|
|
languagedirection = "ltr"
|
2020-01-13 16:51:38 +00:00
|
|
|
|
|
|
|
|
|
[languages.uk.params]
|
|
|
|
|
time_format_blog = "02.01.2006"
|
2020-01-14 14:51:24 +00:00
|
|
|
|
# A list of language codes to look for untranslated content, ordered from left to right.
|
|
|
|
|
language_alternatives = ["en"]
|