Add titles and descriptions to the pages
This commit is contained in:
parent
078f9c206f
commit
b66551ec48
15 changed files with 50 additions and 15 deletions
|
@ -3,7 +3,10 @@
|
|||
* Interactive tutorial page.
|
||||
*/
|
||||
angular.module('quayPages').config(['pages', function(pages) {
|
||||
pages.create('tutorial', 'tutorial.html', TutorialCtrl);
|
||||
pages.create('tutorial', 'tutorial.html', TutorialCtrl, {
|
||||
'title': 'Tutorial',
|
||||
'description': 'Basic tutorial on using Docker with Quay.io'
|
||||
});
|
||||
}]);
|
||||
|
||||
function TutorialCtrl($scope, AngularTour, AngularTourSignals, UserService, Config) {
|
||||
|
|
Reference in a new issue