linkspector
linkspector copied to clipboard
Uncover broken links in your content.
# Pull Request Template ## Description I have noticed several redundant spaces in your code and decided to suggest to use [prettier](https://prettier.io/). Maybe you'll like it. ## Type of Change...
# Pull Request Template ## Description Updating version in package-lock.json. ## Type of Change - Enhancement ## Checklist: - My code follows the style guidelines of this project - I...
**Describe the bug** I set up link checking in ci in my project. I have broken link in markdown file to file on github that doesn't exist anymore. However, linkspector...
Due to heavy dependencies (puppeteer + google chrome) the common usage of linspector will be most likely using a pre-built docker image, to minimize the risk of component installation failures,...
1) ~~It may be an advantage to have some unit tests~~ Implemented in https://github.com/UmbrellaDocs/linkspector/commit/84dc8a3d218b4ed3d486c70098f208d569ff858f, more could be added. 2) A larger advantage would be to preserve the functionality of the...
The example below uses docker https://github.com/UmbrellaDocs/linkspector/pull/23 1. build the image of the latest linkspector from source ``` git clone https://github.com/UmbrellaDocs/linkspector cd linkspector docker build --build-arg LINKSPECTOR_PACKAGE= -t umbrelladocs/linkspector . ```...
Currently, Linkspector would download the files if the link point to a PDF file or binary. It should instead only check if the link is valid and not download the...
Check if we can use Linkspector with puppeteer config support. For example, to use proxy support to connect puppeteer to a remote service.
Currently, Linkspector processes each file separately, there could also be an option to process files and collect links and process them in batches. Then study the if it performs better...
For reference see https://github.com/UmbrellaDocs/linkspector/pull/1 which added support for AsciiDoc files.