Remove Kubewarden references

This commit is contained in:
Billy Tat
2022-07-19 13:38:09 -07:00
parent 2deeb51d5e
commit e5d6d89cdb
+3 -3
View File
@@ -39,7 +39,7 @@ module.exports = {
className: 'navbar__docs', className: 'navbar__docs',
}, },
{ {
href: 'https://github.com/kubewarden/', href: 'https://github.com/rancher/',
label: 'GitHub', label: 'GitHub',
position: 'right', position: 'right',
className: 'navbar__github btn btn-secondary icon-github', className: 'navbar__github btn btn-secondary icon-github',
@@ -67,7 +67,7 @@ module.exports = {
/* other docs plugin options */ /* other docs plugin options */
sidebarPath: require.resolve('./sidebars.js'), sidebarPath: require.resolve('./sidebars.js'),
showLastUpdateTime: true, showLastUpdateTime: true,
editUrl: 'https://github.com/kubewarden/docs/edit/main/', editUrl: 'https://github.com/rancher/docs/edit/master/',
lastVersion: 'current', lastVersion: 'current',
versions: { versions: {
current: { current: {
@@ -83,5 +83,5 @@ module.exports = {
}, },
}, },
], ],
], ],
}; };