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

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

Issue 10834144: Extensions Docs Server: Split apps from extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clean up 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/server2/templates/private/standard_extensions_api.html
diff --git a/chrome/common/extensions/docs/server2/templates/private/standard_api.html b/chrome/common/extensions/docs/server2/templates/private/standard_extensions_api.html
similarity index 92%
rename from chrome/common/extensions/docs/server2/templates/private/standard_api.html
rename to chrome/common/extensions/docs/server2/templates/private/standard_extensions_api.html
index 15772c3a41e758819159d617bf245dc9c808ea96..c0a09c85e544f4fcfa643cdc192a27662d387357 100644
--- a/chrome/common/extensions/docs/server2/templates/private/standard_api.html
+++ b/chrome/common/extensions/docs/server2/templates/private/standard_extensions_api.html
@@ -8,7 +8,7 @@
<body>
{{+partials.header_body}}
<div id="gc-container">
- {{+partials.sidenav}}
+ {{+partials.extensions_sidenav}}
<div id="gc-pagecontent">
<h1 class="page_title">chrome.{{api.name}}</h1>
{{?api.permissions.dev}}
@@ -28,5 +28,5 @@
</div>
</div>
</body>
- {{+partials.footer}}
+ {{+partials.footer is_apps:false}}
</html>

Powered by Google App Engine
This is Rietveld 408576698