docs: added external link for Angular, .NET, Node.JS & npm segments

This commit is contained in:
felpel 2022-05-04 19:46:06 -04:00 committed by Jan De Dobbeleer
parent 875db1d648
commit c2e252f3a2
4 changed files with 8 additions and 4 deletions

View file

@ -6,7 +6,7 @@ sidebar_label: Angular
## What
Display the currently active Angular CLI version.
Display the currently active [Angular CLI][angular-cli-docs] version.
## Sample Configuration
@ -49,3 +49,4 @@ Display the currently active Angular CLI version.
- `.Error`: `string` - when fetching the version string errors
[templates]: /docs/configuration/templates
[angular-cli-docs]: https://angular.io/cli

View file

@ -6,7 +6,7 @@ sidebar_label: Dotnet
## What
Display the currently active .NET SDK version.
Display the currently active [.NET SDK][net-sdk-docs] version.
## Sample Configuration
@ -55,3 +55,4 @@ Display the currently active .NET SDK version.
- `.Error`: `string` - when fetching the version string errors
[templates]: /docs/configuration/templates
[net-sdk-docs]: https://docs.microsoft.com/en-us/dotnet/core/tools

View file

@ -6,7 +6,7 @@ sidebar_label: Node
## What
Display the currently active node version.
Display the currently active [Node.js][node-js] version.
## Sample Configuration
@ -56,3 +56,4 @@ Display the currently active node version.
- `.Mismatch`: `boolean` - if the version in `.nvmrc` matches with `.Full`
[templates]: /docs/configuration/templates
[node-js]: https://nodejs.org

View file

@ -6,7 +6,7 @@ sidebar_label: NPM
## What
Display the currently active npm version.
Display the currently active [npm][npm-docs] version.
## Sample Configuration
@ -40,3 +40,4 @@ Display the currently active npm version.
- `.Error`: `string` - when fetching the version string errors
[templates]: /docs/configuration/templates
[npm-docs]: https://docs.npmjs.com/about-npm