mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 13:14:16 +08:00
add edit urls for menu and package manager
This commit is contained in:
parent
8b0fc2ba91
commit
e53895f79c
2 changed files with 109 additions and 113 deletions
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: docs
|
||||
title: Menu
|
||||
edit_url: "https://github.com/nylas/N1/blob/master/src/components/menu.cjsx"
|
||||
---
|
||||
|
||||
<h2>Summary</h2>
|
||||
|
@ -142,6 +143,3 @@ component's Menu instance:</p>
|
|||
null to remove the selection</p>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: docs
|
||||
title: PackageManager
|
||||
edit_url: "https://github.com/nylas/N1/blob/master/src/package-manager.coffee"
|
||||
---
|
||||
|
||||
<h2>Summary</h2>
|
||||
|
@ -602,6 +603,3 @@ settings and also by calling <code>enablePackage()/disablePackage()</code>.</p>
|
|||
<p><p>Get 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 of all the available package metadata. </p>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue