mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-26 13:08:11 +00:00
Remove intermediate /en folder
This commit is contained in:
@@ -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',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user