mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-06 04:35:30 +08:00
add edit urls for src components
This commit is contained in:
parent
f293af4efc
commit
5ac975c0a7
11 changed files with 311 additions and 318 deletions
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: docs
|
||||
title: Atom
|
||||
edit_url: "https://github.com/nylas/N1/blob/master/src/atom.coffee"
|
||||
---
|
||||
|
||||
<h2>Summary</h2>
|
||||
|
@ -581,6 +582,3 @@ title: Atom
|
|||
<p><p>Execute code in dev tools. </p>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: docs
|
||||
title: BufferedNodeProcess
|
||||
edit_url: "https://github.com/nylas/N1/blob/master/src/buffered-node-process.coffee"
|
||||
---
|
||||
|
||||
<h2>Summary</h2>
|
||||
|
@ -47,5 +48,3 @@ to run.</p>
|
|||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: docs
|
||||
title: BufferedProcess
|
||||
edit_url: "https://github.com/nylas/N1/blob/master/src/buffered-process.coffee"
|
||||
---
|
||||
|
||||
<h2>Summary</h2>
|
||||
|
@ -96,6 +97,3 @@ Node's ChildProcess.</p>
|
|||
<p><p>Terminate the process. </p>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: docs
|
||||
title: Clipboard
|
||||
edit_url: "https://github.com/nylas/N1/blob/master/src/clipboard.coffee"
|
||||
---
|
||||
|
||||
<h2>Summary</h2>
|
||||
|
@ -100,4 +101,3 @@ title: Clipboard
|
|||
</ul>
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: docs
|
||||
title: Color
|
||||
edit_url: "https://github.com/nylas/N1/blob/master/src/color.coffee"
|
||||
---
|
||||
|
||||
<h2>Summary</h2>
|
||||
|
@ -92,4 +93,3 @@ at the key path is of type 'color'.</p>
|
|||
<tr><td class="markdown-from-sourecode"><p>Returns a <a href='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string'>String</a> in the form <code>'rgba(25, 50, 75, .9)'</code>.</p>
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: docs
|
||||
title: CommandRegistry
|
||||
edit_url: "https://github.com/nylas/N1/blob/master/src/command-registry.coffee"
|
||||
---
|
||||
|
||||
<h2>Summary</h2>
|
||||
|
@ -145,5 +146,3 @@ bubbling process and prevent invocation of additional listeners.</p>
|
|||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: docs
|
||||
title: ComponentRegistry
|
||||
edit_url: "https://github.com/nylas/N1/blob/master/src/component-registry.coffee"
|
||||
---
|
||||
|
||||
<h2>Summary</h2>
|
||||
|
@ -140,4 +141,3 @@ to dynamically render components registered with the ComponentRegistry.</p>
|
|||
<tr><td class="markdown-from-sourecode"><p>Returns an <a href='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/array'>Array</a> of <a href='https://facebook.github.io/react/docs/component-api.html'>React.Component</a> objects</p>
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: docs
|
||||
title: Config
|
||||
edit_url: "https://github.com/nylas/N1/blob/master/src/config.coffee"
|
||||
---
|
||||
|
||||
<h2>Summary</h2>
|
||||
|
@ -665,5 +666,3 @@ you do not need to specify a title or description!</p>
|
|||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: docs
|
||||
title: ScopeDescriptor
|
||||
edit_url: "https://github.com/nylas/N1/blob/master/src/scope-descriptor.coffee"
|
||||
---
|
||||
|
||||
<h2>Summary</h2>
|
||||
|
@ -79,4 +80,3 @@ for more information.</p>
|
|||
<tr><td class="markdown-from-sourecode"><p>Returns an <a href='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/array'>Array</a> of <a href='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string'>String</a>s</p>
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: docs
|
||||
title: StyleManager
|
||||
edit_url: "https://github.com/nylas/N1/blob/master/src/style-manager.coffee"
|
||||
---
|
||||
|
||||
<h2>Summary</h2>
|
||||
|
@ -198,4 +199,3 @@ which clone and attach style elements in different contexts.</p>
|
|||
<tr><td class="markdown-from-sourecode"><p>Returns a <a href='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string'>String</a>.</p>
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: docs
|
||||
title: ThemeManager
|
||||
edit_url: "https://github.com/nylas/N1/blob/master/src/theme-manager.coffee"
|
||||
---
|
||||
|
||||
<h2>Summary</h2>
|
||||
|
@ -110,4 +111,3 @@ title: ThemeManager
|
|||
<tr><td class="markdown-from-sourecode"><p>Returns an array of theme names in the order that they should be activated.</p>
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue