mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
docs: added external link for Angular, .NET, Node.JS & npm segments
This commit is contained in:
parent
875db1d648
commit
c2e252f3a2
|
@ -6,7 +6,7 @@ sidebar_label: Angular
|
||||||
|
|
||||||
## What
|
## What
|
||||||
|
|
||||||
Display the currently active Angular CLI version.
|
Display the currently active [Angular CLI][angular-cli-docs] version.
|
||||||
|
|
||||||
## Sample Configuration
|
## Sample Configuration
|
||||||
|
|
||||||
|
@ -49,3 +49,4 @@ Display the currently active Angular CLI version.
|
||||||
- `.Error`: `string` - when fetching the version string errors
|
- `.Error`: `string` - when fetching the version string errors
|
||||||
|
|
||||||
[templates]: /docs/configuration/templates
|
[templates]: /docs/configuration/templates
|
||||||
|
[angular-cli-docs]: https://angular.io/cli
|
||||||
|
|
|
@ -6,7 +6,7 @@ sidebar_label: Dotnet
|
||||||
|
|
||||||
## What
|
## What
|
||||||
|
|
||||||
Display the currently active .NET SDK version.
|
Display the currently active [.NET SDK][net-sdk-docs] version.
|
||||||
|
|
||||||
## Sample Configuration
|
## Sample Configuration
|
||||||
|
|
||||||
|
@ -55,3 +55,4 @@ Display the currently active .NET SDK version.
|
||||||
- `.Error`: `string` - when fetching the version string errors
|
- `.Error`: `string` - when fetching the version string errors
|
||||||
|
|
||||||
[templates]: /docs/configuration/templates
|
[templates]: /docs/configuration/templates
|
||||||
|
[net-sdk-docs]: https://docs.microsoft.com/en-us/dotnet/core/tools
|
||||||
|
|
|
@ -6,7 +6,7 @@ sidebar_label: Node
|
||||||
|
|
||||||
## What
|
## What
|
||||||
|
|
||||||
Display the currently active node version.
|
Display the currently active [Node.js][node-js] version.
|
||||||
|
|
||||||
## Sample Configuration
|
## Sample Configuration
|
||||||
|
|
||||||
|
@ -56,3 +56,4 @@ Display the currently active node version.
|
||||||
- `.Mismatch`: `boolean` - if the version in `.nvmrc` matches with `.Full`
|
- `.Mismatch`: `boolean` - if the version in `.nvmrc` matches with `.Full`
|
||||||
|
|
||||||
[templates]: /docs/configuration/templates
|
[templates]: /docs/configuration/templates
|
||||||
|
[node-js]: https://nodejs.org
|
||||||
|
|
|
@ -6,7 +6,7 @@ sidebar_label: NPM
|
||||||
|
|
||||||
## What
|
## What
|
||||||
|
|
||||||
Display the currently active npm version.
|
Display the currently active [npm][npm-docs] version.
|
||||||
|
|
||||||
## Sample Configuration
|
## Sample Configuration
|
||||||
|
|
||||||
|
@ -40,3 +40,4 @@ Display the currently active npm version.
|
||||||
- `.Error`: `string` - when fetching the version string errors
|
- `.Error`: `string` - when fetching the version string errors
|
||||||
|
|
||||||
[templates]: /docs/configuration/templates
|
[templates]: /docs/configuration/templates
|
||||||
|
[npm-docs]: https://docs.npmjs.com/about-npm
|
||||||
|
|
Loading…
Reference in a new issue