2014-04-30 10:52:58 +04:00
## Tutorials
2013-08-15 02:43:35 +04:00
2014-04-30 10:52:58 +04:00
* [Quick start ](tutorial/quick-start.md )
2014-05-04 14:32:12 +04:00
* [Application distribution ](tutorial/application-distribution.md )
2014-09-29 17:34:54 +04:00
* [Application packaging ](tutorial/application-packaging.md )
2014-09-12 20:14:24 +04:00
* [Using native node modules ](tutorial/using-native-node-modules.md )
2014-08-20 06:01:43 +04:00
* [Debugging browser process ](tutorial/debugging-browser-process.md )
2014-09-12 20:14:24 +04:00
* [Using Selenium and WebDriver ](tutorial/using-selenium-and-webdriver.md )
2014-08-28 12:33:27 +04:00
* [DevTools extension ](tutorial/devtools-extension.md )
2013-08-15 02:43:35 +04:00
2014-05-05 10:24:57 +04:00
## API references
2013-08-15 02:43:35 +04:00
2014-05-05 10:49:05 +04:00
* [Synopsis ](api/synopsis.md )
2014-05-23 18:56:56 +04:00
* [Process object ](api/process.md )
2014-08-15 09:06:52 +04:00
* [Supported Chrome command line switches ](api/chrome-command-line-switches.md )
2014-05-05 10:49:05 +04:00
Modules for browser side:
2013-08-15 02:43:35 +04:00
2014-05-05 10:24:57 +04:00
* [app ](api/app.md )
* [auto-updater ](api/auto-updater.md )
* [browser-window ](api/browser-window.md )
2014-07-31 11:40:40 +04:00
* [content-tracing ](api/content-tracing.md )
2014-05-05 10:24:57 +04:00
* [dialog ](api/dialog.md )
2014-08-04 20:05:26 +04:00
* [global-shortcut ](api/global-shortcut.md )
2014-05-05 10:24:57 +04:00
* [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 07:47:22 +04:00
* [tray ](api/tray.md )
2013-08-15 02:43:35 +04:00
2014-05-05 10:49:05 +04:00
Modules for web page:
2013-08-15 02:43:35 +04:00
2014-05-05 10:24:57 +04:00
* [ipc (renderer) ](api/ipc-renderer.md )
* [remote ](api/remote.md )
2014-06-16 10:56:24 +04:00
* [web-view ](api/web-view.md )
2013-08-15 02:43:35 +04:00
2014-05-05 10:49:05 +04:00
Modules for both sides:
2013-08-15 02:43:35 +04:00
2014-05-05 10:24:57 +04:00
* [clipboard ](api/clipboard.md )
* [crash-reporter ](api/crash-reporter.md )
* [screen ](api/screen.md )
* [shell ](api/shell.md )
2014-05-05 10:49:05 +04:00
## Development
* [Coding style ](development/coding-style.md )
* [Source code directory structure ](development/source-code-directory-structure.md )
2014-05-06 11:16:54 +04:00
* [Technical differences to node-webkit ](development/atom-shell-vs-node-webkit.md )
2014-06-24 07:24:40 +04: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 10:49:05 +04: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 )