Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
28 changes: 11 additions & 17 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,17 @@ docs @nodejs/nodejs-website @nodejs/web-infra
SECURITY.md @nodejs/security-wg

# Node.js Release Blog Posts
apps/site/pages/en/blog/release @nodejs/releasers
apps/site/pages/en/blog/announcements @nodejs/releasers
apps/site/app/en/blog/release @nodejs/releasers
apps/site/app/en/blog/announcements @nodejs/releasers

# The following users DO NOT have write access, and their review is requested
# via a GitHub action.
apps/site/pages/en/learn/diagnostics @nodejs/diagnostics

apps/site/pages/en/learn/getting-started/security-best-practices.md @nodejs/security-wg

apps/site/pages/en/learn/manipulating-files @nodejs/fs

apps/site/pages/en/learn/test-runner @nodejs/test_runner

apps/site/pages/en/learn/typescript @nodejs/typescript

apps/site/pages/en/about/partners.mdx @nodejs/marketing
apps/site/pages/en/about/branding.mdx @nodejs/marketing

apps/site/pages/en/learn/getting-started/userland-migrations.md @nodejs/userland-migrations
apps/site/pages/en/blog/migrations @nodejs/userland-migrations
apps/site/app/en/learn/diagnostics @nodejs/diagnostics
apps/site/app/en/learn/getting-started/security-best-practices/page.md @nodejs/security-wg
apps/site/app/en/learn/manipulating-files @nodejs/fs
apps/site/app/en/learn/test-runner @nodejs/test_runner
apps/site/app/en/learn/typescript @nodejs/typescript
apps/site/app/en/about/partners/page.mdx @nodejs/marketing
apps/site/app/en/about/branding/page.mdx @nodejs/marketing
apps/site/app/en/learn/getting-started/userland-migrations/page.md @nodejs/userland-migrations
apps/site/app/en/blog/migrations @nodejs/userland-migrations
3 changes: 1 addition & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,12 @@ updates:
- '@shikijs/*'
- '@mdx-js/*'
- hast-util-*
- estree-util-*
- rehype-*
- remark-*
- shiki
- sval
- unist-util-*
- vfile
- vfile-*
- reading-time
- twoslash
orama:
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,3 @@ jobs:
with:
name: webpack-stats
path: apps/site/.next/server/webpack-stats.json

- name: Build Next.js (Static Export)
# We want to generate a static build, as it is a requirement of our website.
run: node_modules/.bin/turbo deploy ${{ env.TURBO_ARGS }}
env:
# We want to ensure we have enough RAM allocated to the Node.js process
# this should be a last resort in case by any chances the build memory gets too high
# but in general this should never happen
NODE_OPTIONS: '--max_old_space_size=4096'
# We want to ensure that static exports for all locales do not occur on `pull_request` events
# TODO: The output of this is too large, and it crashes the GitHub Runner
NEXT_PUBLIC_STATIC_EXPORT_LOCALE: false # ${{ github.event_name == 'push' }}
8 changes: 4 additions & 4 deletions .github/workflows/translations-pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:
branches:
- main
paths:
- 'apps/site/pages/**/*.md'
- 'apps/site/pages/**/*.mdx'
- '!apps/site/pages/en/**/*.md'
- '!apps/site/pages/en/**/*.mdx'
- 'apps/site/app/**/*.md'
- 'apps/site/app/**/*.mdx'
- '!apps/site/app/en/**/*.md'
- '!apps/site/app/en/**/*.mdx'
- 'packages/i18n/src/locales/*.json'
- '!packages/i18n/src/locales/en.json'
- 'apps/site/snippets/**/*.bash'
Expand Down
97 changes: 0 additions & 97 deletions apps/site/app/[locale]/[...path]/page.tsx

This file was deleted.

82 changes: 0 additions & 82 deletions apps/site/app/[locale]/blog/[...path]/page.tsx

This file was deleted.

93 changes: 0 additions & 93 deletions apps/site/app/[locale]/download/archive/[version]/page.tsx

This file was deleted.

Loading
Loading