HI,
  Thanks for Wendy's help,I have put the word doc on the site
successfully,but there new issue,I add configuration in the src\site\.xml
like this:

<menu name="worddoc">

  <item name="claim" href="claimword.doc"/>
  <item name="userguid" href="userguid/quickstart.doc"/>

   </menu>

as a result,the site show the new menu "worddoc", "claim" and "userguid" is
under the "worddoc" menu; but,I have many  word doc which is a userguid,I
want to make the "userguid" become a childmenu of "worddoc" and put the word
docs which is a userguid under it,in other words,make it be a multilevel
menu.how can i do?

2007/2/1, Wendy Smoak <[EMAIL PROTECTED]>:

On 1/31/07, 秋秋 <[EMAIL PROTECTED]> wrote:

>      I want to know how to use maven2 to share the various project
document
> for each member of the project  on the site?There are lots of various
> document,where the doc shoud be place in the project's directory?

What kind of documentation?

Anything you put under src/site/resources will get copied over into
the website, so if you have images, Word docs, etc., you can put them
there.

If you're writing docs in apt or xdoc format, put them in src/site/apt
or src/site/xdoc, and Maven will transform them into HTML for the
website.

http://maven.apache.org/guides/mini/guide-site.html

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to