Skip to content

Commit 5931bc8

Browse files
committed
chore(learn): remove
1 parent 621b579 commit 5931bc8

File tree

74 files changed

+16
-12797
lines changed

Some content is hidden

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

74 files changed

+16
-12797
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,10 @@ SECURITY.md @nodejs/security-wg
4141
apps/site/pages/en/blog/release @nodejs/releasers
4242
apps/site/pages/en/blog/announcements @nodejs/releasers
4343

44-
# The following users DO NOT have write access, and their review is requested
45-
# 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-
44+
# Marketing
5645
apps/site/pages/en/about/partners.mdx @nodejs/marketing
5746
apps/site/pages/en/about/branding.mdx @nodejs/marketing
5847

59-
apps/site/pages/en/learn/getting-started/userland-migrations.md @nodejs/userland-migrations
48+
# The following users DO NOT have write access, and their review is requested
49+
# via a GitHub action.
6050
apps/site/pages/en/blog/migrations @nodejs/userland-migrations

.github/ISSUE_TEMPLATE/03-article-issue.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ By contributing to this project, I certify that:
6161

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

apps/site/components/withLayout.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import DefaultLayout from '#site/layouts/Default';
55
import DownloadLayout from '#site/layouts/Download';
66
import DownloadArchiveLayout from '#site/layouts/DownloadArchive';
77
import GlowingBackdropLayout from '#site/layouts/GlowingBackdrop';
8-
import LearnLayout from '#site/layouts/Learn';
98
import PostLayout from '#site/layouts/Post';
109

1110
import type { Layouts } from '#site/types';
@@ -14,7 +13,6 @@ import type { FC, PropsWithChildren } from 'react';
1413
const layouts = {
1514
about: AboutLayout,
1615
home: GlowingBackdropLayout,
17-
learn: LearnLayout,
1816
page: DefaultLayout,
1917
'blog-post': PostLayout,
2018
'blog-category': BlogLayout,

apps/site/layouts/Learn.tsx

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)