forked from nodejs/nodejs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
27 lines (21 loc) · 759 Bytes
/
CODEOWNERS
File metadata and controls
27 lines (21 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Website Development
* @nodejs/nodejs-website
# Infrastructure
.github @nodejs/web-infra
.husky @nodejs/web-infra
# Framework
apps/site/next.config.mjs @nodejs/web-infra
apps/site/next.dynamic.mjs @nodejs/web-infra
# Node.js Release Blog Posts
apps/site/pages/en/blog/release @nodejs/releasers
apps/site/pages/en/blog/announcements @nodejs/releasers
# Package Ecosystem
package.json @nodejs/nodejs-website
turbo.json @nodejs/nodejs-website @nodejs/web-infra
# Web Infrastructure
crowdin.yml @nodejs/web-infra
apps/site/redirects.json @nodejs/web-infra
apps/site/site.json @nodejs/web-infra
# Specific content
apps/site/pages/en/learn/getting-started/security-best-practices.md @nodejs/security-wg
apps/site/pages/en/learn/typescript @nodejs/typescript