Skip to content

Commit 7ead877

Browse files
authored
docs: remove outdated devops guide (#703)
1 parent 6b97f89 commit 7ead877

7 files changed

Lines changed: 4 additions & 1116 deletions

File tree

.eslintignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
.changeset
1111

1212
# Files
13-
pnpm-lock.yaml
13+
pnpm-*.yaml
1414
pre-commit
1515
.prettierignore
1616

pnpm-workspace.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
onlyBuiltDependencies:
2+
- sharp
3+
- workerd

src/content/config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export const collections = {
4242
'sidebar.moderator_handbook': z.string(),
4343
'sidebar.reply_templates': z.string(),
4444
'sidebar.language_lead_handbook': z.string(),
45-
'sidebar.devops_handbook': z.string(),
4645
'sidebar.courses_vscode_extension': z.string(),
4746
'sidebar.enable_new_language': z.string(),
4847
'sidebar.our_community': z.string(),

src/content/docs/devops.mdx

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

src/content/i18n/en.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
"sidebar.moderator_handbook": "Moderator Handbook",
7373
"sidebar.reply_templates": "Reply Templates",
7474
"sidebar.language_lead_handbook": "Language Lead Handbook",
75-
"sidebar.devops_handbook": "DevOps Handbook",
7675
"sidebar.courses_vscode_extension": "Courses VSCode Extension",
7776
"sidebar.enable_new_language": "Enable New Language",
7877
"sidebar.our_community": "Our Community",

src/update-pagination.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ export const content: Section[] = [
134134
href: '/language-lead-handbook/',
135135
title: 'sidebar.language_lead_handbook'
136136
},
137-
{ href: '/devops/', title: 'sidebar.devops_handbook' },
138137
{
139138
href: '/courses-vscode-extension/',
140139
title: 'sidebar.courses_vscode_extension'

tests/legacy-redirect.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ const legacyRoutes = [
77
from: '/#/how-to-setup-freecodecamp-locally',
88
to: '/how-to-setup-freecodecamp-locally/'
99
},
10-
{ from: '/#/devops', to: '/devops/' },
1110
{
1211
from: '/#/how-to-add-playwright-tests',
1312
to: '/how-to-add-playwright-tests/'

0 commit comments

Comments
 (0)