Skip to content

Commit

Permalink
disable 'edit htis page'
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulchen-Panther authored Jan 5, 2024
1 parent 92c7254 commit 600f7fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ module.exports = {
// if your docs are in a specific branch (defaults to 'master'):
docsBranch: 'main',
// defaults to false, set to true to enable
editLinks: true,
editLinks: false,
// default value is true. Allows to hide next page links on all pages
nextLinks: true,
// default value is true. Allows to hide prev page links on all pages
Expand Down Expand Up @@ -442,4 +442,4 @@ function getAddonsSidebar (groupA, groupB) {
]
}
]
}
}

0 comments on commit 600f7fa

Please sign in to comment.