Skip to content

Commit db4f1d5

Browse files
author
Tim Bannister
committed
Remove legacy announcement config
1 parent c02410d commit db4f1d5

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

config.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,6 @@ githubWebsiteRaw = "raw.githubusercontent.com/kubernetes/website"
154154
# GitHub repository link for editing a page and opening issues.
155155
github_repo = "https://github.com/kubernetes/website"
156156

157-
# param for displaying an announcement block on every page.
158-
# See /i18n/en.toml for message text and title.
159-
announcement = true
160-
announcement_bg = "#000000" #choose a dark color – text is white
161-
162157
#Searching
163158
k8s_search = true
164159

i18n/en.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# i18n strings for the English (main) site.
22
# NOTE: Please keep the entries in alphabetical order when editing
3-
[announcement_title]
4-
other = "Black lives matter."
5-
6-
[announcement_message]
7-
other = "We stand in solidarity with the Black community.<br/>Racism is unacceptable.<br/> It conflicts with the [core values of the Kubernetes project](https://git.k8s.io/community/values.md) and our community does not tolerate it."
8-
93
[caution]
104
other = "Caution:"
115

0 commit comments

Comments
 (0)