Skip to content

Commit d98dced

Browse files
authored
[CI] Fix markdown-link-check ignore pattern & NPM link vers update (#1790)
1 parent 96baa45 commit d98dced

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.markdown-link-check.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"pattern": "^http://localhost"
55
},
66
{
7-
"pattern": "^https://badges.netlify.com/api/docsydocs.svg?branch=main"
7+
"pattern": "^https://badges.netlify.com/api/docsydocs.svg\\?branch=main"
8+
},
9+
{
10+
"pattern": "https://docs.npmjs.com/cli/v10/using-npm/scripts#prepare-and-prepublish"
811
}
912
],
1013
"timeout": "3s",

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ Proceed as usual to build or serve your site.
307307
[hugo module]: https://www.docsy.dev/docs/get-started/docsy-as-module/
308308
[other docsy setups]: https://www.docsy.dev/docs/get-started/other-options/
309309
[prepare]:
310-
https://docs.npmjs.com/cli/v8/using-npm/scripts#prepare-and-prepublish
310+
https://docs.npmjs.com/cli/v10/using-npm/scripts#prepare-and-prepublish
311311
312312
## 0.3.0
313313

userguide/content/en/docs/get-started/docsy-as-module/installation-prerequisites.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ If no `git` client is installed on your system yet, go to the [Git website](http
9191

9292
## Install PostCSS
9393

94-
To build or update your site's CSS resources, you also need [`PostCSS`](https://postcss.org/) to create the final assets. If you need to install it, you must have a recent version of [NodeJS](https://nodejs.org/en/) installed on your machine so you can use `npm`, the Node package manager. By default `npm` installs tools under the directory where you run [`npm install`](https://docs.npmjs.com/cli/v6/commands/npm-install#description):
94+
To build or update your site's CSS resources, you also need [`PostCSS`](https://postcss.org/) to create the final assets. If you need to install it, you must have a recent version of [NodeJS](https://nodejs.org/en/) installed on your machine so you can use `npm`, the Node package manager. By default `npm` installs tools under the directory where you run [`npm install`](https://docs.npmjs.com/cli/v10/commands/npm-install#description):
9595
9696
```bash
9797
npm install -D autoprefixer

userguide/content/en/docs/get-started/other-options.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,6 @@ from scratch as it provides defaults for many required configuration parameters.
351351
[lts release]: https://nodejs.org/en/about/releases/
352352
[nvm]:
353353
https://github.com/nvm-sh/nvm/blob/master/README.md#installing-and-updating
354-
[npm scripts]: https://docs.npmjs.com/cli/v8/using-npm/scripts
354+
[npm scripts]: https://docs.npmjs.com/cli/v10/using-npm/scripts
355355
[prepare]:
356-
https://docs.npmjs.com/cli/v8/using-npm/scripts#prepare-and-prepublish
356+
https://docs.npmjs.com/cli/v10/using-npm/scripts#prepare-and-prepublish

0 commit comments

Comments
 (0)