diff --git a/CODEOWNERS b/CODEOWNERS index 53e46b6241..e5cd27e58c 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -31,7 +31,21 @@ /vault/plugin_catalog.go @hashicorp/vault-ecosystem # Content on developer.hashicorp.com -/website/ @hashicorp/vault-education-approvers + +# Web presence gets notified of, and can approve changes to web tooling, but not content. + +/website/ @hashicorp/web-presence +/website/data/ +/website/public/ +/website/content/ + +# Education gets notified of, and can approve changes to web content. + +/website/data/ @hashicorp/vault-education-approvers +/website/public/ @hashicorp/vault-education-approvers +/website/content/ @hashicorp/vault-education-approvers +/website/templates/ @hashicorp/vault-education-approvers +/website/redirects.js @hashicorp/vault-education-approvers # Plugin docs /website/content/docs/plugins/ @hashicorp/vault-ecosystem @hashicorp/vault-education-approvers