Remove intermediate /en folder

This commit is contained in:
Billy Tat
2022-08-17 09:14:41 -07:00
parent eb2197be30
commit 506e174643
441 changed files with 4 additions and 4 deletions
+4 -4
View File
@@ -5,7 +5,7 @@ module.exports = {
tagline: '',
url: 'https://rancher.com/docs/rancher',
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.png',
organizationName: 'rancher', // Usually your GitHub org/user name.
@@ -28,12 +28,12 @@ module.exports = {
logo: {
alt: 'logo',
src: 'img/rancher-logo-horiz-color.svg',
href: 'en',
// href: 'en',
},
items: [
{
type: 'doc',
docId: 'en/introduction',
docId: 'rancher-manager',
position: 'right',
label: 'Docs',
className: 'navbar__docs',
@@ -72,7 +72,7 @@ module.exports = {
versions: {
current: {
label: 'v2.6',
path: 'en',
path: 'docs',
},
},
},