diff --git a/.jsdoc.js b/.jsdoc.js index 36d9a515..404f11ef 100644 --- a/.jsdoc.js +++ b/.jsdoc.js @@ -28,9 +28,6 @@ module.exports = { plugins: [ 'plugins/markdown' ], - markdown: { - idInHeadings: true - }, source: { excludePattern: '(^|\\/|\\\\)[._]', include: [ diff --git a/synth.metadata b/synth.metadata index 0a44717f..b8977953 100644 --- a/synth.metadata +++ b/synth.metadata @@ -1,5 +1,5 @@ { - "updateTime": "2019-05-30T00:17:42.829438Z", + "updateTime": "2019-06-06T15:07:10.061716Z", "sources": [ { "template": { diff --git a/synth.py b/synth.py index 76fcb260..81449f94 100644 --- a/synth.py +++ b/synth.py @@ -3,5 +3,5 @@ import logging logging.basicConfig(level=logging.DEBUG) common_templates = gcp.CommonTemplates() -templates = common_templates.node_library() +templates = common_templates.node_library(source_location='out/src') s.copy(templates)