This repository was archived by the owner on Apr 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1k
Expand file tree
/
Copy pathlearn.yaml
More file actions
42 lines (42 loc) · 1.77 KB
/
learn.yaml
File metadata and controls
42 lines (42 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# This YAML file contains the structural navigation of the Learn Pages
# The section entries here are a Collection of Sections for the Learn Page
# They're ordered in the same way as you define them here.
# The items property of the section uses the `id` of the files which is interpolated from Gatsby's Node fileAbsolutePath.
# Note.: If an item here doesn't exist in the content folder it is ignored.
# Note.: If your Markdown file is inside a subfolder, call it `index.md` and write here the name of the folder
- section: 'Getting Started'
items:
- getting-started/node-introduction
- getting-started/node-installation
- getting-started/node-javascript-language
- getting-started/node-difference-browser
- getting-started/v8-engine
- getting-started/npm
- getting-started/node-es6
- getting-started/node-difference-dev-prod
- getting-started/node-with-typescript
- getting-started/node-with-web-assembly
- section: 'Asynchronous Work'
items:
- asynchronous-work/node-control-flow
- asynchronous-work/blocking-vs-non-blocking
- asynchronous-work/javascript-callbacks
- asynchronous-work/node-process-nexttick
- asynchronous-work/javascript-timers
- asynchronous-work/node-setimmediate
- asynchronous-work/node-event-emitter
- section: 'Manipulating Files'
items:
- manipulating-files/node-file-stats
- manipulating-files/node-file-paths
- manipulating-files/node-file-descriptors
- manipulating-files/node-reading-files
- manipulating-files/node-writing-files
- manipulating-files/node-folders
- section: 'Command Line'
items:
- command-line/node-run-cli
- command-line/node-environment-variables
- command-line/node-repl
- command-line/node-output-to-cli
- command-line/node-input-from-cli