You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Helck, Christopher" <ch...@ebs.com> on 2004/08/02 18:51:35 UTC

How do I include my documents into the site documents?

I have an XDOC document that I've places into the ./xdocs directory. When I
run maven it processes my file and puts the resulting HTML into ./docs, but
it does not create any links to my document. What do I have to do?

Thanks,
Christopher Helck



The information contained in this e-mail is confidential. This e-mail is intended only for the stated addressee.  If you are not an addressee, you must not disclose, copy, circulate or in any other way use or rely on the information contained in this e-mail. if you have received this e-mail in error, please inform us immediately and delete it and all copies from your system.

EBS Dealing Resources International Limited.  Registered address:  55-56 Lincoln's Inn Fields, London WC2A 3LJ, United Kingdom. Registered number 2633663.

EBS Dealing Resources, Inc, registered in Delaware. Address: 535 Madison Avenue, 24th Floor, New York, NY 10022, USA, and One upper Pond road, Building F - Floor 3, Parsippany, NJ 07054, USA.

EBS Dealing Resources Japan Limited, a Japanese Corporation. Address: Asteer Kayabacho Bldg, 6th Floor, 1-6-1, Shinkawa, Chuo-Ku,  Tokyo 104-0033, Japan.


Re: How do I include my documents into the site documents?

Posted by Erik Husby <mh...@broad.mit.edu>.
Helck, Christopher wrote:

>I have an XDOC document that I've places into the ./xdocs directory. When I
>run maven it processes my file and puts the resulting HTML into ./docs, but
>it does not create any links to my document. What do I have to do?
>
>Thanks,
>Christopher Helck
>  
>
You need to put the links in yourself. For example you could create an 
navigation.xml that looks like:

<project name="MyProject">

  <title>MyProject</title>

  <body>

      <menu name="Overview">
          <item name="My Document 1" href="/document1.html"/>
      <item name="Document 2" href="/document2.html"/>
      </menu>
  </body>

</project>

This would add menu items to the left of the website with links to your 
documents.

Or you create index.xml that has more description then you put in the 
project.xml <description> tag. Check out the maven sources for more ideas.


-- 
Erik Husby
Team Lead for Software Quality Automation
Broad Institute of MIT and Harvard 
Rm. 2192  320 Charles St
Cambridge, MA 02141-2023
mobile: 781.354.6669, office: 617.258.9227, mhusby@broad.mit.edu


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: How do I include my documents into the site documents?

Posted by Carlos Sanchez <ap...@carlos.cousas.net>.
Hi,

Create a navigation.xml, you can check this
http://cvs.sourceforge.net/viewcvs.py/*checkout*/oness/doc/xdocs/navigation.
xml?rev=1.17

Regards

Carlos Sanchez
A Coruña, Spain

Oness Project
http://oness.sourceforge.net
 

> -----Original Message-----
> From: Helck, Christopher [mailto:chelck@ebs.com] 
> Sent: Monday, August 02, 2004 6:52 PM
> To: users@maven.apache.org
> Subject: How do I include my documents into the site documents?
> 
> I have an XDOC document that I've places into the ./xdocs 
> directory. When I run maven it processes my file and puts the 
> resulting HTML into ./docs, but it does not create any links 
> to my document. What do I have to do?
> 
> Thanks,
> Christopher Helck
> 
> 
> 
> The information contained in this e-mail is confidential. 
> This e-mail is intended only for the stated addressee.  If 
> you are not an addressee, you must not disclose, copy, 
> circulate or in any other way use or rely on the information 
> contained in this e-mail. if you have received this e-mail in 
> error, please inform us immediately and delete it and all 
> copies from your system.
> 
> EBS Dealing Resources International Limited.  Registered 
> address:  55-56 Lincoln's Inn Fields, London WC2A 3LJ, United 
> Kingdom. Registered number 2633663.
> 
> EBS Dealing Resources, Inc, registered in Delaware. Address: 
> 535 Madison Avenue, 24th Floor, New York, NY 10022, USA, and 
> One upper Pond road, Building F - Floor 3, Parsippany, NJ 07054, USA.
> 
> EBS Dealing Resources Japan Limited, a Japanese Corporation. 
> Address: Asteer Kayabacho Bldg, 6th Floor, 1-6-1, Shinkawa, 
> Chuo-Ku,  Tokyo 104-0033, Japan.
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org