Skip to content

Commit

Permalink
Disable link-check on templatized URLs
Browse files Browse the repository at this point in the history
It's too bad we can't just run link checks on the generated HTML, which would
have the templates filled in.
  • Loading branch information
garfieldnate committed Dec 19, 2024
1 parent cdc15db commit 7ff48b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/downloads/soar/latest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ title: Soar
# Latest Soar Download

The current version of Soar is {{ soar_version }}.

<!-- markdown-link-check-disable-next-line -->
* [Soar Release](https://github.com/SoarGroup/Soar/releases/download/releases%2F{{soar_version}}/SoarSuite_{{soar_version}}-Multiplatform.zip
)
(see [quick start guide](../../home/QuickStart.md) for setup instructions)
<!-- markdown-link-check-disable-next-line -->
* [Soar Manual PDF](https://github.com/SoarGroup/Soar/releases/download/releases%2F{{soar_version}}/SoarManual.pdf)
<!-- markdown-link-check-disable-next-line -->
* [VisualSoar Manual PDF](https://github.com/SoarGroup/Soar/releases/download/releases%2F{{soar_version}}/VisualSoar_UsersManual.pdf)

If you would like to build Soar from the current source code, you'll need to
Expand Down
2 changes: 1 addition & 1 deletion docs/home/QuickStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Soar, such as the debugger and VisualSoar, you will need
higher installed.

1. Download Soar Release archive
[here](https://github.com/SoarGroup/Soar/releases/download/releases%2F{{soar_version}}/Soar-Release-{{soar_version}}.zip)
[here](https://github.com/SoarGroup/Soar/releases/download/releases%2F{{soar_version}}/Soar-Release-{{soar_version}}.zip)<!-- markdown-link-check-disable-line -->
and extract to the location of your choice.

2. Run the Soar debugger via one of the scripts included in this folder:
Expand Down
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ page, or J.E. Laird's 2012 book,
available from [Amazon](http://www.amazon.com/Soar-Cognitive-Architecture-John-Laird/dp/0262122960/ref=sr_1_sc_1?ie=UTF8&qid=1332172759&sr=8-1-spell)
and [MIT Press](https://mitpress.mit.edu/books/soar-cognitive-architecture).

<!-- markdown-link-check-disable-next-line -->
To get started, [download Soar](https://github.com/SoarGroup/Soar/releases/download/releases%2F{{soar_version}}/Soar-Release-{{soar_version}}.zip)
and follow the [quick start guide](home/QuickStart.md).

Expand All @@ -15,6 +16,7 @@ and follow the [quick start guide](home/QuickStart.md).
* [**Engineer's Guide to Soar**](https://github.com/SoarGroup/Engineers-Guide-to-Soar):
A 14-part course on programming Soar for engineers, by Bryan Stearns is now
available on GitHub.
<!-- markdown-link-check-disable-next-line -->
* [**Soar 9.6.3 available for download**](https://github.com/SoarGroup/Soar/releases/download/releases%2F{{soar_version}}/SoarSuite_{{soar_version}}-Multiplatform.zip):
This release of Soar contains ergonomic improvements to the debugger and Soar CLI,
lots of new VisualSoar features, and plenty of bug fixes and stability
Expand Down

0 comments on commit 7ff48b0

Please sign in to comment.