Browse Source

cherry-pick [Hotfix][Docs] Fix 404 dead link

3.1.1-release
TyrantLucifer 2 years ago committed by zhuangchong
parent
commit
dbd747951d
  1. 7
      docs/configs/site.js

7
docs/configs/site.js

@ -45,11 +45,16 @@ export default {
children: [
{
key: 'docs0',
text: 'latest(3.0.0)',
text: 'latest(3.1.1)',
link: '/en-us/docs/latest/user_doc/about/introduction.html',
},
{
key: 'docs1',
text: '3.0.1',
link: '/en-us/docs/3.0.1/user_doc/about/introduction.html',
},
{
key: 'docs2',
text: '2.0.6',
link: '/en-us/docs/2.0.6/user_doc/guide/quick-start.html',
},

Loading…
Cancel
Save