Skip to content

Commit 98ce3ce

Browse files
authored
Vuepress: add docsBranch and docsDir to config.json (#47)
Fixes #46
1 parent 469cbe4 commit 98ce3ce

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

website/.vuepress/config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ module.exports = {
2323
contributors: false,
2424
editLink: true,
2525
docsRepo: "https://github.com/gbdev/gbdev.github.io",
26+
docsBranch: "dev",
27+
docsDir: "website",
2628
navbar: [{
2729
text: 'Community',
2830
link: '/',
@@ -51,4 +53,4 @@ module.exports = {
5153
}
5254
]
5355
}
54-
}
56+
}

0 commit comments

Comments
 (0)