Skip to content

Commit 76b595c

Browse files
committed
Addeding holding pages for the main sections
1 parent 9a17da5 commit 76b595c

File tree

10 files changed

+54
-2
lines changed

10 files changed

+54
-2
lines changed

child-processes/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ layout: default
33
title: Child Processes
44
---
55

6-
I've seen things you people wouldn't believe. Attack ships on fire off the shoulder of Orion. I watched C-beams glitter in the dark near the Tannhäuser Gate. All those moments will be lost in time, like child processes.
6+
Coming soon.
7+
8+
In the meantime, please see https://nodejs.org/api/child_process.html

diagnostics/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ layout: default
33
title: Diagnostics
44
---
55

6-
I've seen things you people wouldn't believe. Attack ships on fire off the shoulder of Orion. I watched C-beams glitter in the dark near the Tannhäuser Gate. All those moments will be lost in time, like disgnostics.
6+
Coming soon.
7+
8+
In the meantime, please see https://github.com/nodejs/diagnostics

error-handling/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: default
3+
title: Error Handling
4+
---
5+
6+
Coming soon.

file-system/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: default
3+
title: File System
4+
---
5+
6+
Coming soon.

javascript-prerequisites/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: default
3+
title: JavaScript Prerequisites
4+
---
5+
6+
Coming soon.

module-system/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: default
3+
title: Module System
4+
---
5+
6+
Coming soon.

nodejs-cli/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: default
3+
title: Node CLI
4+
---
5+
6+
Coming soon.

package-json/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: default
3+
title: package.json
4+
---
5+
6+
Coming soon.

process-operating-system/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: default
3+
title: Process/Operating System
4+
---
5+
6+
Coming soon.

unit-testing/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: default
3+
title: Unit Testing
4+
---
5+
6+
Coming soon.

0 commit comments

Comments
 (0)