mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-09-17 14:43:32 -06:00
Make CHANGELOG urls clickable (#977)
* Make CHANGELOG urls clickable - Add link reference definitions for PRs and new contributors in v0.4.0.rc2 - Replace inline urls by shortcut link references - Add front matter so the page appears in the navigation - Change the link to the CHANGELOG on the home page The CHANGELOG contents should look the same in the docs and in the repo (apart from the callouts) with clickable links to PRs and some contributors. The urls shown in the changes in v0.4.0.rc1 (and previous releases) haven't yet been made clickable – it would be too tedious and error-prone to do it manually. * Make CHANGELOG urls clickable - Add a callout
This commit is contained in:
committed by
Matthew Wang
parent
7c82b57aa3
commit
dbe157461b
2
index.md
2
index.md
@@ -18,7 +18,7 @@ Just the Docs gives your documentation a jumpstart with a responsive Jekyll them
|
||||
|
||||
{: .new }
|
||||
> **Pre-release version `0.4.0.rc2` is available!**
|
||||
> See [the CHANGELOG](https://github.com/just-the-docs/just-the-docs/blob/main/CHANGELOG.md) for a detailed breakdown.
|
||||
> See [the CHANGELOG]({{ site.baseurl }}{% link CHANGELOG.md %}) for a detailed breakdown.
|
||||
|
||||
{: .warning }
|
||||
> Specifying `gem "just-the-docs"` in your `Gemfile` uses the latest ***release*** (`v0.3.3`), ignoring all pre-releases!
|
||||
|
Reference in New Issue
Block a user