Side by Side Diff: chrome/common/extensions/docs/templates/private/intro_table.html
Issue 12996003:
Dynamically generate a heading for Extension Docs API pages (Closed)
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor changes
Created 7 years, 7 months ago
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
not at google - send to devlin
2013/04/30 18:34:19
We really need to generate something less embarras
We really need to generate something less embarrassing here. Can we fake it and
say like
The <code>chrome.{{api.name}}</code> API.
I think there's name info somewhere.
On 2013/04/30 18:34:19, kalman wrote:
> We really need to generate something less embarrassing here. Can we fake it
and
> say like
>
> The <code>chrome.{{api.name}}</code> API.
>
> I think there's name info somewhere.
Done.
15 {{/}}
16 </td>
17 </tr>
18 <tr>
19 <td>
20 <strong>Availability:</strong>
21 </td>
22 <td>
23 {{?api.experimental}}
24 Experimental only (see <a href="experimental.html#using">How to use expe
rimental APIs</a>).
25 {{:}}
26 {{?api.availability}}
27 Chrome {{api.availability}}
28 {{:}}
29 No availability is currently available.
not at google - send to devlin
2013/04/30 18:34:19
If the availability isn't available, it's probably
If the availability isn't available, it's probably available. Maybe we should
say "Available". Kind of a cop-out but it's less embarrassing than admitting we
have incomplete docs.
On 2013/04/30 18:34:19, kalman wrote:
> If the availability isn't available, it's probably available. Maybe we should
> say "Available". Kind of a cop-out but it's less embarrassing than admitting
we
> have incomplete docs.
Done. (ha.)
30 {{/}}
31 {{/}}
not at google - send to devlin
2013/04/30 18:34:19
it's nice to close these off with the name of the
it's nice to close these off with the name of the tag, like HTML. same elsewhere
in this files.
On 2013/04/30 18:34:19, kalman wrote:
> I don't see the point of having this be intro_permissions. Just permissions is
> more representative of the API model.
It looks like 'permissions' is already reserved for other data in
api_data_source (used in determining what channel the API is being viewed from,
I think?)
Issue 12996003: Dynamically generate a heading for Extension Docs API pages
(Closed)
Created 7 years, 9 months ago by epeterson
Modified 7 years, 4 months ago
Reviewers: cduvall, not at google - send to devlin, mkearney1
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 471