mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 13:14:16 +08:00
add edit urls for tasks
This commit is contained in:
parent
7ee48bb7d5
commit
d4adc65a2a
3 changed files with 3 additions and 15 deletions
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: docs
|
||||
title: ChangeFolderTask
|
||||
edit_url: "https://github.com/nylas/N1/blob/master/src/flux/tasks/change-folder-task.coffee"
|
||||
---
|
||||
|
||||
<h2>Summary</h2>
|
||||
|
@ -22,8 +23,3 @@ that configuration</li>
|
|||
|
||||
<ul>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: docs
|
||||
title: ChangeLabelsTask
|
||||
edit_url: "https://github.com/nylas/N1/blob/master/src/flux/tasks/change-labels-task.coffee"
|
||||
---
|
||||
|
||||
<h2>Summary</h2>
|
||||
|
@ -19,8 +20,3 @@ title: ChangeLabelsTask
|
|||
|
||||
<ul>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: docs
|
||||
title: Task
|
||||
edit_url: "https://github.com/nylas/N1/blob/master/src/flux/tasks/task.coffee"
|
||||
---
|
||||
|
||||
<h2>Summary</h2>
|
||||
|
@ -40,8 +41,3 @@ Each newly queued <code>Save</code> can cancel the (unstarted) save task in the
|
|||
|
||||
<ul>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue