Skip to content

Commit

Permalink
docs: language cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDeDobbeleer committed Feb 4, 2021
1 parent 07a258a commit ef6f7fc
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/docs/contributing-started.mdx
Expand Up @@ -115,7 +115,7 @@ A default config(.vscode folder) for [Visual Studio Code](https://code.visualstu
- golangci-lint is configured as the default linter.
- Recommended extensions available for a smooth bootstrap.

![recommended extensions](recommended_extensions.png "Recommended extensions" )
![recommended extensions](/img/recommended_extensions.png "Recommended extensions" )
- Default run and debug configurations available.

Once the extensions are installed:
Expand Down
6 changes: 3 additions & 3 deletions docs/docs/segment-dotnet.md
Expand Up @@ -6,7 +6,7 @@ sidebar_label: Dotnet

## What

Display the currently active .NET SDK version when a folder contains .NET files.
Display the currently active .NET SDK version.

## Sample Configuration

Expand All @@ -29,7 +29,7 @@ Display the currently active .NET SDK version when a folder contains .NET files.
is present - defaults to `true`
- missing_command_text: `string` - text to display when the command is missing - defaults to empty
- display_mode: `string` - determines when the segment is displayed
- `always`: The segment is always displayed
- `files`: The segment is only displayed when `*.cs`, `*.vb`, `*.sln`, `*.csproj`, or `*.vbproj` files are present (default)
- `always`: the segment is always displayed
- `files`: the segment is only displayed when `*.cs`, `*.vb`, `*.sln`, `*.csproj`, or `*.vbproj` files are present (default)
- unsupported_version_icon: `string` - text/icon that is displayed when the active .NET SDK version (e.g., one specified
by `global.json`) is not installed/supported - defaults to `\uf071` (X in a rectangle box)
6 changes: 3 additions & 3 deletions docs/docs/segment-golang.md
Expand Up @@ -6,7 +6,7 @@ sidebar_label: Golang

## What

Display the currently active golang version when a folder contains golang files.
Display the currently active golang version.

## Sample Configuration

Expand All @@ -28,5 +28,5 @@ Display the currently active golang version when a folder contains golang files.
- display_version: `boolean` - display the golang version - defaults to `true`
- missing_command_text: `string` - text to display when the command is missing - defaults to empty
- display_mode: `string` - determines when the segment is displayed
- `always`: The segment is always displayed
- `files`: The segment is only displayed when `*.go` or `go.mod` files are present (default)
- `always`: the segment is always displayed
- `files`: the segment is only displayed when `*.go` or `go.mod` files are present (default)
6 changes: 3 additions & 3 deletions docs/docs/segment-julia.md
Expand Up @@ -6,7 +6,7 @@ sidebar_label: Julia

## What

Display the currently active julia version when a folder contains julia files.
Display the currently active julia version.

## Sample Configuration

Expand All @@ -28,5 +28,5 @@ Display the currently active julia version when a folder contains julia files.
- display_version: `boolean` - display the julia version - defaults to `true`
- missing_command_text: `string` - text to display when the command is missing - defaults to empty
- display_mode: `string` - determines when the segment is displayed
- `always`: The segment is always displayed
- `files`: The segment is only displayed when `*.jl` files are present (default)
- `always`: the segment is always displayed
- `files`: the segment is only displayed when `*.jl` files are present (default)
2 changes: 1 addition & 1 deletion docs/docs/segment-node.md
Expand Up @@ -6,7 +6,7 @@ sidebar_label: Node

## What

Display the currently active node version when a folder contains node files.
Display the currently active node version.

## Sample Configuration

Expand Down
8 changes: 4 additions & 4 deletions docs/docs/segment-python.md
Expand Up @@ -32,8 +32,8 @@ or not - defaults to `true`
- display_version: `boolean` - display the python version - defaults to `true`
- missing_command_text: `string` - text to display when the command is missing - defaults to empty
- display_mode: `string` - determines when the segment is displayed
- `always`: The segment is always displayed
- `files`: The segment is only displayed when `*.py`, `*.ipynb`, `pyproject.toml`, `venv.bak`, `venv`, or `.venv`
- `always`: the segment is always displayed
- `files`: the segment is only displayed when `*.py`, `*.ipynb`, `pyproject.toml`, `venv.bak`, `venv`, or `.venv`
files are present (default)
- `environment`: The segment is only displayed when a virtual env is present
- `context`: The segment is only displayed when either `environment` or `files` is active
- `environment`: the segment is only displayed when a virtual env is present
- `context`: the segment is only displayed when either `environment` or `files` is active
File renamed without changes

0 comments on commit ef6f7fc

Please sign in to comment.