docs icon indicating copy to clipboard operation
docs copied to clipboard

Look at possibility of scheduling `npm linkinator` for scheduled runs

Open polandll opened this issue 3 years ago • 2 comments

I added linkinator to package.json. But I'd like to consider scheduling a regular run of it.

polandll avatar Feb 08 '22 23:02 polandll

In the scripts list

"build:linkinator": "npx linkinator https://stargate.io/docs --recurse --skip ' http://localhost?'",
"build:local-linkinator": "npx linkinator ./modules/*/pages --recurse --skip ' http://localhost?'"

"linkinator": "^3.0.3", in the repository list

polandll avatar Apr 01 '22 01:04 polandll

https://github.com/stargate/docs/pull/211

polandll avatar Jun 07 '22 02:06 polandll