mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 15:05:50 +00:00
Added 3.1 release line
This commit is contained in:
parent
1bd93397a0
commit
5daf4d53fd
@ -29,6 +29,7 @@ DocumentationSearch::enable();
|
||||
|
||||
try {
|
||||
DocumentationService::register("framework", BASE_PATH ."/src/framework/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');
|
||||
DocumentationService::register("framework", BASE_PATH ."/src/framework_2.4/docs/", '2.4');
|
||||
DocumentationService::register("framework", BASE_PATH ."/src/framework_2.3/docs/", '2.3');
|
||||
|
Loading…
x
Reference in New Issue
Block a user