Skip to content

Commit ddd3b4e

Browse files
committed
Add rails v7.1.0
1 parent 53395c3 commit ddd3b4e

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

_config.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ title: RailsDoc(β)
22
description: Ruby on Rails API Documentation.
33
url: https://railsdoc.github.io
44
source: src
5-
default_rails_version: 7.0.4
5+
default_rails_version: 7.1.0
66
rails_versions:
7+
"7.0":
8+
specific_version: "7.0.8"
79
"6.1":
810
specific_version: "6.1.7"
911
"6.0":
@@ -24,10 +26,15 @@ defaults:
2426
- scope:
2527
path: ""
2628
values:
27-
version: 7.0
29+
version: 7.1
2830
image: https://avatars.githubusercontent.com/u/4223
2931
toc: true
3032
root_path: '/'
33+
- scope:
34+
path: "7.0"
35+
values:
36+
version: 7.0
37+
root_path: '/7.0/'
3138
- scope:
3239
path: "6.1"
3340
values:

0 commit comments

Comments
 (0)