Check for anchors (hashes) for external links on the documentation
This commit is contained in:
parent
aa3ea17a8f
commit
60b5286f8c
5 changed files with 20 additions and 6 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue