stargate / docs

Documentation for Stargate
Apache License 2.0
15 stars 24 forks source link

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

Open polandll opened 2 years ago

polandll commented 2 years ago

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

polandll commented 2 years ago

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 commented 2 years ago

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