OLD | NEW |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <!-- This page is a placeholder for generated extensions api doc. Note: | 2 <!-- This page is a placeholder for generated extensions api doc. Note: |
3 1) The <head> information in this page is significant, should be uniform | 3 1) The <head> information in this page is significant, should be uniform |
4 across api docs and should be edited only with knowledge of the | 4 across api docs and should be edited only with knowledge of the |
5 templating mechanism. | 5 templating mechanism. |
6 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a | 6 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a |
7 browser, it will be re-generated from the template, json schema and | 7 browser, it will be re-generated from the template, json schema and |
8 authored overview content. | 8 authored overview content. |
9 4) The <body>.innerHTML is also generated by an offline step so that this | 9 4) The <body>.innerHTML is also generated by an offline step so that this |
10 page may easily be indexed by search engines. | 10 page may easily be indexed by search engines. |
11 --> | 11 --> |
12 <html xmlns="http://www.w3.org/1999/xhtml"> | 12 <html xmlns="http://www.w3.org/1999/xhtml"> |
13 <head> | 13 <head> |
14 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | 14 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
15 <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> | 15 <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> |
16 <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> | 16 <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> |
17 <script type="text/javascript" | 17 <script type="text/javascript" |
18 src="../../../third_party/jstemplate/jstemplate_compiled.js"> | 18 src="../../../third_party/jstemplate/jstemplate_compiled.js"> |
19 </script> | 19 </script> |
20 <script type="text/javascript" src="js/api_page_generator.js"></script> | 20 <script type="text/javascript" src="js/api_page_generator.js"></script> |
21 <script type="text/javascript" src="js/bootstrap.js"></script> | 21 <script type="text/javascript" src="js/bootstrap.js"></script> |
22 <script type="text/javascript" src="js/sidebar.js"></script> | |
Aaron Boodman
2011/12/21 18:49:00
You still need to undo this (and regen the docs)
| |
23 </head> | 22 </head> |
24 <body> | 23 <body> |
25 </body> | 24 </body> |
26 </html> | 25 </html> |
OLD | NEW |