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 53395c3 commit ddd3b4eCopy full SHA for ddd3b4e
_config.yml
@@ -2,8 +2,10 @@ title: RailsDoc(β)
2
description: Ruby on Rails API Documentation.
3
url: https://railsdoc.github.io
4
source: src
5
-default_rails_version: 7.0.4
+default_rails_version: 7.1.0
6
rails_versions:
7
+ "7.0":
8
+ specific_version: "7.0.8"
9
"6.1":
10
specific_version: "6.1.7"
11
"6.0":
@@ -24,10 +26,15 @@ defaults:
24
26
- scope:
25
27
path: ""
28
values:
- version: 7.0
29
+ version: 7.1
30
image: https://avatars.githubusercontent.com/u/4223
31
toc: true
32
root_path: '/'
33
+ - scope:
34
+ path: "7.0"
35
+ values:
36
+ version: 7.0
37
+ root_path: '/7.0/'
38
39
path: "6.1"
40
0 commit comments