docs: make links in home page relative

pull/4987/head
Divyansh Singh 11 months ago
parent e0d739ab48
commit d07bcca959

@ -8,10 +8,10 @@ hero:
actions: actions:
- theme: brand - theme: brand
text: What is VitePress? text: What is VitePress?
link: /guide/what-is-vitepress link: ./guide/what-is-vitepress
- theme: alt - theme: alt
text: Quickstart text: Quickstart
link: /guide/getting-started link: ./guide/getting-started
- theme: alt - theme: alt
text: GitHub text: GitHub
link: https://github.com/vuejs/vitepress link: https://github.com/vuejs/vitepress

@ -8,10 +8,10 @@ hero:
actions: actions:
- theme: brand - theme: brand
text: Qué es VitePress? text: Qué es VitePress?
link: /es/guide/what-is-vitepress link: ./guide/what-is-vitepress
- theme: alt - theme: alt
text: Iniciar text: Iniciar
link: /es/guide/getting-started link: ./guide/getting-started
- theme: alt - theme: alt
text: GitHub text: GitHub
link: https://github.com/vuejs/vitepress link: https://github.com/vuejs/vitepress

@ -8,10 +8,10 @@ hero:
actions: actions:
- theme: brand - theme: brand
text: VitePress とは? text: VitePress とは?
link: /ja/guide/what-is-vitepress link: ./guide/what-is-vitepress
- theme: alt - theme: alt
text: クイックスタート text: クイックスタート
link: /ja/guide/getting-started link: ./guide/getting-started
- theme: alt - theme: alt
text: GitHub text: GitHub
link: https://github.com/vuejs/vitepress link: https://github.com/vuejs/vitepress

@ -8,10 +8,10 @@ hero:
actions: actions:
- theme: brand - theme: brand
text: VitePress란 무엇인가? text: VitePress란 무엇인가?
link: /ko/guide/what-is-vitepress link: ./guide/what-is-vitepress
- theme: alt - theme: alt
text: 빠른 시작 text: 빠른 시작
link: /ko/guide/getting-started link: ./guide/getting-started
- theme: alt - theme: alt
text: GitHub text: GitHub
link: https://github.com/vuejs/vitepress link: https://github.com/vuejs/vitepress

@ -8,10 +8,10 @@ hero:
actions: actions:
- theme: brand - theme: brand
text: O que é VitePress? text: O que é VitePress?
link: /pt/guide/what-is-vitepress link: ./guide/what-is-vitepress
- theme: alt - theme: alt
text: Iniciar text: Iniciar
link: /pt/guide/getting-started link: ./guide/getting-started
- theme: alt - theme: alt
text: GitHub text: GitHub
link: https://github.com/vuejs/vitepress link: https://github.com/vuejs/vitepress

@ -8,10 +8,10 @@ hero:
actions: actions:
- theme: brand - theme: brand
text: Что такое VitePress? text: Что такое VitePress?
link: /ru/guide/what-is-vitepress link: ./guide/what-is-vitepress
- theme: alt - theme: alt
text: Первые шаги text: Первые шаги
link: /ru/guide/getting-started link: ./guide/getting-started
- theme: alt - theme: alt
text: GitHub text: GitHub
link: https://github.com/vuejs/vitepress link: https://github.com/vuejs/vitepress

@ -8,10 +8,10 @@ hero:
actions: actions:
- theme: brand - theme: brand
text: 什么是 VitePress? text: 什么是 VitePress?
link: /zh/guide/what-is-vitepress link: ./guide/what-is-vitepress
- theme: alt - theme: alt
text: 快速开始 text: 快速开始
link: /zh/guide/getting-started link: ./guide/getting-started
- theme: alt - theme: alt
text: GitHub text: GitHub
link: https://github.com/vuejs/vitepress link: https://github.com/vuejs/vitepress

Loading…
Cancel
Save