Skip to content

Commit 689b291

Browse files
committed
fix: fix repo settings and branch for “Edit this page on Github”
1 parent 65c070b commit 689b291

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/.vuepress/config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,9 @@ module.exports = {
147147

148148
// Repo settings
149149
docsDir: 'docs',
150-
repo: 'tidev/titanium_mobile',
150+
repo: 'tidev/titanium-sdk',
151151
docsRepo: 'tidev/titanium-docs',
152+
docsBranch: 'main',
152153
editLinks: true,
153154
editLinkText: 'Edit this page on GitHub'
154155
},

0 commit comments

Comments
 (0)