From 6b487c111f3d45cd717282e94e87120f95c7c452 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sun, 20 Mar 2011 23:04:20 +0000 Subject: [PATCH] ENHANCEMENT Using 2.4 instead of master for doc base (necessary as we're changing master to fit current development) git-svn-id: http://svn.silverstripe.com/projects/ss2doc/branches/v2@117214 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- mysite/_config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mysite/_config.php b/mysite/_config.php index aa2a652..86e321a 100644 --- a/mysite/_config.php +++ b/mysite/_config.php @@ -41,9 +41,9 @@ DocumentationService::set_automatic_registration(false); DocumentationSearch::enable(); try{ - //DocumentationService::register("sapphire", BASE_PATH ."/src/sapphire_2.4/docs/", '2.4'); - //DocumentationService::register("sapphire", BASE_PATH ."/src/sapphire_2.3/docs/", '2.3'); DocumentationService::register("sapphire", BASE_PATH ."/src/sapphire_master/docs/", 'trunk'); + DocumentationService::register("sapphire", BASE_PATH ."/src/sapphire_2.4/docs/", '2.4'); + //DocumentationService::register("sapphire", BASE_PATH ."/src/sapphire_2.3/docs/", '2.3'); } catch(InvalidArgumentException $e) { } // Silence if path is not found (for CI environment)