| 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 <base href="../"> |
| 14 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | 15 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
| 15 <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> | 16 <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> |
| 16 <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> | 17 <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> |
| 17 <script type="text/javascript" | 18 <script type="text/javascript" |
| 18 src="../../../third_party/jstemplate/jstemplate_compiled.js"> | 19 src="../../../third_party/jstemplate/jstemplate_compiled.js"> |
| 19 </script> | 20 </script> |
| 20 <script type="text/javascript" | 21 <script type="text/javascript" |
| 21 src="../../../../third_party/json_minify/minify-sans-regexp.js"> | 22 src="../../../../third_party/json_minify/minify-sans-regexp.js"> |
| 22 </script> | 23 </script> |
| 23 <script type="text/javascript" src="js/api_page_generator.js"></script> | 24 <script type="text/javascript" src="js/api_page_generator.js"></script> |
| 24 <script type="text/javascript" src="js/bootstrap.js"></script> | 25 <script type="text/javascript" src="js/bootstrap.js"></script> |
| 25 <script type="text/javascript" src="js/sidebar.js"></script> | 26 <script type="text/javascript" src="js/sidebar.js"></script> |
| 26 </head> | 27 </head> |
| 27 <body> | 28 <body> |
| 28 </body> | 29 </body> |
| 29 </html> | 30 </html> |
| OLD | NEW |