You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_linkstat_ is a script that verifies the connectivity of links documented in the documentation. By detecting broken links early, it maintains the integrity of the documentation.
5
+
Currently, only Markdown files (*.md) are supported.
6
+
7
+
## Caution
8
+
This library accesses services during runtime, so executing it in large quantities will cause load on the target service. When performing functional verification or integrating into CI/CD, please ensure the load on the linked service is minimized as much as possible.
9
+
10
+
## Install
11
+
12
+
```sh
13
+
pip install linkstat
14
+
```
15
+
16
+
## Usage
17
+
18
+
```sh
19
+
linkstat {source_file_or_directory}
20
+
```
21
+
22
+
## Output
23
+
24
+
You can output reports in JSON format by using the option.
0 commit comments