plugin development - documentation/example question
I've recently created a new plugin for jQuery that utilizes the
themes. I will be submitting this plugin soon, but I need to get some
documentation and examples on my site.
In creating the documentation and examples, how can I make them
portable to where they could be easily transferred to the main UI
documentation if they were accepted?
I was thinking of making it similar to the documentation provided in
the dev bundle where there is a certain class structure (UIAPIPlugin-
toc,UIAPIPlugin), but this would mean I would have to copy the
existing structure of the doc site (http://docs.jquery.com/) and have
it on my site... and this didn't seem right (license,copyright
issues).
Any suggestions, thoughts would greatly be appreciated!
--