Fix incorrect 'Edit this page' URL

This commit is contained in:
Billy Tat 2022-10-06 15:52:56 -07:00
parent 62e86e2950
commit 53a751078d
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ module.exports = {
/* other docs plugin options */
sidebarPath: require.resolve('./sidebars.js'),
showLastUpdateTime: true,
editUrl: 'https://github.com/kubewarden/docs/edit/main/',
editUrl: 'https://github.com/rancher/rke1-docs/edit/main/',
},
blog: false, // Optional: disable the blog plugin
// ...