Skip to content

Commit

Permalink
chore: add changes from withastro#881
Browse files Browse the repository at this point in the history
  • Loading branch information
HiDeoo committed Oct 15, 2023
1 parent 236c48f commit b701399
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/content/docs/reference/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -157,19 +157,19 @@ If your site is multilingual, each item’s `label` is considered to be in the d

```js
sidebar: [
// An example sidebar with labels translated to French.
// An example sidebar with labels translated to Brazilian Portuguese.
{
label: 'Start Here',
translations: { fr: 'Commencez ici' },
translations: { 'pt-BR': 'Comece Aqui' },
items: [
{
label: 'Getting Started',
translations: { fr: 'Bien démarrer' },
translations: { 'pt-BR': 'Introdução' },
link: '/getting-started',
},
{
label: 'Project Structure',
translations: { fr: 'Structure du projet' },
translations: { 'pt-BR': 'Estrutura de Projetos' },
link: '/structure',
},
],
Expand Down

0 comments on commit b701399

Please sign in to comment.