We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8939ed0 commit 3706519Copy full SHA for 3706519
_config.yml
@@ -2,10 +2,10 @@ title: RailsDoc(β)
2
description: Ruby on Rails API Documentation.
3
url: https://railsdoc.github.io
4
source: src
5
-default_rails_version: 6.0.3.7
+default_rails_version: 6.1.3.2
6
rails_versions:
7
- # "6.0":
8
- # specific_version: "6.0.3"
+ "6.0":
+ specific_version: "6.0.3.7"
9
"5.2":
10
specific_version: "5.2.6"
11
plugins:
@@ -22,9 +22,13 @@ defaults:
22
- scope:
23
path: ""
24
values:
25
- version: 6.0
+ version: 6.1
26
image: https://avatars.githubusercontent.com/u/4223
27
toc: true
28
+ - scope:
29
+ path: "6.0"
30
+ values:
31
+ version: 6.0
32
33
path: "5.2"
34
0 commit comments