From 2056e959e60b6275f6b1d84b0b38aa9b4cccb65d Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Thu, 19 May 2016 16:48:21 +1200 Subject: [PATCH] Add entry for 3.4 release --- app/_config/docs-repositiories.yml | 6 +++++- app/_config/docsviewer.yml | 7 +++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/app/_config/docs-repositiories.yml b/app/_config/docs-repositiories.yml index b6bbacf..787189c 100644 --- a/app/_config/docs-repositiories.yml +++ b/app/_config/docs-repositiories.yml @@ -10,6 +10,10 @@ RefreshMarkdownTask: - silverstripe/silverstripe-framework - framework - master + - + - silverstripe/silverstripe-framework + - framework + - "3.4" - - silverstripe/silverstripe-framework - framework @@ -29,4 +33,4 @@ RefreshMarkdownTask: - - silverstripe/silverstripe-framework - framework - - "2.4" \ No newline at end of file + - "2.4" diff --git a/app/_config/docsviewer.yml b/app/_config/docsviewer.yml index aef76db..0ba0a35 100644 --- a/app/_config/docsviewer.yml +++ b/app/_config/docsviewer.yml @@ -15,6 +15,13 @@ DocumentationManifest: Version: "4.0" Branch: "master" DefaultEntity: true + - + Path: "assets/src/framework_3.4/docs/" + Title: "Framework" + Version: "3.4" + Branch: "3.4" + Stable: false + DefaultEntity: true - Path: "assets/src/framework_3.3/docs/" Title: "Framework"