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

Side by Side 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: unmove reference section Created 8 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/common/extensions/docs/server2/templates/private/footer.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div class="g-unit g-first" id="gc-toc"> 1 <div class="g-unit g-first" id="gc-toc">
2 <ul> 2 <ul>
3 <div>
4 <input type="search" id="api_search" results placeholder="Search APIs">
5 <div id="filtered_apis"></div>
6 </div>
3 <li><h2>Starting</h2> 7 <li><h2>Starting</h2>
4 <ul> 8 <ul>
5 <li><a href="getstarted.html">Getting Started</a></li> 9 <li><a href="getstarted.html">Getting Started</a></li>
6 <li><a href="overview.html">Overview</a></li> 10 <li><a href="overview.html">Overview</a></li>
7 <li><a href="whats_new.html">What's New?</a></li> 11 <li><a href="whats_new.html">What's New?</a></li>
8 </ul> 12 </ul>
9 </li> 13 </li>
10 <li><h2>The API</h2> 14 <li><h2>The API</h2>
11 <ul> 15 <ul>
12 <li><a href="devguide.html">Developer's Guide</a> 16 <li><a href="devguide.html">Developer's Guide</a>
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 <li><h2><a href="samples.html">Samples</a></h2></li> 81 <li><h2><a href="samples.html">Samples</a></h2></li>
78 <li><h2>More</h2> 82 <li><h2>More</h2>
79 <ul> 83 <ul>
80 <li><a href="http://code.google.com/chrome/webstore/docs/index.html">Chr ome Web Store</a></li> 84 <li><a href="http://code.google.com/chrome/webstore/docs/index.html">Chr ome Web Store</a></li>
81 <li><a href="http://code.google.com/chrome/apps/docs/developers_guide.ht ml">Hosted Apps</a></li> 85 <li><a href="http://code.google.com/chrome/apps/docs/developers_guide.ht ml">Hosted Apps</a></li>
82 <li><a href="themes.html">Themes</a></li> 86 <li><a href="themes.html">Themes</a></li>
83 </ul> 87 </ul>
84 </li> 88 </li>
85 </ul> 89 </ul>
86 </div> 90 </div>
OLDNEW
« 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