Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit 1d94612

Browse files
authored
Remove updates from build & TOC (#9609)
1 parent dcddff3 commit 1d94612

File tree

9 files changed

+2
-45
lines changed

9 files changed

+2
-45
lines changed

gulp-tasks/build.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,8 @@ gulp.task('build:sitekit', function() {
277277
/**
278278
* Builds all of the listing pages, including RSS & ATOM feeds
279279
* for /web/updates/
280+
*
281+
* TODO: Remove this dead code, all content has been moved to w.d
280282
*/
281283
gulp.task('build:updates', function() {
282284
const section = 'updates';
@@ -357,7 +359,6 @@ gulp.task('build', function(cb) {
357359
'build:http203Podcast',
358360
'build:DVDPodcast',
359361
'build:tools',
360-
'build:updates',
361362
'build:shows',
362363
'build:sitekit',
363364
],

src/content/en/_book.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
upper_tabs:
33
- include: /web/_upper_tabs-Fundamentals.yaml
44
- include: /web/_upper_tabs-Tools.yaml
5-
- include: /web/_upper_tabs-Updates.yaml

src/content/en/_upper_tabs-Updates.yaml

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

src/content/en/fundamentals/_book.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,3 @@ upper_tabs:
3030
- title: Samples
3131
path: https://www.chromestatus.com/samples
3232
- include: /web/_upper_tabs-Tools.yaml
33-
- include: /web/_upper_tabs-Updates.yaml

src/content/en/ilt/pwa/_book.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
upper_tabs:
44
- include: /web/_upper_tabs-Fundamentals.yaml
55
- include: /web/_upper_tabs-Tools.yaml
6-
- include: /web/_upper_tabs-Updates.yaml
76
- name: Progressive Web Apps Training
87
path: /web/ilt/
98
lower_tabs:

src/content/en/resources/_book.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
upper_tabs:
44
- include: /web/_upper_tabs-Fundamentals.yaml
55
- include: /web/_upper_tabs-Tools.yaml
6-
- include: /web/_upper_tabs-Updates.yaml
76
- name: Resources
87
path: /web/resources/
98
lower_tabs:

src/content/en/shows/_book.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
upper_tabs:
33
- include: /web/_upper_tabs-Fundamentals.yaml
44
- include: /web/_upper_tabs-Tools.yaml
5-
- include: /web/_upper_tabs-Updates.yaml
65
- name: Shows
76
heading: Updates
87
path: /web/shows/

src/content/en/tools/_book.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ upper_tabs:
2929
contents:
3030
- title: Chrome User Experience Report
3131
path: /web/tools/chrome-user-experience-report
32-
- include: /web/_upper_tabs-Updates.yaml

src/content/en/updates/_book.yaml

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

0 commit comments

Comments
 (0)