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 d0f5844 commit 70defeaCopy full SHA for 70defea
scripts/buildDocs.sh
@@ -27,7 +27,7 @@ function buildDocs(api) {
27
for (var filepath in api) {
28
var name = getComponentName(filepath);
29
var markdown = generateMarkdown(name, api[filepath]);
30
- var outputLocation = '../docs/';
+ var outputLocation = './docs/';
31
fs.writeFileSync(outputLocation + name + '.md', markdown);
32
process.stdout.write(filepath + ' -> ' + outputLocation + name + '.md\n');
33
}
0 commit comments