diff --git a/jsdoc-new.json b/jsdoc-new.json deleted file mode 100644 index e91722faa..000000000 --- a/jsdoc-new.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "Konva", - "tags": { - "allowUnknownTags": true - }, - "plugins": ["plugins/markdown"], - "opts": { - "destination": "./public/api", - "template": "./jsdoc-template" - }, - "templates": { - "referenceTitle": "Konva API Documentation", - "disableSort": false - }, - "markdown": { - "parser": "gfm", - "hardwrap": true - } -} diff --git a/jsdoc.json b/jsdoc.json index 22de9e862..205828361 100644 --- a/jsdoc.json +++ b/jsdoc.json @@ -16,7 +16,7 @@ "outputSourcePath": true, "systemName": "Konva", "footer": "", - "copyright": "Konva Copyright © 2015 The contributors to the Konva project.", + "copyright": "Konva Copyright © 2020 The contributors to the Konva project.", "navType": "vertical", "linenums": true, "collapseSymbols": false, @@ -25,10 +25,6 @@ "search": false }, "highlightTutorialCode": true, - "analytics": { - "ua": "UA-54202824-2", - "domain": "https://konvajs.org" - }, "outputSourceFiles": false }, "markdown": { diff --git a/themes/hexo3/_config.yml b/themes/hexo3/_config.yml index f8ac2e1f8..e0b1e0f5d 100644 --- a/themes/hexo3/_config.yml +++ b/themes/hexo3/_config.yml @@ -384,8 +384,6 @@ vue_sidebar: Simple Animations: vue/Simple_Animations.html Cache: vue/Cache.html -google_analytics: UA-54202824-2 fb_admins: -swiftype_key: rRaQRFqx1DcWDDysdpg_ twitter: lavrton github: konvajs/konva diff --git a/vue-demos/simple_animations/src/App.vue b/vue-demos/simple_animations/src/App.vue index 57468ed9d..a7932d8ec 100755 --- a/vue-demos/simple_animations/src/App.vue +++ b/vue-demos/simple_animations/src/App.vue @@ -1,18 +1,20 @@