add edit urls for menu and package manager

This commit is contained in:
dillon 2015-10-03 14:24:10 -07:00
parent 8b0fc2ba91
commit e53895f79c
2 changed files with 109 additions and 113 deletions

View file

@ -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&#39;s Menu instance:</p>
null to remove the selection</p>
</p>
</div>

View file

@ -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>