38 lines
No EOL
856 B
Markdown
38 lines
No EOL
856 B
Markdown
# Atom-Shell Documentations
|
|
|
|
## Guides
|
|
|
|
* [Quick start](quick-start.md)
|
|
* [Build native modules](build-native-modules.md)
|
|
|
|
## Development
|
|
|
|
* [Coding style](coding-style.md)
|
|
* [Source code directory structure](source-code-directory-structure.md)
|
|
* [Build instructions (Mac)](build-instructions-mac.md)
|
|
* [Build instructions (Windows)](build-instructions-windows.md)
|
|
|
|
## API References
|
|
|
|
Renderer side modules:
|
|
|
|
* [ipc (renderer)](ipc-renderer.md)
|
|
* [remote](remote.md)
|
|
|
|
Browser side modules:
|
|
|
|
* [app](app.md)
|
|
* [atom-delegate](atom-delegate.md)
|
|
* [auto-updater](auto-updater.md)
|
|
* [browser-window](browser-window.md)
|
|
* [crash-reporter](crash-reporter.md)
|
|
* [dialog](dialog.md)
|
|
* [ipc (browser)](ipc-browser.md)
|
|
* [menu](menu.md)
|
|
* [menu-item](menu-item.md)
|
|
* [power-monitor](power-monitor.md)
|
|
|
|
Common modules:
|
|
|
|
* [clipboard](clipboard.md)
|
|
* [shell](shell.md) |