Skip to content

Commit

Permalink
docs: add link to the Portuguese documentation (#1972)
Browse files Browse the repository at this point in the history
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
  • Loading branch information
nazarepiedady and posva authored Aug 26, 2023
1 parent e47a9bd commit a3da735
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/docs/.vitepress/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ export default defineConfig({
root: { label: 'English', lang: 'en-US', link: '/', ...enConfig },
zh: { label: '简体中文', lang: 'zh-CN', link: '/zh/', ...zhConfig },
ko: { label: '한국어', lang: 'ko-KR', link: 'https://router.vuejs.kr/' },
pt: { label: 'Português', lang: 'pt-PT', link: 'https://vue-router-docs-pt.netlify.app/' },
},
})

0 comments on commit a3da735

Please sign in to comment.