forked from FuelLabs/sway
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs-ci: temporarily disable check-links for exact version usages in …
…docs (FuelLabs#4948) ## Description related to FuelLabs#4946. Directly using `/latest` instead of exact versioning does not work for some reason. To unblock bump PRs (one waiting, FuelLabs#4945) this PR disables link checks at links which uses exact latest versions. We should find a way to point to `latest` without using an exact version.
- Loading branch information
1 parent
c76f174
commit 254e50e
Showing
4 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
docs/reference/src/documentation/introduction/installation/cargo.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# The Sway Reference | ||
|
||
<!-- markdown-link-check-disable --> | ||
This is the technical reference for the Sway programming language. For a prose explanation and introduction to the language, please refer to the [Sway Book](https://fuellabs.github.io/sway/v0.43.2/book/). | ||
<!-- markdown-link-check-enable --> |