mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-09-17 14:43:32 -06:00
prep for v0.4.0.rc3
This commit is contained in:
6
index.md
6
index.md
@@ -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
|
||||
|
Reference in New Issue
Block a user