Skip to content

Commit fcf2be1

Browse files
committed
initial
1 parent 8dd60ff commit fcf2be1

File tree

1,281 files changed

+455
-1237
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,281 files changed

+455
-1237
lines changed

.github/CODEOWNERS

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -38,23 +38,17 @@ docs @nodejs/nodejs-website @nodejs/web-infra
3838
SECURITY.md @nodejs/security-wg
3939

4040
# Node.js Release Blog Posts
41-
apps/site/pages/en/blog/release @nodejs/releasers
42-
apps/site/pages/en/blog/announcements @nodejs/releasers
41+
apps/site/app/en/blog/release @nodejs/releasers
42+
apps/site/app/en/blog/announcements @nodejs/releasers
4343

4444
# The following users DO NOT have write access, and their review is requested
4545
# via a GitHub action.
46-
apps/site/pages/en/learn/diagnostics @nodejs/diagnostics
47-
48-
apps/site/pages/en/learn/getting-started/security-best-practices.md @nodejs/security-wg
49-
50-
apps/site/pages/en/learn/manipulating-files @nodejs/fs
51-
52-
apps/site/pages/en/learn/test-runner @nodejs/test_runner
53-
54-
apps/site/pages/en/learn/typescript @nodejs/typescript
55-
56-
apps/site/pages/en/about/partners.mdx @nodejs/marketing
57-
apps/site/pages/en/about/branding.mdx @nodejs/marketing
58-
59-
apps/site/pages/en/learn/getting-started/userland-migrations.md @nodejs/userland-migrations
60-
apps/site/pages/en/blog/migrations @nodejs/userland-migrations
46+
apps/site/app/en/learn/diagnostics @nodejs/diagnostics
47+
apps/site/app/en/learn/getting-started/security-best-practices/page.md @nodejs/security-wg
48+
apps/site/app/en/learn/manipulating-files @nodejs/fs
49+
apps/site/app/en/learn/test-runner @nodejs/test_runner
50+
apps/site/app/en/learn/typescript @nodejs/typescript
51+
apps/site/app/en/about/partners/page.mdx @nodejs/marketing
52+
apps/site/app/en/about/branding/pag.mdx @nodejs/marketing
53+
apps/site/app/en/learn/getting-started/userland-migrations/page.md @nodejs/userland-migrations
54+
apps/site/app/en/blog/migrations @nodejs/userland-migrations

.github/workflows/translations-pr-lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ on:
99
branches:
1010
- main
1111
paths:
12-
- 'apps/site/pages/**/*.md'
13-
- 'apps/site/pages/**/*.mdx'
14-
- '!apps/site/pages/en/**/*.md'
15-
- '!apps/site/pages/en/**/*.mdx'
12+
- 'apps/site/app/**/*.md'
13+
- 'apps/site/app/**/*.mdx'
14+
- "!apps/site/app/\\[en\\]/**/*.md"
15+
- "!apps/site/app/\\[en\\]/**/*.mdx"
1616
- 'packages/i18n/src/locales/*.json'
1717
- '!packages/i18n/src/locales/en.json'
1818
- 'apps/site/snippets/**/*.bash'

apps/site/pages/en/about/get-involved/collab-summit.md renamed to apps/site/app/[en]/about/get-involved/collab-summit/page.md

0 commit comments

Comments
 (0)