Merge pull request #20489 from zacharysarah/prune-website-maintainers

Update team membership for current best practices
This commit is contained in:
Kubernetes Prow Robot
2020-04-21 20:01:52 -07:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -157,13 +157,13 @@ aliases:
- ianychoi - ianychoi
- seokho-son - seokho-son
- ysyukr - ysyukr
sig-docs-maintainers: # Website maintainers sig-docs-leads: # Website chairs and tech leads
- jimangel - jimangel
- kbarnard10 - kbarnard10
- pwittrock - kbhawkey
- steveperry-53 - onlydole
- sftim
- zacharysarah - zacharysarah
- zparnold
sig-docs-zh-owners: # Admins for Chinese content sig-docs-zh-owners: # Admins for Chinese content
- chenopis - chenopis
- chenrui333 - chenrui333
+2 -2
View File
@@ -1,7 +1,7 @@
[build] [build]
# This default build command adds the robots noindex directive to the site headers. # This default build command adds the robots noindex directive to the site headers.
# It is turned off for only for the production site by using [context.master] below # It is turned off for only for the production site by using [context.master] below
# DO NOT REMOVE THIS (contact @chenopis or @sig-docs-maintainers) # DO NOT REMOVE THIS (contact @kubernetes/sig-docs-leads)
publish = "public" publish = "public"
functions = "functions" functions = "functions"
command = "make non-production-build" command = "make non-production-build"
@@ -22,6 +22,6 @@ command = "make deploy-preview"
[context.master] [context.master]
# This context is triggered by the `master` branch and allows search indexing # This context is triggered by the `master` branch and allows search indexing
# DO NOT REMOVE THIS (contact @chenopis or @sig-docs-maintainers) # DO NOT REMOVE THIS (contact @kubernetes/sig-docs-leads)
publish = "public" publish = "public"
command = "make production-build" command = "make production-build"