Skip to content

Commit 9c5e072

Browse files
authored
Merge pull request #20489 from zacharysarah/prune-website-maintainers
Update team membership for current best practices
2 parents b666d84 + a3176c6 commit 9c5e072

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

OWNERS_ALIASES

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,13 @@ aliases:
157157
- ianychoi
158158
- seokho-son
159159
- ysyukr
160-
sig-docs-maintainers: # Website maintainers
160+
sig-docs-leads: # Website chairs and tech leads
161161
- jimangel
162162
- kbarnard10
163-
- pwittrock
164-
- steveperry-53
163+
- kbhawkey
164+
- onlydole
165+
- sftim
165166
- zacharysarah
166-
- zparnold
167167
sig-docs-zh-owners: # Admins for Chinese content
168168
- chenopis
169169
- chenrui333

netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build]
22
# This default build command adds the robots noindex directive to the site headers.
33
# It is turned off for only for the production site by using [context.master] below
4-
# DO NOT REMOVE THIS (contact @chenopis or @sig-docs-maintainers)
4+
# DO NOT REMOVE THIS (contact @kubernetes/sig-docs-leads)
55
publish = "public"
66
functions = "functions"
77
command = "make non-production-build"
@@ -22,6 +22,6 @@ command = "make deploy-preview"
2222

2323
[context.master]
2424
# This context is triggered by the `master` branch and allows search indexing
25-
# DO NOT REMOVE THIS (contact @chenopis or @sig-docs-maintainers)
25+
# DO NOT REMOVE THIS (contact @kubernetes/sig-docs-leads)
2626
publish = "public"
2727
command = "make production-build"

0 commit comments

Comments
 (0)