From bd91bfb28a0aabdeeca69c6edd04d65d179d6c5b Mon Sep 17 00:00:00 2001 From: Martin Yankov Date: Fri, 14 Sep 2018 16:15:45 +0300 Subject: [PATCH] docs: gather snippets from apps app folder only (#6266) --- build-docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-docs.sh b/build-docs.sh index e7bfa5a8d..1bea9fcee 100755 --- a/build-docs.sh +++ b/build-docs.sh @@ -27,7 +27,7 @@ extract_snippets() { npm install markdown-snippet-injector - for SNIPPET_DIR in {tests,apps,tns-core-modules} ; do + for SNIPPET_DIR in {tests/app,apps/app,tns-core-modules} ; do echo "Extracting snippets from: $SNIPPET_DIR" node "$BIN" --root="$SNIPPET_DIR" --target="$TARGET_DIR" \ --sourceext=".js|.ts|.xml|.html|.css"