mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 13:03:10 +08:00
new docs folder
This commit is contained in:
parent
73a4a573b1
commit
b30f34d2e5
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,6 +7,7 @@ phantomjs.exe
|
|||||||
docs
|
docs
|
||||||
homedocs
|
homedocs
|
||||||
jsdoc-template
|
jsdoc-template
|
||||||
|
api
|
||||||
test/sandbox.html
|
test/sandbox.html
|
||||||
|
|
||||||
# Numerous always-ignore extensions
|
# Numerous always-ignore extensions
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
## 5.1.10
|
||||||
|
|
||||||
|
* Bug Fixes
|
||||||
|
* working "this-example" as name for nodes
|
||||||
|
|
||||||
## 5.1.9 2014-01-09
|
## 5.1.9 2014-01-09
|
||||||
* Bug Fixes
|
* Bug Fixes
|
||||||
* Correct stage resizing with `FastLayer`
|
* Correct stage resizing with `FastLayer`
|
||||||
|
@ -225,7 +225,7 @@ module.exports = function(grunt) {
|
|||||||
dist : {
|
dist : {
|
||||||
src: ['README.md', './src/**/*.js'],
|
src: ['README.md', './src/**/*.js'],
|
||||||
options: {
|
options: {
|
||||||
destination: 'homedocs',
|
destination: 'api',
|
||||||
template : './node_modules/grunt-jsdoc/node_modules/ink-docstrap/template',
|
template : './node_modules/grunt-jsdoc/node_modules/ink-docstrap/template',
|
||||||
configure : './resources/jsdoc.conf.json'
|
configure : './resources/jsdoc.conf.json'
|
||||||
}
|
}
|
||||||
@ -265,8 +265,7 @@ module.exports = function(grunt) {
|
|||||||
'shell:jsdoc'
|
'shell:jsdoc'
|
||||||
]);
|
]);
|
||||||
|
|
||||||
grunt.registerTask('homedocs', 'Generate docs for homepage', [
|
grunt.registerTask('api', 'Generate docs for homepage', [
|
||||||
'full',
|
|
||||||
'jsdoc'
|
'jsdoc'
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user