2016-04-25 21:49:34 +00:00
Lütfen kullandı ğı nı z dokümanı n Electron versiyonunuzla aynı olduğundan emin olun.
Versiyon numarası okuduğunuz dokümanı n URL'sindekiyle aynı olmalı . Eğer aynı değilse, muhtemelen geliştirme aşaması ndaki API değişikliklerini içerebilecek dokümantasyonudur.
2017-03-01 05:19:55 +00:00
Eğer öyleyse, atom.io üzerinden [mevcut sürümler ](https://electron.atom.io/docs/ )e göz atabilirsiniz ya da eğer GitHub arayüzünü kullanı yorsanı z "Switch branches/tags" açı lı r menüsünden versiyonunuza uygun olanı seçebilirsiniz.
2016-04-25 21:49:34 +00:00
## SSS(Sı kça Sorulan Sorular)
Bir problem(issue) bildirmeden önce sı kça sorulan sorulara göz atı n:
2017-04-09 23:23:14 +00:00
* [Electron SSS ](https://github.com/electron/electron/blob/master/docs/faq.md )
2016-04-25 21:49:34 +00:00
## Klavuzlar
2017-04-09 22:47:00 +00:00
* [Desteklenen Platformlar ](tutorial/supported-platforms.md )
* [Uygulama Dağı tı mı ](tutorial/application-distribution.md )
2016-04-28 23:28:46 +00:00
* [Mac Uygulama Mağazası Başvuru Klavuzu ](https://github.com/electron/electron/tree/master/docs/tutorial/mac-app-store-submission-guide.md )
* [Uygulama Paketleme ](https://github.com/electron/electron/tree/master/docs/tutorial/application-packaging.md )
* [Native Node Modüllerini Kullanma ](https://github.com/electron/electron/tree/master/docs/tutorial/using-native-node-modules.md )
* [Ana Süreç(Main Process) Hata ayı klama ](https://github.com/electron/electron/tree/master/docs/tutorial/debugging-main-process.md )
* [Selenium ve WebDriver kullanı mı ](https://github.com/electron/electron/tree/master/docs/tutorial/using-selenium-and-webdriver.md )
* [DevTools Eklentisi ](https://github.com/electron/electron/tree/master/docs/tutorial/devtools-extension.md )
* [Pepper Flash Kullanı mı ](https://github.com/electron/electron/tree/master/docs/tutorial/using-pepper-flash-plugin.md )
* [Widevine CDM Kullanı mı ](https://github.com/electron/electron/tree/master/docs/tutorial/using-widevine-cdm-plugin.md )
* [CI Sistem Testleri (Travis, Jenkins) ](https://github.com/electron/electron/tree/master/docs/tutorial/testing-on-headless-ci.md )
2016-04-25 21:49:34 +00:00
## Eğitimler
2016-04-28 23:28:46 +00:00
* [Quick Start ](https://github.com/electron/electron/tree/master/docs/tutorial/quick-start.md )
* [Desktop Environment Integration ](https://github.com/electron/electron/tree/master/docs/tutorial/desktop-environment-integration.md )
* [Online/Offline Event Detection ](https://github.com/electron/electron/tree/master/docs/tutorial/online-offline-events.md )
2016-04-25 21:49:34 +00:00
## API Kaynakları
2016-04-28 23:28:46 +00:00
* [Synopsis ](https://github.com/electron/electron/tree/master/docs/api/synopsis.md )
* [Process Object ](https://github.com/electron/electron/tree/master/docs/api/process.md )
* [Desteklenen Chrome Komut Satı rı Anahtarları ](https://github.com/electron/electron/tree/master/docs/api/chrome-command-line-switches.md )
* [Environment Değişkenleri ](https://github.com/electron/electron/tree/master/docs/api/environment-variables.md )
2016-04-25 21:49:34 +00:00
### Özel DOM Elementleri:
* [`File` Nesnesi ](api/file-object.md )
2016-11-09 23:04:00 +00:00
* [`<webview>` Etiketi ](https://github.com/electron/electron/tree/master/docs/api/webview-tag.md )
2016-04-28 23:28:46 +00:00
* [`window.open` Fonksiyonu ](https://github.com/electron/electron/tree/master/docs/api/window-open.md )
2016-04-25 21:49:34 +00:00
### Ana Süreç(Main Process) Modülleri:
2016-04-28 23:28:46 +00:00
* [app ](https://github.com/electron/electron/tree/master/docs/api/app.md )
* [autoUpdater ](https://github.com/electron/electron/tree/master/docs/api/auto-updater.md )
* [BrowserWindow ](https://github.com/electron/electron/tree/master/docs/api/browser-window.md )
* [contentTracing ](https://github.com/electron/electron/tree/master/docs/api/content-tracing.md )
* [dialog ](https://github.com/electron/electron/tree/master/docs/api/dialog.md )
* [globalShortcut ](https://github.com/electron/electron/tree/master/docs/api/global-shortcut.md )
* [ipcMain ](https://github.com/electron/electron/tree/master/docs/api/ipc-main.md )
* [Menu ](https://github.com/electron/electron/tree/master/docs/api/menu.md )
* [MenuItem ](https://github.com/electron/electron/tree/master/docs/api/menu-item.md )
* [powerMonitor ](https://github.com/electron/electron/tree/master/docs/api/power-monitor.md )
* [powerSaveBlocker ](https://github.com/electron/electron/tree/master/docs/api/power-save-blocker.md )
* [protocol ](https://github.com/electron/electron/tree/master/docs/api/protocol.md )
* [session ](https://github.com/electron/electron/tree/master/docs/api/session.md )
* [webContents ](https://github.com/electron/electron/tree/master/docs/api/web-contents.md )
* [Tray ](https://github.com/electron/electron/tree/master/docs/api/tray.md )
2016-04-25 21:49:34 +00:00
### Renderer Process Modülelri (Web Page):
2016-04-28 23:28:46 +00:00
* [desktopCapturer ](https://github.com/electron/electron/tree/master/docs/api/desktop-capturer.md )
* [ipcRenderer ](https://github.com/electron/electron/tree/master/docs/api/ipc-renderer.md )
* [remote ](https://github.com/electron/electron/tree/master/docs/api/remote.md )
* [webFrame ](https://github.com/electron/electron/tree/master/docs/api/web-frame.md )
2016-04-25 21:49:34 +00:00
### Her İki Süreç İçin Geçerli Modüller:
2016-04-28 23:28:46 +00:00
* [clipboard ](https://github.com/electron/electron/tree/master/docs/api/clipboard.md )
* [crashReporter ](https://github.com/electron/electron/tree/master/docs/api/crash-reporter.md )
* [nativeImage ](https://github.com/electron/electron/tree/master/docs/api/native-image.md )
* [screen ](https://github.com/electron/electron/tree/master/docs/api/screen.md )
* [shell ](https://github.com/electron/electron/tree/master/docs/api/shell.md )
2016-04-25 21:49:34 +00:00
## Geliştirme
2016-04-28 23:28:46 +00:00
* [Kodlama Stili ](https://github.com/electron/electron/tree/master/docs/development/coding-style.md )
* [Kaynak Kod Dizin Yapı sı ](https://github.com/electron/electron/tree/master/docs/development/source-code-directory-structure.md )
* [NW.js(node-webkit adı yla bilinen) İle Arası ndaki Teknik Farklı lı klar ](https://github.com/electron/electron/tree/master/docs/development/atom-shell-vs-node-webkit.md )
* [Build Sisyem Genel Bakı ş ](https://github.com/electron/electron/tree/master/docs/development/build-system-overview.md )
2016-06-18 13:26:26 +00:00
* [(macOS) Build Komutları ](https://github.com/electron/electron/tree/master/docs/development/build-instructions-osx.md )
2016-04-28 23:28:46 +00:00
* [(Windows) Build Komutları ](https://github.com/electron/electron/tree/master/docs/development/build-instructions-windows.md )
* [(Linux) Build Komutları ](https://github.com/electron/electron/tree/master/docs/development/build-instructions-linux.md )
* [(Windows) Hata Ayı klama Komutları ](https://github.com/electron/electron/tree/master/docs/development/debug-instructions-windows.md )
* [Simge Sunucusu(Symbol Server) Hata Ayı klama Kurulumu ](https://github.com/electron/electron/tree/master/docs/development/setting-up-symbol-server.md )