Skip to content

Commit

Permalink
add children navigation to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bottelet committed Sep 14, 2024
1 parent c4ba535 commit 2dc208e
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/basic-usage/translation-check.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: Translations check
parent: Basic Usage
nav_order: 1
---

# translations:check

The `translations:check` command is used to find missing translations in your project.
Expand Down
6 changes: 6 additions & 0 deletions docs/basic-usage/translation-clean.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: Translations clean
parent: Basic Usage
nav_order: 2
---

# translations:clean

The `translations:clean` command is used to clean translations by removing unused keys from the source language file.
Expand Down
5 changes: 5 additions & 0 deletions docs/basic-usage/translations-find-missing.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: Translations find missing
parent: Basic Usage
nav_order: 3
---
# translations:find-missing

The `translations:find-missing` command is used to find missing translations and add the keys to the given source language file with empty values.
Expand Down
6 changes: 6 additions & 0 deletions docs/basic-usage/translations-sort.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: Translations sorting
parent: Basic Usage
nav_order: 4
---

# translations:sort

The `translations:sort` command is used to sort translation files by keys using the sorter specified in the configuration.
Expand Down
6 changes: 6 additions & 0 deletions docs/basic-usage/translations-sync.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: Translations synchronize
parent: Basic Usage
nav_order: 5
---

# translations:sync

The `translations:sync` command is used to synchronize translations between language files.
Expand Down

0 comments on commit 2dc208e

Please sign in to comment.