Skip to content

Commit 70defea

Browse files
Publish new API docs (automated commit)
1 parent d0f5844 commit 70defea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/buildDocs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function buildDocs(api) {
2727
for (var filepath in api) {
2828
var name = getComponentName(filepath);
2929
var markdown = generateMarkdown(name, api[filepath]);
30-
var outputLocation = '../docs/';
30+
var outputLocation = './docs/';
3131
fs.writeFileSync(outputLocation + name + '.md', markdown);
3232
process.stdout.write(filepath + ' -> ' + outputLocation + name + '.md\n');
3333
}

0 commit comments

Comments
 (0)