Skip to content

Commit

Permalink
Changes to site to support 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Sep 26, 2009
1 parent 50f0e76 commit 1cd7a6e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions symmetric/pom.xml
Expand Up @@ -391,6 +391,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<destDir>apidocs-2</destDir>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
7 changes: 5 additions & 2 deletions symmetric/src/site/apt/getting_started.apt
Expand Up @@ -5,7 +5,7 @@
Date
------

Getting Started
Users Guide 1.x

To get a demo of SymmetricDS running, try the
{{{guide/html/ch02-getting-started.html}Getting Started}} tutorial.
Expand All @@ -21,4 +21,7 @@ Getting Started
{{{guide/pdf/user-guide.pdf}User Guide (PDF)}}

Please be aware that the User Guide is not yet complete, but is useful already.


Users Guide 2.x

The 2.x User Guide is a work in progress. It can be found {{{http://docs.codehaus.org/display/SYMMETRICDS/Users+Guide+2.x}here}}.
3 changes: 2 additions & 1 deletion symmetric/src/site/site.xml
Expand Up @@ -31,7 +31,8 @@
<menu name="Documentation">
<item name="Users Guide" href="getting_started.html" />
<item name="Wiki" href="http://docs.codehaus.org/display/SYMMETRICDS" />
<item name="JavaDoc" href="apidocs/index.html" />
<item name="JavaDoc 1.x" href="apidocs/index.html" />
<item name="JavaDoc 2.x" href="apidocs-2/index.html" />
<item name="Recent Changes" href="http://jira.codehaus.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?fixfor=-3&amp;pid=11906&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;sorter/field=fixVersions&amp;sorter/order=DESC&amp;tempMax=1000" />
</menu>

Expand Down

0 comments on commit 1cd7a6e

Please sign in to comment.