mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-29 20:04:59 +08:00
Update docs
This commit is contained in:
parent
7abf5a480b
commit
23e09b0830
2 changed files with 2 additions and 2 deletions
|
@ -4,4 +4,4 @@ Section: Guides
|
|||
Order: 6
|
||||
---
|
||||
|
||||
Nylas Mail is built on top of Atom Shell, which runs the latest version of Chromium (at the time of writing, Chromium 41). You can access the standard Chrome Developer Tools using the Command-Option-I keyboard shortcut. When you open the developer tools, you'll also notice a bar appear at the bottom of the window. This bar allows you to inspect API requests sent from the app, streaming updates received from the Nylas API, and tasks that are queued for processing with the `TaskQueue`.
|
||||
Nylas Mail is built on top of Electron, which runs the latest version of Chromium (at the time of writing, Chromium 41). You can access the standard Chrome Developer Tools using the Command-Option-I keyboard shortcut. When you open the developer tools, you'll also notice a bar appear at the bottom of the window. This bar allows you to inspect API requests sent from the app, streaming updates received from the Nylas API, and tasks that are queued for processing with the `TaskQueue`.
|
||||
|
|
|
@ -7,7 +7,7 @@ Section: Getting Started
|
|||
<img src="images/edgehill.png" class="center-logo"/>
|
||||
<h2 style="text-align:center;">Nylas Package API</h2>
|
||||
<p style="text-align:center; margin:auto; margin-bottom:60px;">
|
||||
The Nylas Package API allows you to create powerful extensions to Nylas Mail. The client is built on top of Atom Shell and runs on Mac OS X, Windows, and Linux. It exposes rich APIs for working with the mail, contacts, and calendar and a robust local cache layer. Your packages can leverage NodeJS and other web technologies to create innovative new experiences.
|
||||
The Nylas Package API allows you to create powerful extensions to Nylas Mail. The client is built on top of Electron and runs on Mac OS X, Windows, and Linux. It exposes rich APIs for working with the mail, contacts, and calendar and a robust local cache layer. Your packages can leverage NodeJS and other web technologies to create innovative new experiences.
|
||||
</p>
|
||||
|
||||
<table class="no-border">
|
||||
|
|
Loading…
Reference in a new issue