mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-27 13:38:07 +00:00
Prevent search engines from indexing archived 2.0-2.4 version
This commit is contained in:
@@ -216,7 +216,8 @@ module.exports = {
|
|||||||
'2.0-2.4': {
|
'2.0-2.4': {
|
||||||
label: 'v2.0-v2.4 (Archived)',
|
label: 'v2.0-v2.4 (Archived)',
|
||||||
path: 'v2.0-v2.4',
|
path: 'v2.0-v2.4',
|
||||||
banner: 'none'
|
banner: 'none',
|
||||||
|
noIndex: true
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user