On Wed, Sep 2, 2009 at 8:52 AM, Adam Barth<[email protected]> wrote: > These docs are pretty cool!
Thanks :) We are rather taken with them too. > What's the best way to add security notes to various APIs? You can find the source in chrome/common/extensions/docs. There is a README in there. In short, each page is generated from two parts, each of which is optional: a chunk of static HTML, and a JSON structure that describes the APIs. The JSON structure is run through a template to generate HTML that is combined with the static part. The static stuff is in chrome/common/extensions/docs/static. The JSON structure is in chrome/common/extensions/api/. You can modify either of these directly and they will show up on the app engine app a few minutes after check-in. - a --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-extensions" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=en -~----------~----~----~----~------~----~------~--~---
