Skip to content

Commit

Permalink
docs: add getting started group in the menu
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Feb 1, 2021
1 parent 68a8b72 commit 15995db
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/content/en/basic-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Basic Usage
description: 'The fastest way to get started with **nuxt-i18n** is to define the supported `locales` list and to provide some translation messages to **vue-i18n** via the `vueI18n` option:'
position: 3
category: Guide
category: Getting started
---

The fastest way to get started with **nuxt-i18n** is to define the supported `locales` list and to provide some translation messages to **vue-i18n** via the `vueI18n` option:
Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/options-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Options
description: 'Here are all the options available when configuring the module and their default values:'
position: 4
category: Guide
category: Getting started
---

You can configure **nuxt-i18n** with the `i18n` property in your `nuxt.config.js` or by passing options inline with the module declaration:
Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Setup
description: ''
position: 2
category: Guide
category: Getting started
---

<alert type="info">
Expand Down
2 changes: 1 addition & 1 deletion docs/content/es/basic-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Uso básico
description: 'La forma más rápida de comenzar con **nuxt-i18n** es definir la lista de entornos `locales` admitidos y proporcionar algunos mensajes de traducción a **vue-i18n** a través de la opción `vueI18n`:'
position: 3
category: Guía
category: Getting started
---

La forma más rápida de comenzar con **nuxt-i18n** es definir la lista de entornos `locales` admitidos y proporcionar algunos mensajes de traducción a **vue-i18n** a través de la opción `vueI18n`:
Expand Down
2 changes: 1 addition & 1 deletion docs/content/es/options-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Opciones
description: 'Aquí están todas las opciones disponibles al configurar el módulo y sus valores predeterminados:'
position: 4
category: Guía
category: Getting started
---

You can configure **nuxt-i18n** with the `i18n` property in your `nuxt.config.js` or by passing options inline with the module declaration:
Expand Down
2 changes: 1 addition & 1 deletion docs/content/es/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Configuración
description: ''
position: 2
category: Guía
category: Getting started
---

<alert type="info">
Expand Down

0 comments on commit 15995db

Please sign in to comment.