You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2011/09/17 15:31:58 UTC

svn commit: r1171975 - in /myfaces/core/branches/2.0.x/src/site/xdoc: gettingstarted.xml javadoc.xml

Author: lu4242
Date: Sat Sep 17 13:31:58 2011
New Revision: 1171975

URL: http://svn.apache.org/viewvc?rev=1171975&view=rev
Log:
add jsdoc link and getting started advice (see confluence wiki)

Modified:
    myfaces/core/branches/2.0.x/src/site/xdoc/gettingstarted.xml
    myfaces/core/branches/2.0.x/src/site/xdoc/javadoc.xml

Modified: myfaces/core/branches/2.0.x/src/site/xdoc/gettingstarted.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.0.x/src/site/xdoc/gettingstarted.xml?rev=1171975&r1=1171974&r2=1171975&view=diff
==============================================================================
--- myfaces/core/branches/2.0.x/src/site/xdoc/gettingstarted.xml (original)
+++ myfaces/core/branches/2.0.x/src/site/xdoc/gettingstarted.xml Sat Sep 17 13:31:58 2011
@@ -21,6 +21,9 @@
 <document>
   <body>
     <section name="Viewing Examples Application">
+       <p><b>NOTE: See the updated documentation in our 
+       <a href="https://cwiki.apache.org/confluence/display/MYFACES">Confluence Wiki</a></b>
+       </p>
        <p>
        Your first step with Apache MyFaces Core should be to have a look at our
        examples application. You can do that by going to our working distribution

Modified: myfaces/core/branches/2.0.x/src/site/xdoc/javadoc.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.0.x/src/site/xdoc/javadoc.xml?rev=1171975&r1=1171974&r2=1171975&view=diff
==============================================================================
--- myfaces/core/branches/2.0.x/src/site/xdoc/javadoc.xml (original)
+++ myfaces/core/branches/2.0.x/src/site/xdoc/javadoc.xml Sat Sep 17 13:31:58 2011
@@ -26,6 +26,11 @@
                 <li><a href="myfaces-impl/apidocs/index.html">Javadoc (Impl)</a></li>
             </ul>
         </section>
+        <section name="Jsdoc Links">
+            <ul>
+                <li><a href="myfaces-api/jsdoc/index.html">Jsdoc (API)</a></li>
+            </ul>
+        </section>
         <section name="TLD Links">
             <ul>
                 <li><a href="myfaces-impl/tlddoc/index.html">Core: Tlddoc for Jsp.</a></li>