prep for v0.4.0.rc3

This commit is contained in:
Matthew Wang
2022-10-09 17:56:20 -07:00
parent 55aa714b26
commit c3164b0102
4 changed files with 57 additions and 5 deletions

View File

@@ -17,18 +17,18 @@ Just the Docs gives your documentation a jumpstart with a responsive Jekyll them
---
{: .new }
> **Pre-release version `0.4.0.rc2` is available!**
> **Pre-release version `0.4.0.rc3` is available!**
> 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!
> To use this pre-release, pin it:
> ```ruby
> gem "just-the-docs", "0.4.0.rc2"
> gem "just-the-docs", "0.4.0.rc3"
> ```
> and/or
> ```yaml
> remote_theme: just-the-docs/just-the-docs@v0.4.0.rc2
> remote_theme: just-the-docs/just-the-docs@v0.4.0.rc3
> ```
## Getting started