Gaurav Nelson
Gaurav Nelson
@manrajgrover Are you still keen on this issue. I can help you by setting up documentation on GitHub pages using [Slate](https://github.com/lord/slate). algorithms-js better suits for this rather than docasauras (which...
@manrajgrover sure, I will try to put something up after the weekend and we can take it from there.
@manrajgrover To get started, please do the following: 1. Fork the Slate repo (https://github.com/lord/slate) 2. Rename the forked slate repo to `algorithms-js-docs` 3. Give contributor rights to this repo to...
@manrajgrover Slate has a script called deploy.sh To deploy to another repo we will add this original repo as a remote to the docs repo, then we can specify the...
@vipulgupta2048 Changes from #9 are missing from the main branch because of https://github.com/vipulgupta2048/awesome-documentation/commit/389ff8e9b745b45a8f3cb62c978ed4e9d6d0de1c
Currently there's no option to skip folders. However, you can list all folders and files you want to check by using the folder path variable. See https://github.com/gaurav-nelson/github-action-markdown-link-check#check-multiple-directories-and-files
@luiscachog Were you able to try that out? can you share any updates?
Thank you @nvliyuan Can you please [run the action again](https://github.com/gaurav-nelson/github-action-markdown-link-check#versioning) with v1.0.14 ? It include the latest version of `markdown-link-check` which fixes anchor links issues.
Thanks @nathan-gt Since this action is dependent on `markdown-link-check` some of these options can only work if the original library supports them. However, I am working on an update, possibly...
Thank you @dvdstelt I'm not 100% sure if it will work or if there are any security implications of using this approach. - Maybe you can use `GITHUB_TOKEN` (https://docs.github.com/en/actions/reference/authentication-in-a-workflow) with...