chore(docs): use full path in header links

This commit is contained in:
Sébastien Chopin 2021-10-12 01:50:08 +02:00
parent ca83015b57
commit 4e45c853d5
1 changed files with 4 additions and 4 deletions

View File

@ -2,14 +2,14 @@
links: links:
- -
title: 'Getting Started' title: 'Getting Started'
to: '/getting-started' to: '/getting-started/introduction'
- -
title: 'Concepts' title: 'Concepts'
to: '/concepts' to: '/concepts/introduction'
- -
title: 'Docs' title: 'Docs'
to: '/docs' to: '/docs/usage/data-fetching'
- -
title: 'Community' title: 'Community'
to: '/community' to: '/community/getting-help'
--- ---