Skip to content

Commit 8f83dda

Browse files
authored
[FR] Fix previous merge (#2252)
Signed-off-by: Stéphane Este-Gracias <[email protected]>
1 parent 1ef486e commit 8f83dda

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

.github/settings.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ branches:
418418
- huats
419419
- fydrah
420420
- Krast76
421+
- sestegra
421422
teams: []
422423
enforce_admins: null
423424
required_linear_history: null

config.toml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -140,20 +140,13 @@ weight = 10
140140
[languages.ur.params]
141141
description = "CNCF کلاؤڈ کی مقامی لغت کا مقصد کلاؤڈ مقامی ایپلی کیشنز کے بارے میں بات کرتے وقت استعمال ہونے والی عام اصطلاحات کے حوالے کے طور پر استعمال کرنا ہے۔"
142142

143-
[languages.ur]
144-
title = "کلاؤڈ کی مقامی لغت"
145-
description = "CNCF کلاؤڈ کی مقامی لغت کا مقصد کلاؤڈ مقامی ایپلی کیشنز کے بارے میں بات کرتے وقت استعمال ہونے والی عام اصطلاحات کے حوالے کے طور پر استعمال کرنا ہے۔"
146-
languageName ="اردو (Urdu)"
147-
contentDir = "content/ur"
148-
weight = 10
149-
150143
[languages.fr]
151144
title = "Glossaire Cloud Native"
152-
description = "Le projet de Glossaire CNCF Cloud Natif a pour objectif de référencer les termes courants utilisés dans les différentes applications cloud native."
153145
languageName ="Français (French)"
154146
contentDir = "content/fr"
155147
weight = 11
156-
148+
[languages.fr.params]
149+
description = "Le projet de Glossaire CNCF Cloud Native a pour objectif de référencer les termes courants utilisés dans les différentes applications Cloud Natives."
157150

158151
[markup]
159152
[markup.goldmark]
@@ -182,13 +175,13 @@ images = ["images/cncf-glossary-social.jpg"]
182175
# This menu appears only if you have at least one [params.versions] set.
183176
version_menu = "Releases"
184177

185-
# Flag used in the "version-banner" partial to decide whether to display a
178+
# Flag used in the "version-banner" partial to decide whether to display a
186179
# banner on every page indicating that this is an archived version of the docs.
187180
# Set this flag to "true" if you want to display the banner.
188181
archived_version = false
189182

190183
# The version number for the version of the docs represented in this doc set.
191-
# Used in the "version-banner" partial to display a version number for the
184+
# Used in the "version-banner" partial to display a version number for the
192185
# current doc set.
193186
version = "0.0"
194187

@@ -244,7 +237,7 @@ yes = 'Thank you! Please <a href="https://github.com/cncf/glossary/issues/new">l
244237
no = 'Thanks for your feedback. Please <a href="https://github.com/cncf/glossary/issues/new">tell us how we can improve</a>.'
245238

246239
# Adds a reading time to the top of each doc.
247-
# If you want this feature, but occasionally need to remove the Reading time from a single page,
240+
# If you want this feature, but occasionally need to remove the Reading time from a single page,
248241
# add "hide_readingtime: true" to the page's front matter
249242
[params.ui.readingtime]
250243
enable = false

0 commit comments

Comments
 (0)