summaryrefslogtreecommitdiffstats
path: root/docs/it-IT
diff options
context:
space:
mode:
authorDavid Knaack <davidkna@users.noreply.github.com>2024-03-03 17:55:30 +0100
committerGitHub <noreply@github.com>2024-03-03 17:55:30 +0100
commit7485c90c9f7259c026a84dd0335f56860005315d (patch)
tree78b370de886082b7370815468f7269f18eabed0e /docs/it-IT
parent421b358c32aa281b0f34f8b92322f3bda27684fa (diff)
feat(docs): move to vitepress (#5785)
* feat(docs): move to vitepress * change up hero styles to match existing site * A bit more style tweaking * Replace stylus with plain CSS * improve unicode-range value for nerdfont --------- Co-authored-by: Matan Kushner <hello@matchai.dev>
Diffstat (limited to 'docs/it-IT')
-rw-r--r--docs/it-IT/README.md21
-rw-r--r--docs/it-IT/advanced-config/README.md2
-rw-r--r--docs/it-IT/config/README.md6
-rw-r--r--docs/it-IT/faq/README.md2
-rw-r--r--docs/it-IT/guide/README.md2
-rw-r--r--docs/it-IT/installing/README.md2
-rw-r--r--docs/it-IT/presets/bracketed-segments.md4
-rw-r--r--docs/it-IT/presets/gruvbox-rainbow.md4
-rw-r--r--docs/it-IT/presets/jetpack.md4
-rw-r--r--docs/it-IT/presets/nerd-font.md4
-rw-r--r--docs/it-IT/presets/no-empty-icons.md4
-rw-r--r--docs/it-IT/presets/no-nerd-font.md4
-rw-r--r--docs/it-IT/presets/no-runtimes.md4
-rw-r--r--docs/it-IT/presets/pastel-powerline.md4
-rw-r--r--docs/it-IT/presets/plain-text.md4
-rw-r--r--docs/it-IT/presets/pure-preset.md4
-rw-r--r--docs/it-IT/presets/tokyo-night.md4
17 files changed, 41 insertions, 38 deletions
diff --git a/docs/it-IT/README.md b/docs/it-IT/README.md
index a851d502d..2f88e4fe9 100644
--- a/docs/it-IT/README.md
+++ b/docs/it-IT/README.md
@@ -1,18 +1,21 @@
---
-home: true
-heroImage: /logo.svg
-heroText:
-tagline: Il prompt minimalista, super veloce e infinitamente personalizzabile per qualsiasi shell!
-actionText: Inizia →
-actionLink: ./guide/
+layout: home
+hero:
+ image: /logo.svg
+ text: null
+ tagline: Il prompt minimalista, super veloce e infinitamente personalizzabile per qualsiasi shell!
+ actions:
+ - theme: brand
+ text: Inizia →
+ link: ./guide/
features:
- -
+ -
title: Prima la compatibilità
details: Funziona sulle shell e sui sistemi operativi più comuni. Usalo ovunque!
- -
+ -
title: Scritto in Rust
details: Sfrutta la velocità e sicurezza di Rust, per rendere il tuo prompt il più veloce e il più affidabile.
- -
+ -
title: Personalizzabile
details: Ogni più piccolo dettaglio è personalizzabile a piacere, per rendere questo prompt minimalista o ricco di tutte le funzionalità che desideri.
footer: Licenza ISC | Copyright © 2019-present Starship Collaboratori
diff --git a/docs/it-IT/advanced-config/README.md b/docs/it-IT/advanced-config/README.md
index b920d0d1c..5e66055b0 100644
--- a/docs/it-IT/advanced-config/README.md
+++ b/docs/it-IT/advanced-config/README.md
@@ -223,7 +223,7 @@ Invoke-Expression (&starship init powershell)
Some shells support a right prompt which renders on the same line as the input. Starship can set the content of the right prompt using the `right_format` option. Any module that can be used in `format` is also supported in `right_format`. The `$all` variable will only contain modules not explicitly used in either `format` or `right_format`.
-Note: The right prompt is a single line following the input location. To right align modules above the input line in a multi-line prompt, see the [`fill` module](/config/#fill).
+Note: The right prompt is a single line following the input location. To right align modules above the input line in a multi-line prompt, see the [`fill` module](../config/#fill).
`right_format` is currently supported for the following shells: elvish, fish, zsh, xonsh, cmd, nushell, bash.
diff --git a/docs/it-IT/config/README.md b/docs/it-IT/config/README.md
index e9ba9676a..ed7658912 100644
--- a/docs/it-IT/config/README.md
+++ b/docs/it-IT/config/README.md
@@ -158,7 +158,7 @@ Per esempio:
#### Stringhe di stile
-La maggior parte dei moduli in starship ti permettono di configurare i loro stili di visualizzazione. Questo viene fatto con una voce (solitamente chiamata `style`) che è una stringa che specifica la configurazione. Ecco alcuni esempi di stringhe di stile per quello che fanno. Per maggiori dettagli sulla sintassi completa, consulta la [guida di configurazione avanzata](/advanced-config/).
+La maggior parte dei moduli in starship ti permettono di configurare i loro stili di visualizzazione. Questo viene fatto con una voce (solitamente chiamata `style`) che è una stringa che specifica la configurazione. Ecco alcuni esempi di stringhe di stile per quello che fanno. Per maggiori dettagli sulla sintassi completa, consulta la [guida di configurazione avanzata](../advanced-config/).
- `'fg:green bg:blue'` sets green text on a blue background
- `'bg:blue fg:bright-green'` sets bright green text on a blue background
@@ -200,12 +200,12 @@ This is the list of prompt-wide configuration options.
| Opzione | Default | Descrizione |
| ----------------- | ------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `format` | [link](#default-prompt-format) | Configura il formato del prompt. |
-| `right_format` | `''` | See [Enable Right Prompt](/advanced-config/#enable-right-prompt) |
+| `right_format` | `''` | See [Enable Right Prompt](../advanced-config/#enable-right-prompt) |
| `scan_timeout` | `30` | Timeout per starship per scansionare i file (in millisecondi). |
| `command_timeout` | `500` | Timeout per i comandi eseguiti da starship (in millisecondi). |
| `add_newline` | `true` | Inserisce una riga vuota tra i prompt della shell. |
| `palette` | `''` | Sets which color palette from `palettes` to use. |
-| `palettes` | `{}` | Collection of color palettes that assign [colors](/advanced-config/#style-strings) to user-defined names. Note that color palettes cannot reference their own color definitions. |
+| `palettes` | `{}` | Collection of color palettes that assign [colors](../advanced-config/#style-strings) to user-defined names. Note that color palettes cannot reference their own color definitions. |
| `follow_symlinks` | `true` | Follows symlinks to check if they're directories; used in modules such as git. |
::: tip
diff --git a/docs/it-IT/faq/README.md b/docs/it-IT/faq/README.md
index 00dc751ea..2ef9ecd63 100644
--- a/docs/it-IT/faq/README.md
+++ b/docs/it-IT/faq/README.md
@@ -58,7 +58,7 @@ curl -sS https://starship.rs/install.sh | sh -s -- --platform unknown-linux-musl
## Why do I see `Executing command "..." timed out.` warnings?
-Starship executes different commands to get information to display in the prompt, for example the version of a program or the current git status. To make sure starship doesn't hang while trying to execute these commands we set a time limit, if a command takes longer than this limit starship will stop the execution of the command and output the above warning, this is expected behaviour. This time limit is configurable using the [`command_timeout`key](/config/#prompt) so if you want you can increase the time limit. You can also follow the debugging steps below to see which command is being slow and see if you can optimise it. Finally you can set the `STARSHIP_LOG` env var to `error` to hide these warnings.
+Starship executes different commands to get information to display in the prompt, for example the version of a program or the current git status. To make sure starship doesn't hang while trying to execute these commands we set a time limit, if a command takes longer than this limit starship will stop the execution of the command and output the above warning, this is expected behaviour. This time limit is configurable using the [`command_timeout`key](../config/#prompt) so if you want you can increase the time limit. You can also follow the debugging steps below to see which command is being slow and see if you can optimise it. Finally you can set the `STARSHIP_LOG` env var to `error` to hide these warnings.
## Vedo simboli che non capisco o mi aspetto, cosa significano?
diff --git a/docs/it-IT/guide/README.md b/docs/it-IT/guide/README.md
index f718014a9..f4c9a6c36 100644
--- a/docs/it-IT/guide/README.md
+++ b/docs/it-IT/guide/README.md
@@ -171,7 +171,7 @@
- **Facile:** veloce da installare - inizia ad usarlo in pochi minuti.
<p align="center">
-<a href="https://starship.rs/config/"><strong>Esplora la documentazione di Starship&nbsp;&nbsp;▶</strong></a>
+<a href="https://starship.rs/it-IT/config/"><strong>Esplora la documentazione di Starship&nbsp;&nbsp;▶</strong></a>
</p>
<a name="🚀-installation"></a>
diff --git a/docs/it-IT/installing/README.md b/docs/it-IT/installing/README.md
index 0c9a3b03c..e37ccb269 100644
--- a/docs/it-IT/installing/README.md
+++ b/docs/it-IT/installing/README.md
@@ -5,7 +5,7 @@ Per installare starship, è necessario fare due cose:
1. Ottieni il binario **starship** sul tuo computer
1. Indica alla tua shell di usare il binario starship come prompt modificando i suoi script in init
-Per la maggior parte degli utenti, le istruzioni nella [pagina principale](/guide/#🚀-installation) funzioneranno bene. Tuttavia, per alcune piattaforme più specializzate, sono necessarie istruzioni diverse.
+Per la maggior parte degli utenti, le istruzioni nella [pagina principale](../guide/#🚀-installation) funzioneranno bene. Tuttavia, per alcune piattaforme più specializzate, sono necessarie istruzioni diverse.
Ci sono così tante piattaforme là fuori che non sono tutte inserite nel README.md principale, così ecco alcune istruzioni di installazione per altre piattaforme della community. La tua non c'è? Per favore, aggiungilo qui se capisci che manca!
diff --git a/docs/it-IT/presets/bracketed-segments.md b/docs/it-IT/presets/bracketed-segments.md
index d18cacfe1..95599a8a2 100644
--- a/docs/it-IT/presets/bracketed-segments.md
+++ b/docs/it-IT/presets/bracketed-segments.md
@@ -1,4 +1,4 @@
-[Return to Presets](./README.md#bracketed-segments)
+[Return to Presets](./#bracketed-segments)
# Bracketed Segments Preset
@@ -14,4 +14,4 @@ starship preset bracketed-segments -o ~/.config/starship.toml
[Click to download TOML](/presets/toml/bracketed-segments.toml)
-<<< @/.vuepress/public/presets/toml/bracketed-segments.toml
+<<< @/public/presets/toml/bracketed-segments.toml
diff --git a/docs/it-IT/presets/gruvbox-rainbow.md b/docs/it-IT/presets/gruvbox-rainbow.md
index 300d2ad48..fd1864528 100644
--- a/docs/it-IT/presets/gruvbox-rainbow.md
+++ b/docs/it-IT/presets/gruvbox-rainbow.md
@@ -1,4 +1,4 @@
-[Return to Presets](./README.md#gruvbox-rainbow)
+[Return to Presets](./#gruvbox-rainbow)
# Gruvbox Rainbow Preset
@@ -18,4 +18,4 @@ starship preset gruvbox-rainbow -o ~/.config/starship.toml
[Click to download TOML](/presets/toml/gruvbox-rainbow.toml)
-<<< @/.vuepress/public/presets/toml/gruvbox-rainbow.toml
+<<< @/public/presets/toml/gruvbox-rainbow.toml
diff --git a/docs/it-IT/presets/jetpack.md b/docs/it-IT/presets/jetpack.md
index 902128745..6c0ee038e 100644
--- a/docs/it-IT/presets/jetpack.md
+++ b/docs/it-IT/presets/jetpack.md
@@ -1,4 +1,4 @@
-[Return to Presets](./README.md#jetpack)
+[Return to Presets](./#jetpack)
# Jetpack Preset
@@ -21,4 +21,4 @@ starship preset jetpack -o ~/.config/starship.toml
[Click to download TOML](/presets/toml/jetpack.toml)
-<<< @/.vuepress/public/presets/toml/jetpack.toml
+<<< @/public/presets/toml/jetpack.toml
diff --git a/docs/it-IT/presets/nerd-font.md b/docs/it-IT/presets/nerd-font.md
index 2d7c0818e..fd671f29c 100644
--- a/docs/it-IT/presets/nerd-font.md
+++ b/docs/it-IT/presets/nerd-font.md
@@ -1,4 +1,4 @@
-[Return to Presets](./README.md#nerd-font-symbols)
+[Return to Presets](./#nerd-font-symbols)
# Nerd Font Symbols Preset
@@ -18,4 +18,4 @@ starship preset nerd-font-symbols -o ~/.config/starship.toml
[Click to download TOML](/presets/toml/nerd-font-symbols.toml)
-<<< @/.vuepress/public/presets/toml/nerd-font-symbols.toml
+<<< @/public/presets/toml/nerd-font-symbols.toml
diff --git a/docs/it-IT/presets/no-empty-icons.md b/docs/it-IT/presets/no-empty-icons.md
index 89f29c9cb..c09604d71 100644
--- a/docs/it-IT/presets/no-empty-icons.md
+++ b/docs/it-IT/presets/no-empty-icons.md
@@ -1,4 +1,4 @@
-[Return to Presets](./README.md#no-empty-icons)
+[Return to Presets](./#no-empty-icons)
# No Empty Icons Preset
@@ -14,4 +14,4 @@ starship preset no-empty-icons -o ~/.config/starship.toml
[Click to download TOML](/presets/toml/no-empty-icons.toml)
-<<< @/.vuepress/public/presets/toml/no-empty-icons.toml
+<<< @/public/presets/toml/no-empty-icons.toml
diff --git a/docs/it-IT/presets/no-nerd-font.md b/docs/it-IT/presets/no-nerd-font.md
index 83d1ffb5c..6cb719dd6 100644
--- a/docs/it-IT/presets/no-nerd-font.md
+++ b/docs/it-IT/presets/no-nerd-font.md
@@ -1,4 +1,4 @@
-[Return to Presets](./README.md#no-nerd-fonts)
+[Return to Presets](./#no-nerd-fonts)
# No Nerd Fonts Preset
@@ -16,4 +16,4 @@ starship preset no-nerd-font -o ~/.config/starship.toml
[Click to download TOML](/presets/toml/no-nerd-font.toml)
-<<< @/.vuepress/public/presets/toml/no-nerd-font.toml
+<<< @/public/presets/toml/no-nerd-font.toml
diff --git a/docs/it-IT/presets/no-runtimes.md b/docs/it-IT/presets/no-runtimes.md
index 603766c8c..8747a717a 100644
--- a/docs/it-IT/presets/no-runtimes.md
+++ b/docs/it-IT/presets/no-runtimes.md
@@ -1,4 +1,4 @@
-[Return to Presets](./README.md#no-runtime-versions)
+[Return to Presets](./#no-runtime-versions)
# No Runtime Versions Preset
@@ -14,4 +14,4 @@ starship preset no-runtime-versions -o ~/.config/starship.toml
[Click to download TOML](/presets/toml/no-runtime-versions.toml)
-<<< @/.vuepress/public/presets/toml/no-runtime-versions.toml
+<<< @/public/presets/toml/no-runtime-versions.toml
diff --git a/docs/it-IT/presets/pastel-powerline.md b/docs/it-IT/presets/pastel-powerline.md
index 2c3de87ab..066bb7c9f 100644
--- a/docs/it-IT/presets/pastel-powerline.md
+++ b/docs/it-IT/presets/pastel-powerline.md
@@ -1,4 +1,4 @@
-[Return to Presets](./README.md#pastel-powerline)
+[Return to Presets](./#pastel-powerline)
# Pastel Powerline Preset
@@ -18,4 +18,4 @@ starship preset pastel-powerline -o ~/.config/starship.toml
[Click to download TOML](/presets/toml/pastel-powerline.toml)
-<<< @/.vuepress/public/presets/toml/pastel-powerline.toml
+<<< @/public/presets/toml/pastel-powerline.toml
diff --git a/docs/it-IT/presets/plain-text.md b/docs/it-IT/presets/plain-text.md
index c71075164..4caff370c 100644
--- a/docs/it-IT/presets/plain-text.md
+++ b/docs/it-IT/presets/plain-text.md
@@ -1,4 +1,4 @@
-[Return to Presets](./README.md#plain-text-symbols)
+[Return to Presets](./#plain-text-symbols)
## Plain Text Symbols Preset
@@ -14,4 +14,4 @@ starship preset plain-text-symbols -o ~/.config/starship.toml
[Click to download TOML](/presets/toml/plain-text-symbols.toml)
-<<< @/.vuepress/public/presets/toml/plain-text-symbols.toml
+<<< @/public/presets/toml/plain-text-symbols.toml
diff --git a/docs/it-IT/presets/pure-preset.md b/docs/it-IT/presets/pure-preset.md
index c65450765..327213e2d 100644
--- a/docs/it-IT/presets/pure-preset.md
+++ b/docs/it-IT/presets/pure-preset.md
@@ -1,4 +1,4 @@
-[Return to Presets](./README.md#pure)
+[Return to Presets](./#pure)
# Pure Preset
@@ -14,4 +14,4 @@ starship preset pure-preset -o ~/.config/starship.toml
[Click to download TOML](/presets/toml/pure-preset.toml)
-<<< @/.vuepress/public/presets/toml/pure-preset.toml
+<<< @/public/presets/toml/pure-preset.toml
diff --git a/docs/it-IT/presets/tokyo-night.md b/docs/it-IT/presets/tokyo-night.md
index 899f2e093..30de82d3b 100644
--- a/docs/it-IT/presets/tokyo-night.md
+++ b/docs/it-IT/presets/tokyo-night.md
@@ -1,4 +1,4 @@
-[Return to Presets](./README.md#pastel-powerline)
+[Return to Presets](./#pastel-powerline)
# Tokyo Night Preset
@@ -18,4 +18,4 @@ starship preset tokyo-night -o ~/.config/starship.toml
[Click to download TOML](/presets/toml/tokyo-night.toml)
-<<< @/.vuepress/public/presets/toml/tokyo-night.toml
+<<< @/public/presets/toml/tokyo-night.toml