We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27235a commit d99d59eCopy full SHA for d99d59e
.vuepress/config.js
@@ -117,9 +117,9 @@ module.exports = {
117
// Optional options for generating "Edit this page" link
118
119
// if your docs are in a different repo from your main project:
120
- docsRepo: "PX4/px4_user_guide",
+ docsRepo: "PX4/PX4-Autopilot",
121
// if your docs are not at the root of the repo:
122
- //docsDir: 'docs',
+ docsDir: 'docs',
123
// if your docs are in a specific branch (defaults to 'main'):
124
docsBranch: "main",
125
// defaults to false, set to true to enable
0 commit comments