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

Unified Diff: chrome/common/extensions/docs/server2/templates/articles/app_lifecycle.html

Issue 10834130: Extensions Docs Server: Doc conversion script - SVN (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: 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/articles/app_lifecycle.html
===================================================================
--- chrome/common/extensions/docs/server2/templates/articles/app_lifecycle.html (revision 150606)
+++ chrome/common/extensions/docs/server2/templates/articles/app_lifecycle.html (working copy)
@@ -1,7 +1,7 @@
<meta name="doc-family" content="apps">
-<div id="pageData-name" class="pageData">Manage App Lifecycle</div>
-<div id="pageData-showTOC" class="pageData">true</div>
+<h1>Manage App Lifecycle</h1>
+
<p>
The app runtime and event page are responsible
for managing the app lifecycle.
@@ -24,7 +24,7 @@
but it's practical (and we will make it nicer soon).
</p>
-<img src="../images/applifecycle.png"
+<img src="{{static}}/images/applifecycle.png"
width="444"
height="329"
alt="how app lifecycle works">
@@ -227,4 +227,4 @@
});
</pre>
-<p class="backtotop"><a href="#top">Back to top</a></p>
+<p class="backtotop"><a href="#top">Back to top</a></p>

Powered by Google App Engine
This is Rietveld 408576698