Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit c287343

Browse files
Jeesun KimJeesun Kim
authored andcommitted
remove/nodes > removed nodes page
1 parent 5a4664e commit c287343

File tree

4 files changed

+2
-52
lines changed

4 files changed

+2
-52
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This uses gulp and metalsmith (plus a heap of plugins) to generate the site.
77

88
To build this project, you must have the following dependencies installed:
99

10-
- node 8
10+
- node 10.16.3
1111
- npm
1212
- yarn
1313

gulp/nodes.js

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

gulpfile.babel.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import markdownItFootnote from 'markdown-it-footnote';
99
import hbars from './gulp/handlebars';
1010
import extract from "./gulp/extract";
1111
import links from "./gulp/links";
12-
import nodes from "./gulp/nodes";
1312
import minimatch from "minimatch";
1413
import safeSymlink from './gulp/safeSymlink';
1514
import runSequence from 'run-sequence';
@@ -35,7 +34,7 @@ gulp.task("src", done => {
3534
runSequence(
3635
'git:clone',
3736
'src:symlink-repos',
38-
['src:generate-nodes-page', 'generate-sdk-symbols'],
37+
'generate-sdk-symbols',
3938
done
4039
);
4140
});

templates/nodes.md

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

0 commit comments

Comments
 (0)