We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dafb4c commit 48bfb96Copy full SHA for 48bfb96
README.md
@@ -24,6 +24,12 @@ you to easily see and update changes you make.
24
mdbook serve
25
```
26
27
+## Link checking
28
+
29
+On CI, we automatically check if all intra-doc links in the Forge Markdown files are valid. If you would like to
30
+perform this check locally, install `mdbook-linkcheck` using `cargo install [email protected] --locked` and then
31
+simply run `mdbook build` or `mdbook serve`.
32
33
## JavaScript
34
35
Forge uses JavaScript to display dates for releases and "no tools breakage
0 commit comments