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)