Removed help. Use docs directly.

This commit is contained in:
Gunther Brunner
2015-06-18 17:45:19 +09:00
parent c0750e4c9f
commit 1291998605
7 changed files with 6 additions and 187 deletions

View File

@@ -22,6 +22,12 @@ module.exports = angular.module('stf.help.docs', [
return '/static/docs/' + lang + '/' + document
}
})
.when('/help', {
templateUrl: function () {
var lang = languageProvider.$get().selectedLanguage
return '/static/docs/' + lang + '/' + 'index'
}
})
//.when('/docs/:lang/:document*', {
// templateUrl: function (params) {
// var lang = params.lang