-
Notifications
You must be signed in to change notification settings - Fork 3.9k
/
mkdocs.yml
69 lines (69 loc) · 3.41 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
site_name: NW.js Documentation
theme: readthedocs
theme_dir: 'custom_theme'
markdown_extensions:
- markdown.extensions.toc
- markdown.extensions.admonition
- markdown.extensions.smarty
- markdown.extensions.nl2br
- markdown.extensions.codehilite:
guess_lang: false
- pymdownx.extra
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.tilde
- pymdownx.caret
- pymdownx.smartsymbols
- pymdownx.tasklist
- pymdownx.progressbar
- pymdownx.arithmatex
- pymdownx.mark
- pymdownx.critic
pages:
- 'Homepage': 'index.md'
- 'For Users':
- 'Getting Started': 'For Users/Getting Started.md'
- 'Debugging with DevTools': 'For Users/Debugging with DevTools.md'
- 'Package and Distribute': 'For Users/Package and Distribute.md'
- 'FAQ': 'For Users/FAQ.md'
- 'Migration':
- 'From 0.12 to 0.13': 'For Users/Migration/From 0.12 to 0.13.md'
- 'Advanced':
- 'Build Flavors': 'For Users/Advanced/Build Flavors.md'
- 'Content Verification': 'For Users/Advanced/Content Verification.md'
- 'Customize Menubar': 'For Users/Advanced/Customize Menubar.md'
- 'JavaScript Contexts in NW.js': 'For Users/Advanced/JavaScript Contexts in NW.js.md'
- 'Protect JavaScript Source Code': 'For Users/Advanced/Protect JavaScript Source Code.md'
- 'Security in NW.js': 'For Users/Advanced/Security in NW.js.md'
- 'Support for Mac App Store': 'For Users/Advanced/Support for Mac App Store.md'
- 'Test with ChromeDriver': 'For Users/Advanced/Test with ChromeDriver.md'
- 'Transparent Window': 'For Users/Advanced/Transparent Window.md'
- 'Use Flash Plugin': 'For Users/Advanced/Use Flash Plugin.md'
- 'Use NaCl in NW.js': 'For Users/Advanced/Use NaCl in NW.js.md'
- 'Use Native Node Modules': 'For Users/Advanced/Use Native Node Modules.md'
- 'Autoupdates': 'For Users/Advanced/Autoupdates.md'
- 'References':
- 'App': 'References/App.md'
- 'Changes to DOM': 'References/Changes to DOM.md'
- 'Changes to Node': 'References/Changes to Node.md'
- 'Clipboard': 'References/Clipboard.md'
- 'Command Line Options': 'References/Command Line Options.md'
- 'Chrome Extension APIs': 'References/Chrome Extension APIs.md'
- 'Manifest Format': 'References/Manifest Format.md'
- 'Menu': 'References/Menu.md'
- 'MenuItem': 'References/MenuItem.md'
- 'Screen': 'References/Screen.md'
- 'Shell': 'References/Shell.md'
- 'Shortcut': 'References/Shortcut.md'
- 'Tray': 'References/Tray.md'
- 'webview Tag': 'References/webview Tag.md'
- 'Window': 'References/Window.md'
- 'For Developers':
- 'Building NW.js': 'For Developers/Building NW.js.md'
- 'Contributing to NW.js': 'For Developers/Contributing to NW.js.md'
- 'Enable Proprietary Codecs': 'For Developers/Enable Proprietary Codecs.md'
- 'Repositories': 'For Developers/Repositories.md'
- 'Understanding Crash Dump': 'For Developers/Understanding Crash Dump.md'
- 'Writing Documents for NW.js': 'For Developers/Writing Documents for NW.js.md'
- 'Writing Test Cases for NW.js': 'For Developers/Writing Test Cases for NW.js.md'
- 'Contributors of Documents': 'For Developers/Contributors of Documents.md'