Commit 05b297e6 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch '199367-sentence-spacing-docs' into 'master'

Fix double-spaced sentences and Node.js usage

Closes #199367

See merge request gitlab-org/gitlab!24927
parents 61aeb2bb 6106fc55
...@@ -1523,7 +1523,7 @@ globally and all jobs will use that definition. ...@@ -1523,7 +1523,7 @@ globally and all jobs will use that definition.
Use the `paths` directive to choose which files or directories will be cached. Paths Use the `paths` directive to choose which files or directories will be cached. Paths
are relative to the project directory (`$CI_PROJECT_DIR`) and cannot directly link outside it. are relative to the project directory (`$CI_PROJECT_DIR`) and cannot directly link outside it.
Wildcards can be used that follow the [glob](https://en.wikipedia.org/wiki/Glob_(programming)) Wildcards can be used that follow the [glob](https://en.wikipedia.org/wiki/Glob_(programming))
patterns and [filepath.Match](https://golang.org/pkg/path/filepath/#Match). patterns and [`filepath.Match`](https://golang.org/pkg/path/filepath/#Match).
Cache all files in `binaries` that end in `.apk` and the `.config` file: Cache all files in `binaries` that end in `.apk` and the `.config` file:
...@@ -1755,7 +1755,7 @@ be available for download in the GitLab UI. ...@@ -1755,7 +1755,7 @@ be available for download in the GitLab UI.
Paths are relative to the project directory (`$CI_PROJECT_DIR`) and cannot directly Paths are relative to the project directory (`$CI_PROJECT_DIR`) and cannot directly
link outside it. Wildcards can be used that follow the [glob](https://en.wikipedia.org/wiki/Glob_(programming)) link outside it. Wildcards can be used that follow the [glob](https://en.wikipedia.org/wiki/Glob_(programming))
patterns and [filepath.Match](https://golang.org/pkg/path/filepath/#Match). patterns and [`filepath.Match`](https://golang.org/pkg/path/filepath/#Match).
To restrict which jobs a specific job will fetch artifacts from, see [dependencies](#dependencies). To restrict which jobs a specific job will fetch artifacts from, see [dependencies](#dependencies).
......
...@@ -118,7 +118,7 @@ Some vulnerabilities can be fixed by applying the solution that GitLab ...@@ -118,7 +118,7 @@ Some vulnerabilities can be fixed by applying the solution that GitLab
automatically generates. The following scanners are supported: automatically generates. The following scanners are supported:
- [Dependency Scanning](dependency_scanning/index.md): - [Dependency Scanning](dependency_scanning/index.md):
Automatic Patch creation is only available for Node.JS projects managed with Automatic Patch creation is only available for Node.js projects managed with
`yarn`. `yarn`.
#### Manually applying the suggested patch #### Manually applying the suggested patch
......
...@@ -37,7 +37,7 @@ the [next section](#authenticating-to-the-gitlab-npm-registry). ...@@ -37,7 +37,7 @@ the [next section](#authenticating-to-the-gitlab-npm-registry).
### Installing NPM ### Installing NPM
Follow the instructions at [npmjs.com](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) to download and install Node.JS and Follow the instructions at [npmjs.com](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) to download and install Node.js and
NPM to your local development environment. NPM to your local development environment.
Once installation is complete, verify you can use NPM in your terminal by Once installation is complete, verify you can use NPM in your terminal by
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment