Ajout page À propos bilingue et restructuration navigation
- Créer page À propos dédiée (versions française et anglaise) - Ajouter lien navbar vers page À propos - Déplacer lien À propos vers section Documentation footer - Ajouter traductions i18n pour navbar et footer - Supprimer presentation.md de structure barre latérale
This commit is contained in:
parent
20fcabaf46
commit
747e95c873
6 changed files with 161 additions and 3 deletions
|
|
@ -127,6 +127,7 @@ const config: Config = {
|
|||
},
|
||||
{to: '/blog', label: 'Blog', position: 'left'},
|
||||
{to: '/tags', label: 'Tags', position: 'left'},
|
||||
{to: '/about', label: 'À propos', position: 'right'},
|
||||
{
|
||||
type: 'localeDropdown',
|
||||
position: 'right',
|
||||
|
|
@ -152,8 +153,8 @@ const config: Config = {
|
|||
title: 'Documentation',
|
||||
items: [
|
||||
{
|
||||
label: 'Présentation',
|
||||
to: '/docs/presentation',
|
||||
label: 'À propos',
|
||||
to: '/about',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue