Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(573)

Unified Diff: chrome/common/extensions/docs/server2/templates/private/sidenav.html

Issue 10821073: Extensions Docs Server: Filter APIs UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/docs/server2/templates/private/footer.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/server2/templates/private/sidenav.html
diff --git a/chrome/common/extensions/docs/server2/templates/private/sidenav.html b/chrome/common/extensions/docs/server2/templates/private/sidenav.html
index 4b5920122ed83fefd5a1493c0e48de5a36d35f83..96164981ceda8de36d820c28401a84ba9511175d 100644
--- a/chrome/common/extensions/docs/server2/templates/private/sidenav.html
+++ b/chrome/common/extensions/docs/server2/templates/private/sidenav.html
@@ -1,5 +1,22 @@
<div class="g-unit g-first" id="gc-toc">
<ul>
+ <li><h2>Reference</h2>
not at google - send to devlin 2012/07/30 20:19:09 ohh I just meant the search box at the top of the
cduvall 2012/07/30 20:30:15 Done.
+ <ul>
+ <div>
+ <input type="search" id="api_search" results placeholder="Search APIs">
+ <div id="filtered_apis"></div>
+ </div>
+ <li><a href="api_index.html">chrome.* APIs</a></li>
+ <li><span>Formats</span>
+ <ul style="display: none;">
+ <li><a href="manifest.html">Manifest Files</a></li>
+ <li><a href="match_patterns.html">Match Patterns</a></li>
+ </ul>
+ </li>
+ <li><a href="permission_warnings.html">Permission Warnings</a></li>
+ <li><a href="api_other.html">Other APIs</a></li>
+ </ul>
+ </li>
<li><h2>Starting</h2>
<ul>
<li><a href="getstarted.html">Getting Started</a></li>
@@ -61,19 +78,6 @@
<li><a href="tut_oauth.html">OAuth</a></li>
</ul>
</li>
- <li><h2>Reference</h2>
- <ul>
- <li><span>Formats</span>
- <ul style="display: none;">
- <li><a href="manifest.html">Manifest Files</a></li>
- <li><a href="match_patterns.html">Match Patterns</a></li>
- </ul>
- </li>
- <li><a href="permission_warnings.html">Permission Warnings</a></li>
- <li><a href="api_index.html">chrome.* APIs</a></li>
- <li><a href="api_other.html">Other APIs</a></li>
- </ul>
- </li>
<li><h2><a href="samples.html">Samples</a></h2></li>
<li><h2>More</h2>
<ul>
« no previous file with comments | « chrome/common/extensions/docs/server2/templates/private/footer.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698