docs: rm old doc link (#6438)

This commit is contained in:
iamkun
2022-03-05 19:26:07 +08:00
committed by GitHub
parent bd7eca14af
commit 071fca55ae

View File

@@ -15,11 +15,6 @@ function getNav() {
link: `${ensureLang(lang)}${item.link}`,
}))
item.push({
text: lang === 'zh-CN' ? '旧版文档' : 'Old Doc',
link: 'https://doc-archive.element-plus.org/',
})
return [lang, item]
})
)