Author: hibou
Date: Wed Aug 18 17:28:46 2010
New Revision: 986804
URL: http://svn.apache.org/viewvc?rev=986804&view=rev
Log:
make the toc actual json and move the new version in the correct section
Modified:
ant/ivy/site/ivyde/toc.json
Modified: ant/ivy/site/ivyde/toc.json
URL: http://svn.apache.org/viewvc/ant/ivy/site/ivyde/toc.json?rev=986804&r1=986803&r2=986804&view=diff
==============================================================================
--- ant/ivy/site/ivyde/toc.json (original)
+++ ant/ivy/site/ivyde/toc.json Wed Aug 18 17:28:46 2010
@@ -45,15 +45,15 @@
"isAbstract":true,
"children": [
{
+ "title":"2.1.0",
+ "url":"http://ant.apache.org/ivy/ivyde/history/2.1.0/index.html"
+ },
+ {
"id":"history/2.0",
"title":"2.0.x",
"isAbstract":true,
"children": [
{
- "title":"2.1.0",
- "url":"http://ant.apache.org/ivy/ivyde/history/2.1.0/index.html"
- }
- {
"title":"2.0.0.final",
"url":"http://ant.apache.org/ivy/ivyde/history/2.0.0.final/index.html"
},
|