Skip to content

Commit c26050f

Browse files
committed
feat: Update configuration for Rails v8.1 doc
1 parent 20e8e58 commit c26050f

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

_config.yml

Lines changed: 10 additions & 3 deletions
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: "8.0.3"
5+
default_rails_version: "8.1.0.beta1"
66
rails_versions:
7+
"8.1":
8+
specific_version8.1.0.beta1: "8.1.0.beta1"
9+
latest: true
710
"8.0":
811
specific_version: "8.0.3"
9-
latest: true
1012
"7.2":
1113
specific_version: "7.2.2"
1214
"7.1":
@@ -33,10 +35,15 @@ defaults:
3335
- scope:
3436
path: ""
3537
values:
36-
version: 8.0
38+
version: 8.1
3739
image: https://avatars.githubusercontent.com/u/4223
3840
toc: true
3941
root_path: "/"
42+
- scope:
43+
path: "8.0"
44+
values:
45+
version: 8.0
46+
root_path: "/8.0/"
4047
- scope:
4148
path: "7.2"
4249
values:

0 commit comments

Comments
 (0)