Merge pull request #9 from rancher/fix-edit-url

Fix incorrect 'Edit this page' URL
This commit is contained in:
Billy Tat 2022-10-11 09:58:25 -07:00 committed by GitHub
commit 1ae603a6ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
// ...