Chromium Code Reviews| Index: chrome/common/extensions/docs/templates/public/owners.html |
| diff --git a/chrome/common/extensions/docs/templates/public/owners.html b/chrome/common/extensions/docs/templates/public/owners.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..032831963a2ca828436da986ef62553761b552b1 |
| --- /dev/null |
| +++ b/chrome/common/extensions/docs/templates/public/owners.html |
| @@ -0,0 +1,32 @@ |
| +<html> |
|
not at google - send to devlin
2014/08/08 14:42:27
hey let's give markdown a try here, see if it work
ahernandez
2014/08/08 20:46:07
Not sure if markdown will work. I tried this:
not at google - send to devlin
2014/08/08 20:53:01
ah, bummer. oh well.
|
| + <head> |
| + <link href="{{static}}/css/out/site.css" rel="stylesheet" type="text/css"> |
|
not at google - send to devlin
2014/08/08 14:42:27
this style looks pretty, but wow it's extremely sp
|
| + </head> |
| + <body> |
| + <table> |
| + <tr> |
| + <th> |
| + API |
| + </th> |
| + <th> |
| + Owners |
| + </th> |
| + <th> |
| + Notes |
| + </th> |
| + {{#entry:owners.apis}} |
| + <tr> |
| + <td> |
| + {{entry.api_name}} |
| + </td> |
| + <td> |
| + {{entry.owners}} |
| + </td> |
| + <td> |
| + {{entry.notes}} |
| + </td> |
| + </tr> |
| + {{/owners.apis}} |
| + </table> |
| + </body> |
| +</html> |