From a8aeddc336b6753bae2b9696bc8eb97df0857e1d Mon Sep 17 00:00:00 2001 From: Xavier Hanin Date: Thu, 5 Jul 2007 13:36:54 +0000 Subject: [PATCH] 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 --- doc/{config.json => config.js} | 6 +++--- doc/index.html | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) rename doc/{config.json => config.js} (59%) diff --git a/doc/config.json b/doc/config.js similarity index 59% rename from doc/config.json rename to doc/config.js index 269e8956..744a7752 100644 --- a/doc/config.json +++ b/doc/config.js @@ -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); diff --git a/doc/index.html b/doc/index.html index f44b6ff6..f2ab5cb7 100644 --- a/doc/index.html +++ b/doc/index.html @@ -59,7 +59,7 @@ Check external tools and resources.

Overview

This documentation is decomposed in 3 main parts: -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.