now use a config.js instead of config.json, and prepare import feature

git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/core/trunk@553500 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Xavier Hanin 2007-07-05 13:36:54 +00:00
parent 6bad516d2c
commit a8aeddc336
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{debug:true,
xooki.util.mix({debug:true,
jira: {ids: ['IVY'], url: 'http://issues.apache.org/jira'},
shortcuts: {
svn: {pre: 'https://svn.apache.org/repos/asf/incubator/ivy/core/trunk/'},
ant: {pre: xooki.c.relativeRoot+'doc/use/', post:'.html'}
ant: {pre: xooki.c.relativeRoot+'use/', post:'.html'}
}
}
}, xooki.c, false);

View File

@ -59,7 +59,7 @@ Check <a href="links.html">external tools and resources</a>.
<h1>Overview</h1>
This documentation is decomposed in 3 main parts:
<ul>
<li><a href="doc/tutorial.html">Tutorials</a></li>
<li>[[tutorial]]</li>
The tutorials is the best way to begin to play with ivy. You will easily and quickly learn the basics of Ivy.
<li><a href="doc/reference.html">Reference</a></li>
The reference documentation gives you all the details of Ivy.
@ -69,7 +69,7 @@ It's also in the reference doc that you will find all you always dreamed to know
The appendix section contains a bunch of Ivy related information which is not part of Ivy reference doc.
</ul>
You will also find here interesting pages like [[doc/bestpractices]], the [[faq]] or the [[links]] pages.
You will also find here interesting pages like [[bestpractices]], the [[faq]] or the [[links]] pages.
</textarea>
<script type="text/javascript">xooki.postProcess();</script>
</body>