forked from magizbox/javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
37 lines (36 loc) · 964 Bytes
/
mkdocs.yml
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
site_name: JavascriptTutorial
pages:
- "Home": 'index.md'
- "Installation": 'install.md'
- "IDE": 'ide.md'
- "Doc":
- "Basic Syntax": 'basic_syntax.md'
- "Data Structure":
- "Number": 'data_number.md'
- "String": 'data_string.md'
- "Collection": 'data_collection.md'
- "Datetime": 'data_time.md'
- "Boolean": 'data_boolean.md'
- "Object": 'data_object.md'
- "OOP": "oop.md"
- "Networking": "networking.md"
- "Logging": "logging.md"
- "Documentation": "documentation.md"
- "Error Handling": "error_handling.md"
- "Testing": "testing.md"
- "Web": "web.md"
- "Package Manager": "package_manager.md"
- "Build Tool": "build_tool.md"
- "Make Module": "make_module.md"
markdown_extensions:
- footnotes
extra_css:
- css/book.css
- css/course.css
- css/video.css
extra_javascript:
- js/underscore.js
- js/gspreadsheet.js
- js/book.js
- js/course.js
- js/video.js