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
@@ -61,9 +56,9 @@ The build files are found in the `book/html` directory.
61
56
62
57
### Link Validations
63
58
64
-
We use `mdbook-linkcheck2` to validate URLs included in our documentation. Link
65
-
checking is **not** run by default locally, though it is in CI. To enable it
66
-
locally, set the environment variable `ENABLE_LINKCHECK=1` like in the
59
+
We use `mdbook-linkcheck2` to validate URLs included in our documentation.
60
+
Link checking is **not** run by default locally, though it is in CI.
61
+
To enable it locally, set the environment variable `ENABLE_LINKCHECK=1` like in the
67
62
following example.
68
63
69
64
```
@@ -72,6 +67,9 @@ ENABLE_LINKCHECK=1 mdbook serve
72
67
73
68
## Synchronizing josh subtree with rustc
74
69
75
-
This repository is linked to `rust-lang/rust` as a [josh](https://josh-project.github.io/josh/intro.html) subtree. You can use the [rustc-josh-sync](https://github.com/rust-lang/josh-sync) tool to perform synchronization.
70
+
This repository is linked to `rust-lang/rust` as a [josh](https://josh-project.github.io/josh/intro.html) subtree.
71
+
You can use the [rustc-josh-sync](https://github.com/rust-lang/josh-sync) tool to perform synchronization.
76
72
77
73
You can find a guide on how to perform the synchronization [here](./src/external-repos.md#synchronizing-a-josh-subtree).
74
+
75
+
[rustc API docs]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle
0 commit comments