Check for anchors (hashes) for external links on the documentation

This commit is contained in:
Damien Duportal 2018-12-19 17:36:04 +01:00 committed by Traefiker Bot
parent aa3ea17a8f
commit 60b5286f8c
5 changed files with 20 additions and 6 deletions

View file

@ -236,6 +236,14 @@ $ make docs-clean docs-verify
...
```
Please note that verification can be disabled by setting the environment variable `DOCS_VERIFY_SKIP` to `true`:
```shell
DOCS_VERIFY_SKIP=true make docs-verify
...
DOCS_LINT_SKIP is true: no linting done.
```
## How to Write a Good Issue
Please keep in mind that the GitHub issue tracker is not intended as a general support forum, but for reporting bugs and feature requests.