Skip to content

Commit

Permalink
Adding explicit branch names so the edit links work as expected. Fixe…
Browse files Browse the repository at this point in the history
…d ss-cache bug due to unrequited link in makefile.
  • Loading branch information
camfindlay committed Jan 19, 2015
1 parent 1684aef commit ff7ddba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 0 additions & 1 deletion Makefile
Expand Up @@ -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:
Expand Down
4 changes: 3 additions & 1 deletion app/_config/docsviewer.yml
Expand Up @@ -13,19 +13,21 @@ 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/"
Title: "Framework"
Version: "3.1"
Stable: true
DefaultEntity: true
-
-
Path: "src/framework_3.0/docs/"
Title: "Framework"
Version: "3.0"
Expand Down
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ff7ddba

Please sign in to comment.