Skip to content

Commit d99d59e

Browse files
authored
v1.14 config.js - point to edit on PX4-autopilot (#3660)
1 parent d27235a commit d99d59e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vuepress/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ module.exports = {
117117
// Optional options for generating "Edit this page" link
118118

119119
// if your docs are in a different repo from your main project:
120-
docsRepo: "PX4/px4_user_guide",
120+
docsRepo: "PX4/PX4-Autopilot",
121121
// if your docs are not at the root of the repo:
122-
//docsDir: 'docs',
122+
docsDir: 'docs',
123123
// if your docs are in a specific branch (defaults to 'main'):
124124
docsBranch: "main",
125125
// defaults to false, set to true to enable

0 commit comments

Comments
 (0)