Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add docs-links-check ci and fix dead links #93

Merged
merged 1 commit into from
Jun 12, 2023

Commits on Jun 12, 2023

  1. feat: add docs-links-check ci and fix dead links

    This ci will run every saturday at 12:00 UTC
    
    This ci can be manually triggered on the [Action page](https://github.com/casnode/casnode-website/actions/workflows/docs-links-check.yml)
    
    When modifying or adding docs in PR, the ci will run to check whether there is a dead link.
    
    `docs.links.check.config.json` is the config file of this ci, refer to https://github.com/tcort/markdown-link-check#config-file-format .
    
    There are ignorePatterns in the file for ignoring some links, for example:
    
    ```md
    [](overview)
    [](/img/casbin.png)
    [](http://localhost:8000)
    ```
    Selflocking committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    c665be3 View commit details
    Browse the repository at this point in the history