mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 15:05:50 +00:00
Registering correct master version
This commit is contained in:
parent
fb7c77b1cc
commit
35b7f6c45e
@ -28,7 +28,7 @@ DocumentationService::set_automatic_registration(false);
|
||||
DocumentationSearch::enable();
|
||||
|
||||
try {
|
||||
DocumentationService::register("framework", BASE_PATH ."/src/framework/docs/", 'trunk');
|
||||
DocumentationService::register("framework", BASE_PATH ."/src/framework_master/docs/", 'trunk');
|
||||
DocumentationService::register("framework", BASE_PATH ."/src/framework_3.1/docs/", '3.1');
|
||||
DocumentationService::register("framework", BASE_PATH ."/src/framework_3.0/docs/", '3.0', false, true);
|
||||
DocumentationService::register("framework", BASE_PATH ."/src/framework_2.4/docs/", '2.4');
|
||||
|
Loading…
x
Reference in New Issue
Block a user