diff --git a/app/_config/docs-repositories.yml b/app/_config/docs-repositories.yml index 76f4ad8..6d7ffbb 100644 --- a/app/_config/docs-repositories.yml +++ b/app/_config/docs-repositories.yml @@ -9,7 +9,7 @@ RefreshMarkdownTask: - - silverstripe/silverstripe-framework - framework - - master + - "4" - - silverstripe/silverstripe-framework - framework diff --git a/app/_config/docsviewer.yml b/app/_config/docsviewer.yml index 594a7ee..1d8f4dc 100644 --- a/app/_config/docsviewer.yml +++ b/app/_config/docsviewer.yml @@ -10,11 +10,11 @@ DocumentationManifest: automatic_registration: false register_entities: - - Path: "assets/src/framework_master/docs/" + Path: "assets/src/framework_4/docs/" Title: "Framework" VersionTitle: "4.x" Version: "4" - Branch: "master" + Branch: "4" DefaultEntity: true - Path: "assets/src/framework_3/docs/"