Skip to content

Commit 3503466

Browse files
committed
move config to beta directory
1 parent 3198ad2 commit 3503466

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default {
22
web: {
33
remoteConfigUrl:
4-
'https://raw.githubusercontent.com/nodejs/doc-kit/main/beta-docs.config.json',
4+
'https://raw.githubusercontent.com/nodejs/doc-kit/main/beta/site.json',
55
},
66
};
File renamed without changes.

scripts/vercel-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ node bin/cli.mjs generate \
1616
-v "$NODE_VERSION" \
1717
--type-map "./node/doc/type-map.json" \
1818
--index "./node/doc/api/index.md" \
19-
--config-file "./doc-kit.config.mjs" \
19+
--config-file "./beta/doc-kit.config.mjs" \
2020
--log-level debug
2121

2222
cp ./node/doc/api/*.md "./out"

0 commit comments

Comments
 (0)