Skip to content

Commit 6ab433c

Browse files
committed
Seems like it works
1 parent a82ee07 commit 6ab433c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/save-document.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ import path from 'path'
44
import mkdirp from 'mkdirp'
55
import { pluralize } from 'inflected'
66

7+
const docsPath = '../ember-api-docs-data';
8+
79
// updateOrCreate
810
export default function saveDoc(document, projectName, version = '') {
911
let documentPath = path.join(
10-
'tmp',
12+
docsPath,
1113
'json-docs',
1214
projectName,
1315
version,

0 commit comments

Comments
 (0)