add edit urls to actions and attributes

This commit is contained in:
dillon 2015-10-03 12:57:50 -07:00
parent 4ae83ba4e3
commit 7ee48bb7d5
12 changed files with 51 additions and 78 deletions

View file

@ -1,6 +1,7 @@
---
layout: docs
title: Actions
edit_url: "https://github.com/nylas/N1/blob/master/src/flux/actions.coffee"
---
<h2>Summary</h2>
@ -258,7 +259,3 @@ that is not a Store, you can still use the <code>listen</code> method provided b
@pushSheet(WorkspaceStore.Sheet.<span class="hljs-keyword">Thread</span>)
</code></pre></p>

View file

@ -1,6 +1,7 @@
---
layout: docs
title: Attribute
edit_url: "https://github.com/nylas/N1/blob/master/src/flux/attributes/attribute.coffee"
---
<h2>Summary</h2>
@ -107,4 +108,3 @@ The Attribute class also exposes convenience methods for generating <a href='mat
<tr><td class="markdown-from-sourecode"><p>Returns an ascending <a href='sortorder.html'>SortOrder</a> for this attribute.</p>
</td></tr>
</table>

View file

@ -1,6 +1,7 @@
---
layout: docs
title: AttributeBoolean
edit_url: "https://github.com/nylas/N1/blob/master/src/flux/attributes/attribute-boolean.coffee"
---
<h2>Summary</h2>
@ -14,8 +15,3 @@ title: AttributeBoolean
<ul>
</ul>

View file

@ -1,6 +1,7 @@
---
layout: docs
title: AttributeCollection
edit_url: "https://github.com/nylas/N1/blob/master/src/flux/attributes/attribute-collection.coffee"
---
<h2>Summary</h2>
@ -51,4 +52,3 @@ ORDER BY <span class="hljs-escape">`T</span>hread<span class="hljs-escape">`.</s
<tr><td class="markdown-from-sourecode"><p>Returns a <a href='matcher.html'>Matcher</a> for objects containing the provided value.</p>
</td></tr>
</table>

View file

@ -1,6 +1,7 @@
---
layout: docs
title: AttributeDateTime
edit_url: "https://github.com/nylas/N1/blob/master/src/flux/attributes/attribute-datetime.coffee"
---
<h2>Summary</h2>
@ -53,4 +54,3 @@ title: AttributeDateTime
<tr><td class="markdown-from-sourecode"><p>Returns a <a href='matcher.html'>Matcher</a> for objects less than the provided value.</p>
</td></tr>
</table>

View file

@ -1,6 +1,7 @@
---
layout: docs
title: AttributeJoinedData
edit_url: "https://github.com/nylas/N1/blob/master/src/flux/attributes/attribute-joined-data.coffee"
---
<h2>Summary</h2>
@ -30,8 +31,3 @@ written to the secondary table.</p>
<ul>
</ul>

View file

@ -1,6 +1,7 @@
---
layout: docs
title: AttributeNumber
edit_url: "https://github.com/nylas/N1/blob/master/src/flux/attributes/attribute-number.coffee"
---
<h2>Summary</h2>
@ -53,4 +54,3 @@ title: AttributeNumber
<tr><td class="markdown-from-sourecode"><p>Returns a <a href='matcher.html'>Matcher</a> for objects less than the provided value.</p>
</td></tr>
</table>

View file

@ -1,6 +1,7 @@
---
layout: docs
title: AttributeObject
edit_url: "https://github.com/nylas/N1/blob/master/src/flux/attributes/attribute-object.coffee"
---
<h2>Summary</h2>
@ -12,8 +13,3 @@ title: AttributeObject
<ul>
</ul>

View file

@ -1,6 +1,7 @@
---
layout: docs
title: AttributeServerId
edit_url: "https://github.com/nylas/N1/blob/master/src/flux/attributes/attribute-serverid.coffee"
---
<h2>Summary</h2>
@ -14,8 +15,3 @@ title: AttributeServerId
<ul>
</ul>

View file

@ -1,6 +1,7 @@
---
layout: docs
title: AttributeString
edit_url: "https://github.com/nylas/N1/blob/master/src/flux/attributes/attribute-string.coffee"
---
<h2>Summary</h2>
@ -38,4 +39,3 @@ title: AttributeString
<tr><td class="markdown-from-sourecode"><p>Returns a <a href='matcher.html'>Matcher</a> for objects starting with the provided value.</p>
</td></tr>
</table>

View file

@ -1,6 +1,7 @@
---
layout: docs
title: Matcher
edit_url: "https://github.com/nylas/N1/blob/master/src/flux/attributes/matcher.coffee"
---
<h2>Summary</h2>
@ -36,8 +37,3 @@ isUnread.evaluate(threadB)
<ul>
</ul>

View file

@ -1,6 +1,7 @@
---
layout: docs
title: SortOrder
edit_url: "https://github.com/nylas/N1/blob/master/src/flux/attributes/sort-order.coffee"
---
<h2>Summary</h2>
@ -18,8 +19,3 @@ instantiate SortOrders manually. Instead, call <a href='Attribute.html#ascending
<ul>
</ul>