MINOR Added 3.0

git-svn-id: http://svn.silverstripe.com/projects/ss2doc/branches/v2@122664 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2012-06-20 15:42:34 +00:00
parent cd50c17c6d
commit dfb07c3aad
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ DocumentationSearch::enable();
try{
DocumentationService::register("framework", BASE_PATH ."/src/framework_master/docs/", 'trunk');
DocumentationService::register("sapphire", BASE_PATH ."/src/sapphire_3.0/docs/", '3.0');
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) {