diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index dd0d63d3828c02..47e420a9457bb8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -18,6 +18,11 @@ /LICENSE @nodejs/tsc /onboarding.md @nodejs/tsc +# website +/doc/api_assets @nodejs/website +/doc/template.html @nodejs/website +/tools/doc @nodejs/website + # streams /lib/_stream* @nodejs/streams