diff --git a/website/docs/segments/angular.mdx b/website/docs/segments/angular.mdx
index 8fd32783..31c86ba3 100644
--- a/website/docs/segments/angular.mdx
+++ b/website/docs/segments/angular.mdx
@@ -32,7 +32,7 @@ import Config from "@site/src/components/Config.js";
| `display_mode` | `string` |
- `always`: the segment is always displayed
- `files`: the segment is only displayed when `angular.json` file is present (**default**)
|
| `version_url_template` | `string` | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | allows to override the default list of file extensions to validate |
-| `folders` | `[]string` | allows to override the list of folders names to validate |
+| `folders` | `[]string` | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | cache the executable's version or not - defaults to `false` |
## Template ([info][templates])
diff --git a/website/docs/segments/azfunc.mdx b/website/docs/segments/azfunc.mdx
index 4706e1ff..525906c9 100644
--- a/website/docs/segments/azfunc.mdx
+++ b/website/docs/segments/azfunc.mdx
@@ -36,7 +36,7 @@ import Config from "@site/src/components/Config.js";
| `missing_command_text` | `string` | text to display when the command is missing - defaults to empty |
| `display_mode` | `string` | - `always`: the segment is always displayed
- `files`: the segment is only displayed when a `host.json` or `local.settings.json` files is present (**default**)
|
| `extensions` | `[]string` | allows to override the default list of file extensions to validate |
-| `folders` | `[]string` | allows to override the list of folders names to validate |
+| `folders` | `[]string` | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | cache the executable's version or not - defaults to `false` |
## Template ([info][templates])
diff --git a/website/docs/segments/bazel.mdx b/website/docs/segments/bazel.mdx
index be7d2133..7aadcb67 100644
--- a/website/docs/segments/bazel.mdx
+++ b/website/docs/segments/bazel.mdx
@@ -33,7 +33,7 @@ import Config from "@site/src/components/Config.js";
| `version_url_template` | `string` | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info documentation |
| `icon` | `string` | the icon for the segment - defaults to `"\ue63a"` |
| `extensions` | `[]string` | allows to override the default list of file extensions to validate |
-| `folders` | `[]string` | allows to override the list of folders names to validate |
+| `folders` | `[]string` | |
| `cache_version` | `boolean` | cache the executable's version or not - defaults to `false` |
## Template ([info][templates])
diff --git a/website/docs/segments/buf.mdx b/website/docs/segments/buf.mdx
index e2e867df..874ef755 100644
--- a/website/docs/segments/buf.mdx
+++ b/website/docs/segments/buf.mdx
@@ -30,7 +30,7 @@ import Config from "@site/src/components/Config.js";
| `display_mode` | `string` | - `always`: the segment is always displayed
- `files`: the segment is only displayed when `buf.yaml`, `buf.gen.yaml` or `buf.work.yaml` files are present (**default**)
|
| `version_url_template` | `string` | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | allows to override the default list of file extensions to validate |
-| `folders` | `[]string` | allows to override the list of folders names to validate |
+| `folders` | `[]string` | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | cache the executable's version or not - defaults to `false` |
## Template ([info][templates])
diff --git a/website/docs/segments/cds.mdx b/website/docs/segments/cds.mdx
index 35d5e4a9..42d1cacf 100644
--- a/website/docs/segments/cds.mdx
+++ b/website/docs/segments/cds.mdx
@@ -32,7 +32,7 @@ import Config from "@site/src/components/Config.js";
| `missing_command_text` | `string` | text to display when the cds command is missing - defaults to empty |
| `display_mode` | `string` | - `always`: the segment is always displayed
- `files`: the segment is displayed when `.cdsrc.json`, `.cdsrc-private` or `*.cds` file is present
- `context`: the segment is displayed when conditions from `files` mode are fulfilled or `package.json` file is present and `@sap/cds` is in `dependencies` section (**default**)
|
| `extensions` | `[]string` | allows to override the default list of file extensions to validate |
-| `folders` | `[]string` | allows to override the list of folders names to validate |
+| `folders` | `[]string` | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | cache the executable's version or not - defaults to `false` |
## Template ([info][templates])
diff --git a/website/docs/segments/cf.mdx b/website/docs/segments/cf.mdx
index cd8361ce..1d923e85 100644
--- a/website/docs/segments/cf.mdx
+++ b/website/docs/segments/cf.mdx
@@ -33,7 +33,7 @@ import Config from "@site/src/components/Config.js";
| `display_mode` | `string` | - `always`: the segment is always displayed
- `files`: the segment is displayed when `manifest.yml` or `mta.yaml` file is present (**default**)
|
| `version_url_template` | `string` | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | allows to override the default list of file extensions to validate |
-| `folders` | `[]string` | allows to override the list of folders names to validate |
+| `folders` | `[]string` | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | cache the executable's version or not - defaults to `false` |
## Template ([info][templates])
diff --git a/website/docs/segments/cmake.mdx b/website/docs/segments/cmake.mdx
index 4a7f07ed..ad9afcb1 100644
--- a/website/docs/segments/cmake.mdx
+++ b/website/docs/segments/cmake.mdx
@@ -33,7 +33,7 @@ import Config from "@site/src/components/Config.js";
| `display_mode` | `string` | - `always`: the segment is always displayed
- `files`: the segment is only displayed when `*.cmake` or `CMakeLists.txt` files are present (**default**)
|
| `version_url_template` | `string` | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | allows to override the default list of file extensions to validate |
-| `folders` | `[]string` | allows to override the list of folders names to validate |
+| `folders` | `[]string` | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | cache the executable's version or not - defaults to `false` |
## Template ([info][templates])
diff --git a/website/docs/segments/crystal.mdx b/website/docs/segments/crystal.mdx
index f166f96e..06537ac6 100644
--- a/website/docs/segments/crystal.mdx
+++ b/website/docs/segments/crystal.mdx
@@ -33,7 +33,7 @@ import Config from "@site/src/components/Config.js";
| `display_mode` | `string` | - `always`: the segment is always displayed
- `files`: the segment is only displayed when `*.cr` or `shard.yml` files are present (**default**)
|
| `version_url_template` | `string` | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | allows to override the default list of file extensions to validate |
-| `folders` | `[]string` | allows to override the list of folders names to validate |
+| `folders` | `[]string` | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | cache the executable's version or not - defaults to `false` |
## Template ([info][templates])
diff --git a/website/docs/segments/dart.mdx b/website/docs/segments/dart.mdx
index 26dc7205..b0518473 100644
--- a/website/docs/segments/dart.mdx
+++ b/website/docs/segments/dart.mdx
@@ -33,7 +33,7 @@ import Config from "@site/src/components/Config.js";
| `display_mode` | `string` | - `always`: the segment is always displayed
- `files`: the segment is only displayed when `*.dart`, `pubspec.yaml`, `pubspec.yml`, `pubspec.lock` files or the `.dart_tool` folder are present (**default**)
|
| `version_url_template` | `string` | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | allows to override the default list of file extensions to validate |
-| `folders` | `[]string` | allows to override the list of folders names to validate |
+| `folders` | `[]string` | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | cache the executable's version or not - defaults to `false` |
## Template ([info][templates])
diff --git a/website/docs/segments/deno.mdx b/website/docs/segments/deno.mdx
index 013591c2..fc6ef849 100644
--- a/website/docs/segments/deno.mdx
+++ b/website/docs/segments/deno.mdx
@@ -30,7 +30,7 @@ import Config from "@site/src/components/Config.js";
| `display_mode` | `string` | - `always`: the segment is always displayed
- `files`: the segment is only displayed when `*.ts*`, `*.js` or `deno.json` files are present (**default**)
|
| `version_url_template` | `string` | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | allows to override the default list of file extensions to validate |
-| `folders` | `[]string` | allows to override the list of folders names to validate |
+| `folders` | `[]string` | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | cache the executable's version or not - defaults to `false` |
## Template ([info][templates])
diff --git a/website/docs/segments/elixir.mdx b/website/docs/segments/elixir.mdx
index 18a49109..b99da6c2 100644
--- a/website/docs/segments/elixir.mdx
+++ b/website/docs/segments/elixir.mdx
@@ -33,7 +33,7 @@ import Config from "@site/src/components/Config.js";
| `display_mode` | `string` | - `always`: the segment is always displayed
- `files`: the segment is only displayed when `*.ex` or `*.exs` files are present (**default**)
|
| `version_url_template` | `string` | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | allows to override the default list of file extensions to validate |
-| `folders` | `[]string` | allows to override the list of folders names to validate |
+| `folders` | `[]string` | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | cache the executable's version or not - defaults to `false` |
## Template ([info][templates])
diff --git a/website/docs/segments/flutter.mdx b/website/docs/segments/flutter.mdx
index 1714258d..7d94ecda 100644
--- a/website/docs/segments/flutter.mdx
+++ b/website/docs/segments/flutter.mdx
@@ -33,7 +33,7 @@ import Config from "@site/src/components/Config.js";
| `display_mode` | `string` | - `always`: the segment is always displayed
- `files`: the segment is only displayed when `*.dart`, `pubspec.yaml`, `pubspec.yml`, `pubspec.lock` files or the `.dart_tool` folder are present (**default**)
|
| `version_url_template` | `string` | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | allows to override the default list of file extensions to validate |
-| `folders` | `[]string` | allows to override the list of folders names to validate |
+| `folders` | `[]string` | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | cache the executable's version or not - defaults to `false` |
## Template ([info][templates])
diff --git a/website/docs/segments/golang.mdx b/website/docs/segments/golang.mdx
index b408340f..50dfb981 100644
--- a/website/docs/segments/golang.mdx
+++ b/website/docs/segments/golang.mdx
@@ -34,7 +34,7 @@ import Config from "@site/src/components/Config.js";
| `version_url_template` | `string` | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `parse_mod_file` | `boolean` | parse the go.mod file instead of calling `go version` |
| `extensions` | `[]string` | allows to override the default list of file extensions to validate |
-| `folders` | `[]string` | allows to override the list of folders names to validate |
+| `folders` | `[]string` | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | cache the executable's version or not - defaults to `false` |
## Template ([info][templates])
diff --git a/website/docs/segments/haskell.mdx b/website/docs/segments/haskell.mdx
index f00d8ea2..ad63e00a 100644
--- a/website/docs/segments/haskell.mdx
+++ b/website/docs/segments/haskell.mdx
@@ -34,7 +34,7 @@ import Config from "@site/src/components/Config.js";
| `version_url_template` | `string` | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `stack_ghc_mode` | `string` | determines when to use `stack ghc` to retrieve the version information. Using `stack ghc` will decrease performance.- `never`: never use `stack ghc` (**default**)
- `package`: only use `stack ghc` when `stack.yaml` is in the root of the
- `always`: always use `stack ghc`
|
| `extensions` | `[]string` | allows to override the default list of file extensions to validate |
-| `folders` | `[]string` | allows to override the list of folders names to validate |
+| `folders` | `[]string` | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | cache the executable's version or not - defaults to `false` |
## Template ([info][templates])
diff --git a/website/docs/segments/java.mdx b/website/docs/segments/java.mdx
index 80d34f30..f79e17d1 100644
--- a/website/docs/segments/java.mdx
+++ b/website/docs/segments/java.mdx
@@ -32,7 +32,7 @@ import Config from "@site/src/components/Config.js";
| `missing_command_text` | `string` | text to display when the java command is missing - defaults to empty |
| `display_mode` | `string` | - `always`: the segment is always displayed
- `files`: the segment is only displayed when one of the following files is present
- `pom.xml`
- `build.gradle.kts`
- `build.sbt`
- `.java-version`
- `.deps.edn`
- `project.clj`
- `build.boot`
- `*.java`
- `*.class`
- `*.gradle`
- `*.jar`
- `*.clj`
- `*.cljc`
|
| `extensions` | `[]string` | allows to override the default list of file extensions to validate |
-| `folders` | `[]string` | allows to override the list of folders names to validate |
+| `folders` | `[]string` | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | cache the executable's version or not - defaults to `false` |
## Template ([info][templates])
diff --git a/website/docs/segments/julia.mdx b/website/docs/segments/julia.mdx
index 4d682889..7866eda5 100644
--- a/website/docs/segments/julia.mdx
+++ b/website/docs/segments/julia.mdx
@@ -33,7 +33,7 @@ import Config from "@site/src/components/Config.js";
| `display_mode` | `string` | - `always`: the segment is always displayed
- `files`: the segment is only displayed when `*.jl` files are present (**default**)
|
| `version_url_template` | `string` | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | allows to override the default list of file extensions to validate |
-| `folders` | `[]string` | allows to override the list of folders names to validate |
+| `folders` | `[]string` | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | cache the executable's version or not - defaults to `false` |
## Template ([info][templates])
diff --git a/website/docs/segments/kotlin.mdx b/website/docs/segments/kotlin.mdx
index c8a37673..9772b4de 100644
--- a/website/docs/segments/kotlin.mdx
+++ b/website/docs/segments/kotlin.mdx
@@ -33,7 +33,7 @@ import Config from "@site/src/components/Config.js";
| `display_mode` | `string` | - `always`: the segment is always displayed
- `files`: the segment is only displayed when `*.kt`, `*.kts` or `*.ktm` files are present (**default**)
|
| `version_url_template` | `string` | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | allows to override the default list of file extensions to validate |
-| `folders` | `[]string` | allows to override the list of folders names to validate |
+| `folders` | `[]string` | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | cache the executable's version or not - defaults to `false` |
## Template ([info][templates])
diff --git a/website/docs/segments/lua.mdx b/website/docs/segments/lua.mdx
index b8381afd..ead88c0a 100644
--- a/website/docs/segments/lua.mdx
+++ b/website/docs/segments/lua.mdx
@@ -34,7 +34,7 @@ import Config from "@site/src/components/Config.js";
| `version_url_template` | `string` | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `preferred_executable` | `string` | the preferred executable to use when fetching the version- `lua`: the Lua executable (**default**)
- `luajit`: the LuaJIT executable
|
| `extensions` | `[]string` | allows to override the default list of file extensions to validate |
-| `folders` | `[]string` | allows to override the list of folders names to validate |
+| `folders` | `[]string` | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | cache the executable's version or not - defaults to `false` |
## Template ([info][templates])
diff --git a/website/docs/segments/node.mdx b/website/docs/segments/node.mdx
index bcbd6e7a..ef4174bd 100644
--- a/website/docs/segments/node.mdx
+++ b/website/docs/segments/node.mdx
@@ -36,7 +36,7 @@ import Config from "@site/src/components/Config.js";
| `yarn_icon` | `string` | the icon/text to display when using Yarn - defaults to ` \uF011B` |
| `npm_icon` | `string` | the icon/text to display when using NPM - defaults to ` \uE71E` |
| `extensions` | `[]string` | allows to override the default list of file extensions to validate |
-| `folders` | `[]string` | allows to override the list of folders names to validate |
+| `folders` | `[]string` | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | cache the executable's version or not - defaults to `false` |
## Template ([info][templates])
diff --git a/website/docs/segments/npm.mdx b/website/docs/segments/npm.mdx
index 0ad6f63e..2afb42de 100644
--- a/website/docs/segments/npm.mdx
+++ b/website/docs/segments/npm.mdx
@@ -33,7 +33,7 @@ import Config from "@site/src/components/Config.js";
| `display_mode` | `string` | - `always`: the segment is always displayed
- `files`: the segment is only displayed when `package.json` or `package-lock.json` file are present (**default**)
|
| `version_url_template` | `string` | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | allows to override the default list of file extensions to validate |
-| `folders` | `[]string` | allows to override the list of folders names to validate |
+| `folders` | `[]string` | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | cache the executable's version or not - defaults to `false` |
## Template ([info][templates])
diff --git a/website/docs/segments/nx.mdx b/website/docs/segments/nx.mdx
index e9eb3cc9..69a85710 100644
--- a/website/docs/segments/nx.mdx
+++ b/website/docs/segments/nx.mdx
@@ -32,7 +32,7 @@ import Config from "@site/src/components/Config.js";
| `display_mode` | `string` | - `always`: the segment is always displayed
- `files`: the segment is only displayed when a `workspace.json` or `nx.json` file is present (**default**)
|
| `version_url_template` | `string` | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | allows to override the default list of file extensions to validate |
-| `folders` | `[]string` | allows to override the list of folders names to validate |
+| `folders` | `[]string` | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | cache the executable's version or not - defaults to `false` |
## Template ([info][templates])
diff --git a/website/docs/segments/ocaml.mdx b/website/docs/segments/ocaml.mdx
index da15bb58..3a91583a 100644
--- a/website/docs/segments/ocaml.mdx
+++ b/website/docs/segments/ocaml.mdx
@@ -31,7 +31,7 @@ import Config from "@site/src/components/Config.js";
| `missing_command_text` | `string` | text to display when the command is missing - defaults to empty |
| `display_mode` | `string` | - `always`: the segment is always displayed
- `files`: the segment is only displayed when `*.rs`, `Cargo.toml` or `Cargo.lock` files are present (**default**)
|
| `extensions` | `[]string` | allows to override the default list of file extensions to validate |
-| `folders` | `[]string` | allows to override the list of folders names to validate |
+| `folders` | `[]string` | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | cache the executable's version or not - defaults to `false` |
## Template ([info][templates])
diff --git a/website/docs/segments/perl.mdx b/website/docs/segments/perl.mdx
index 79f92467..233486b0 100644
--- a/website/docs/segments/perl.mdx
+++ b/website/docs/segments/perl.mdx
@@ -32,7 +32,7 @@ import Config from "@site/src/components/Config.js";
| `missing_command_text` | `string` | text to display when the perl command is missing - defaults to empty |
| `display_mode` | `string` | - `always`: the segment is always displayed
- `files`: the segment is only displayed when one of the following files is present (**default**):
- `.perl-version`
- `*.pl`
- `*.p`
- `*.t`
|
| `extensions` | `[]string` | allows to override the default list of file extensions to validate |
-| `folders` | `[]string` | allows to override the list of folders names to validate |
+| `folders` | `[]string` | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | cache the executable's version or not - defaults to `false` |
## Template ([info][templates])
diff --git a/website/docs/segments/php.mdx b/website/docs/segments/php.mdx
index 022cf719..17f0792a 100644
--- a/website/docs/segments/php.mdx
+++ b/website/docs/segments/php.mdx
@@ -33,7 +33,7 @@ import Config from "@site/src/components/Config.js";
| `display_mode` | `string` | - `always`: the segment is always displayed
- `files`: the segment is only displayed when one of the following files is present (**default**):
- `*.php`
- `composer.json`
- `composer.lock`
- `.php-version`
- `blade.php`
|
| `version_url_template` | `string` | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | allows to override the default list of file extensions to validate |
-| `folders` | `[]string` | allows to override the list of folders names to validate |
+| `folders` | `[]string` | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | cache the executable's version or not - defaults to `false` |
## Template ([info][templates])
diff --git a/website/docs/segments/python.mdx b/website/docs/segments/python.mdx
index dbda19e0..6179b81f 100644
--- a/website/docs/segments/python.mdx
+++ b/website/docs/segments/python.mdx
@@ -38,7 +38,7 @@ import Config from "@site/src/components/Config.js";
| `display_mode` | `string` | - `always`: the segment is always displayed
- `files`: the segment is only displayed when one of the following files is present:
- `*.py`
- `*.ipynb`
- `pyproject.toml`
- `venv.bak`
- `venv`
- `.venv`
- `environment`: the segment is only displayed when a virtual env is present (**default**)
- `context`: the segment is only displayed when either `environment` or `files` is active
|
| `version_url_template` | `string` | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | allows to override the default list of file extensions to validate |
-| `folders` | `[]string` | allows to override the list of folders names to validate |
+| `folders` | `[]string` | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | cache the executable's version or not - defaults to `false` |
## Template ([info][templates])
diff --git a/website/docs/segments/quasar.mdx b/website/docs/segments/quasar.mdx
index 7ec90320..5b287646 100644
--- a/website/docs/segments/quasar.mdx
+++ b/website/docs/segments/quasar.mdx
@@ -34,7 +34,7 @@ import Config from "@site/src/components/Config.js";
| `version_url_template` | `string` | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `fetch_dependencies` | `boolean` | fetch the version number of the `vite` and `@quasar/app-vite` dependencies if present - defaults to `false` |
| `extensions` | `[]string` | allows to override the default list of file extensions to validate |
-| `folders` | `[]string` | allows to override the list of folders names to validate |
+| `folders` | `[]string` | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | cache the executable's version or not - defaults to `false` |
## Template ([info][templates])
diff --git a/website/docs/segments/r.mdx b/website/docs/segments/r.mdx
index d818bb94..475d19c5 100644
--- a/website/docs/segments/r.mdx
+++ b/website/docs/segments/r.mdx
@@ -33,7 +33,7 @@ import Config from "@site/src/components/Config.js";
| `display_mode` | `string` | - `always`: the segment is always displayed
- `files`: the segment is only displayed when one of the following files is present (**default**):
- `*.R`
- `*.Rmd`
- `*.Rsx`
- `*.Rda`
- `*.Rd`
- `*.Rproj`
- `.Rproj.user`
|
| `version_url_template` | `string` | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | allows to override the default list of file extensions to validate |
-| `folders` | `[]string` | allows to override the list of folders names to validate |
+| `folders` | `[]string` | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | cache the executable's version or not - defaults to `false` |
## Template ([info][templates])
diff --git a/website/docs/segments/ruby.mdx b/website/docs/segments/ruby.mdx
index 13aeb60a..8bc71906 100644
--- a/website/docs/segments/ruby.mdx
+++ b/website/docs/segments/ruby.mdx
@@ -32,7 +32,7 @@ import Config from "@site/src/components/Config.js";
| `missing_command_text` | `string` | text to display when the command is missing - defaults to empty |
| `display_mode` | `string` | - `always`: the segment is always displayed
- `files`: the segment is only displayed when `*.rb`, `Gemfile` or `Rakefile` files are present (**default**)
|
| `extensions` | `[]string` | allows to override the default list of file extensions to validate |
-| `folders` | `[]string` | allows to override the list of folders names to validate |
+| `folders` | `[]string` | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | cache the executable's version or not - defaults to `false` |
## Template ([info][templates])
diff --git a/website/docs/segments/rust.mdx b/website/docs/segments/rust.mdx
index 0a6131c6..e9448441 100644
--- a/website/docs/segments/rust.mdx
+++ b/website/docs/segments/rust.mdx
@@ -32,7 +32,7 @@ import Config from "@site/src/components/Config.js";
| `missing_command_text` | `string` | text to display when the command is missing - defaults to empty |
| `display_mode` | `string` | - `always`: the segment is always displayed
- `files`: the segment is only displayed when `*.rs`, `Cargo.toml` or `Cargo.lock` files are present (**default**)
|
| `extensions` | `[]string` | allows to override the default list of file extensions to validate |
-| `folders` | `[]string` | allows to override the list of folders names to validate |
+| `folders` | `[]string` | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | cache the executable's version or not - defaults to `false` |
## Template ([info][templates])
diff --git a/website/docs/segments/swift.mdx b/website/docs/segments/swift.mdx
index 00fd5b0d..cc3a4607 100644
--- a/website/docs/segments/swift.mdx
+++ b/website/docs/segments/swift.mdx
@@ -33,7 +33,7 @@ import Config from "@site/src/components/Config.js";
| `display_mode` | `string` | - `always`: the segment is always displayed
- `files`: the segment is only displayed when `*.swift` or `*.SWIFT` files are present (**default**)
|
| `version_url_template` | `string` | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | allows to override the default list of file extensions to validate |
-| `folders` | `[]string` | allows to override the list of folders names to validate |
+| `folders` | `[]string` | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | cache the executable's version or not - defaults to `false` |
## Template ([info][templates])
diff --git a/website/docs/segments/ui5tooling.mdx b/website/docs/segments/ui5tooling.mdx
index 387d27ad..273a2076 100644
--- a/website/docs/segments/ui5tooling.mdx
+++ b/website/docs/segments/ui5tooling.mdx
@@ -34,7 +34,7 @@ import Config from "@site/src/components/Config.js";
| `display_mode` | `string` | - `always`: the segment is always displayed
- `files`: the segment is only displayed when `*ui5*.y(a)ml` file is present in the current folder
- `context`: the segment is only displayed when `*ui5*.y(a)ml` file is present in the current folder or it has been found in the parent folders (check up to 4 levels) (**default**)
|
| `version_url_template` | `string` | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | allows to override the default list of file extensions to validate |
-| `folders` | `[]string` | allows to override the list of folders names to validate |
+| `folders` | `[]string` | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | cache the executable's version or not - defaults to `false` |
## Template ([info][templates])
diff --git a/website/docs/segments/vala.mdx b/website/docs/segments/vala.mdx
index 8b2d7e71..248cc10c 100644
--- a/website/docs/segments/vala.mdx
+++ b/website/docs/segments/vala.mdx
@@ -33,7 +33,7 @@ import Config from "@site/src/components/Config.js";
| `display_mode` | `string` | - `always`: the segment is always displayed
- `files`: the segment is only displayed when `*.vala` files are present (**default**)
|
| `version_url_template` | `string` | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | allows to override the default list of file extensions to validate |
-| `folders` | `[]string` | allows to override the list of folders names to validate |
+| `folders` | `[]string` | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | cache the executable's version or not - defaults to `false` |
## Template ([info][templates])
diff --git a/website/docs/segments/xmake.mdx b/website/docs/segments/xmake.mdx
index 47f83e47..d6c96280 100644
--- a/website/docs/segments/xmake.mdx
+++ b/website/docs/segments/xmake.mdx
@@ -32,7 +32,7 @@ import Config from "@site/src/components/Config.js";
| `missing_command_text` | `string` | text to display when the command is missing - defaults to empty |
| `display_mode` | `string` | - `always`: the segment is always displayed
- `files`: the segment is only displayed when a `xmake.lua` file is present (**default**)
|
| `extensions` | `[]string` | allows to override the default list of file extensions to validate |
-| `folders` | `[]string` | allows to override the list of folders names to validate |
+| `folders` | `[]string` | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | cache the executable's version or not - defaults to `false` |
## Template ([into][templates])