We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d89554c commit 8e5fa76Copy full SHA for 8e5fa76
docs/api/.nojekyll
@@ -0,0 +1 @@
1
+.
ts/kpt-functions/package.json
@@ -26,7 +26,7 @@
26
"pretest": "npm run build",
27
"test": "jasmine --config=jasmine.json",
28
"posttest": "npm run lint",
29
- "gen-docs": "typedoc src"
+ "gen-docs": "rm -rf ../../docs/api && typedoc src && echo '.' > ../../docs/api/.nojekyll"
30
},
31
"dependencies": {
32
"argparse": "^1.0.10",
0 commit comments