Adding explicit branch names so the edit links work as expected. Fixed ss-cache bug due to unrequited link in makefile.

This commit is contained in:
Cam Findlay 2014-12-18 09:48:44 +13:00
parent 1684aefe8b
commit ff7ddbaeba
3 changed files with 8 additions and 7 deletions

View File

@ -10,7 +10,6 @@ fetch:
@./bin/update.sh $(CURDIR)
index:
@mkdir -p $(CURDIR)/silverstripe-cache/
@php framework/cli-script.php dev/tasks/RebuildLuceneDocsIndex flush=1
test:

View File

@ -13,11 +13,13 @@ DocumentationManifest:
Path: "src/framework_master/docs/"
Title: "Framework"
Version: "4.0"
Branch: "master"
DefaultEntity: true
-
Path: "src/framework_3/docs/"
Title: "Framework"
Version: "3.2"
Branch: "3"
DefaultEntity: true
-
Path: "src/framework_3.1/docs/"
@ -25,7 +27,7 @@ DocumentationManifest:
Version: "3.1"
Stable: true
DefaultEntity: true
-
-
Path: "src/framework_3.0/docs/"
Title: "Framework"
Version: "3.0"

10
composer.lock generated
View File

@ -188,12 +188,12 @@
"source": {
"type": "git",
"url": "https://github.com/camfindlay/silverstripe-docsviewer.git",
"reference": "410312c6414eef69f32fdabafdfc3ebbd3e3e032"
"reference": "75e194b8ec9e5a4f980073e6623df7ff0d1747c5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/camfindlay/silverstripe-docsviewer/zipball/410312c6414eef69f32fdabafdfc3ebbd3e3e032",
"reference": "410312c6414eef69f32fdabafdfc3ebbd3e3e032",
"url": "https://api.github.com/repos/camfindlay/silverstripe-docsviewer/zipball/75e194b8ec9e5a4f980073e6623df7ff0d1747c5",
"reference": "75e194b8ec9e5a4f980073e6623df7ff0d1747c5",
"shasum": ""
},
"require": {
@ -224,9 +224,9 @@
"email": "will@fullscreen.io",
"irc": "irc://irc.freenode.org/silverstripe"
},
"source": "https://github.com/camfindlay/silverstripe-docsviewer/tree/curentversionsearch"
"source": "https://github.com/camfindlay/silverstripe-docsviewer/tree/master"
},
"time": "2014-12-16 22:18:00"
"time": "2014-12-17 20:39:26"
},
{
"name": "silverstripe/framework",