Skip to content

Commit 84cf135

Browse files
author
Jeremy Kahn
committed
Build docs to dist directory
1 parent dfaa6cd commit 84cf135

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules
22
npm-debug.log
33
debug
4-
.idea
4+
dist
5+
.idea

doc-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"opts": {
2626
"template": "node_modules/@jeremyckahn/minami",
2727
"encoding": "utf8",
28-
"destination": "../javascript-algorithms-docs",
28+
"destination": "dist",
2929
"recurse": true,
3030
"private": false,
3131
"readme": "./readme.md"

0 commit comments

Comments
 (0)