2014-04-30 06:52:58 +00:00
## Tutorials
2013-08-14 22:43:35 +00:00
2014-04-30 06:52:58 +00:00
* [Quick start ](tutorial/quick-start.md )
2014-05-04 10:32:12 +00:00
* [Application distribution ](tutorial/application-distribution.md )
2014-04-30 06:52:58 +00:00
* [Use native node modules ](tutorial/use-native-node-modules.md )
2013-08-14 22:43:35 +00:00
2014-05-05 06:24:57 +00:00
## API references
2013-08-14 22:43:35 +00:00
2014-05-05 06:49:05 +00:00
* [Synopsis ](api/synopsis.md )
2014-05-23 14:56:56 +00:00
* [Process object ](api/process.md )
2014-05-05 06:49:05 +00:00
Modules for browser side:
2013-08-14 22:43:35 +00:00
2014-05-05 06:24:57 +00:00
* [app ](api/app.md )
* [auto-updater ](api/auto-updater.md )
* [browser-window ](api/browser-window.md )
2014-07-31 07:40:40 +00:00
* [content-tracing ](api/content-tracing.md )
2014-05-05 06:24:57 +00:00
* [dialog ](api/dialog.md )
* [ipc (browser) ](api/ipc-browser.md )
* [menu ](api/menu.md )
* [menu-item ](api/menu-item.md )
* [power-monitor ](api/power-monitor.md )
* [protocol ](api/protocol.md )
2014-06-02 03:47:22 +00:00
* [tray ](api/tray.md )
2014-07-30 06:58:22 +00:00
* [shortcut ](api/shortcut.md )
2013-08-14 22:43:35 +00:00
2014-05-05 06:49:05 +00:00
Modules for web page:
2013-08-14 22:43:35 +00:00
2014-05-05 06:24:57 +00:00
* [ipc (renderer) ](api/ipc-renderer.md )
* [remote ](api/remote.md )
2014-06-16 06:56:24 +00:00
* [web-view ](api/web-view.md )
2013-08-14 22:43:35 +00:00
2014-05-05 06:49:05 +00:00
Modules for both sides:
2013-08-14 22:43:35 +00:00
2014-05-05 06:24:57 +00:00
* [clipboard ](api/clipboard.md )
* [crash-reporter ](api/crash-reporter.md )
* [screen ](api/screen.md )
* [shell ](api/shell.md )
2014-05-05 06:49:05 +00:00
## Development
* [Coding style ](development/coding-style.md )
* [Source code directory structure ](development/source-code-directory-structure.md )
2014-05-06 07:16:54 +00:00
* [Technical differences to node-webkit ](development/atom-shell-vs-node-webkit.md )
2014-06-24 03:24:40 +00:00
* [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
))
2014-05-05 06:49:05 +00:00
* [Build instructions (Mac) ](development/build-instructions-mac.md )
* [Build instructions (Windows) ](development/build-instructions-windows.md )
* [Build instructions (Linux) ](development/build-instructions-linux.md )