Start on property editor tutorial

This commit is contained in:
Per Ploug Krogslund
2013-07-11 22:13:16 +02:00
parent 18a0ff4fdd
commit cfd4ded456
73 changed files with 13742 additions and 53 deletions

View File

@@ -237,11 +237,15 @@ module.exports = function (grunt) {
options: {
dest: 'docs/api',
startPage: '/api',
title: "My Awesome Docs"
title: "Umbraco 7"
},
api: {
src: ['src/common/services/*.js'],
src: ['src/common/services/**/*.js'],
title: 'API Documentation'
},
tutorials: {
src: ['docs/tutorials/**/*.ngdoc'],
title: 'Tutorials'
}
},