Skip to content

Commit 95835db

Browse files
committed
feat: Configure for Rails v8
1 parent a38bd38 commit 95835db

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

Diff for: _config.yml

+10-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ title: RailsDoc(β)
22
description: Ruby on Rails API Documentation.
33
url: https://railsdoc.github.io
44
source: src
5-
default_rails_version: "7.2.2"
5+
default_rails_version: "8.0.0"
66
rails_versions:
7+
"8.0":
8+
specific_version: "8.0.0"
9+
latest: true
710
"7.2":
811
specific_version: "7.2.2"
9-
latest: true
1012
"7.1":
1113
specific_version: "7.1.5"
1214
"7.0":
@@ -31,10 +33,15 @@ defaults:
3133
- scope:
3234
path: ""
3335
values:
34-
version: 7.2
36+
version: 8.0
3537
image: https://avatars.githubusercontent.com/u/4223
3638
toc: true
3739
root_path: "/"
40+
- scope:
41+
path: "7.2"
42+
values:
43+
version: 7.2
44+
root_path: "/7.2/"
3845
- scope:
3946
path: "7.1"
4047
values:

0 commit comments

Comments
 (0)