Skip to content
Open
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 3 additions & 13 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,10 @@ SECURITY.md @nodejs/security-wg
apps/site/pages/en/blog/release @nodejs/releasers
apps/site/pages/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

# Marketing
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
# The following users DO NOT have write access, and their review is requested
# via a GitHub action.
apps/site/pages/en/blog/migrations @nodejs/userland-migrations
28 changes: 0 additions & 28 deletions .github/ISSUE_TEMPLATE/03-article-issue.yml

This file was deleted.

2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ By contributing to this project, I certify that:

- **Report Issues**: Found a bug or have a feature request? [Open an issue](https://github.com/nodejs/nodejs.org/issues/new/choose)
- **Improve Documentation**: Help make our docs clearer and more comprehensive
- **Add Content**: Create new learn articles, blog posts, or improve existing content
- **Add Content**: Create new articles, blog posts, or improve existing content
- **Fix Bugs**: Look for issues labeled [`good first issue`](https://github.com/nodejs/nodejs.org/labels/good%20first%20issue)
- **Translate Content**: Help make Node.js documentation accessible worldwide

Expand Down
2 changes: 0 additions & 2 deletions apps/site/components/withLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import DefaultLayout from '#site/layouts/Default';
import DownloadLayout from '#site/layouts/Download';
import DownloadArchiveLayout from '#site/layouts/DownloadArchive';
import GlowingBackdropLayout from '#site/layouts/GlowingBackdrop';
import LearnLayout from '#site/layouts/Learn';
import PostLayout from '#site/layouts/Post';

import type { Layouts } from '#site/types';
Expand All @@ -14,7 +13,6 @@ import type { FC, PropsWithChildren } from 'react';
const layouts = {
about: AboutLayout,
home: GlowingBackdropLayout,
learn: LearnLayout,
page: DefaultLayout,
'blog-post': PostLayout,
'blog-category': BlogLayout,
Expand Down
36 changes: 0 additions & 36 deletions apps/site/layouts/Learn.tsx

This file was deleted.

Loading
Loading