Add docs on our custom web elements
This commit is contained in:
parent
194ed3884c
commit
69bcc8e831
3 changed files with 297 additions and 2 deletions
|
@ -14,6 +14,11 @@
|
|||
* [Process object](api/process.md)
|
||||
* [Supported Chrome command line switches](api/chrome-command-line-switches.md)
|
||||
|
||||
Custom DOM elements:
|
||||
|
||||
* [`File` object](app/file-object.md)
|
||||
* [`<webview>` tag](app/web-view-tag.md)
|
||||
|
||||
Modules for browser side:
|
||||
|
||||
* [app](api/app.md)
|
||||
|
@ -47,8 +52,6 @@ Modules for both sides:
|
|||
* [Coding style](development/coding-style.md)
|
||||
* [Source code directory structure](development/source-code-directory-structure.md)
|
||||
* [Technical differences to node-webkit](development/atom-shell-vs-node-webkit.md)
|
||||
* [How node.js is integrated into atom-shell](https://speakerdeck.com/zcbenz/practice-on-embedding-node-dot-js-into-atom-editor) (slides) ([中文版](http://2014.jsconf.cn/slides/Practice%20on%20embedding%20Node.js%20into%20Atom%20Editor.pdf
|
||||
))
|
||||
* [Build instructions (Mac)](development/build-instructions-mac.md)
|
||||
* [Build instructions (Windows)](development/build-instructions-windows.md)
|
||||
* [Build instructions (Linux)](development/build-instructions-linux.md)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue