We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a38bd38 commit 95835dbCopy full SHA for 95835db
_config.yml
@@ -2,11 +2,13 @@ title: RailsDoc(β)
2
description: Ruby on Rails API Documentation.
3
url: https://railsdoc.github.io
4
source: src
5
-default_rails_version: "7.2.2"
+default_rails_version: "8.0.0"
6
rails_versions:
7
+ "8.0":
8
+ specific_version: "8.0.0"
9
+ latest: true
10
"7.2":
11
specific_version: "7.2.2"
- latest: true
12
"7.1":
13
specific_version: "7.1.5"
14
"7.0":
@@ -31,10 +33,15 @@ defaults:
31
33
- scope:
32
34
path: ""
35
values:
- version: 7.2
36
+ version: 8.0
37
image: https://avatars.githubusercontent.com/u/4223
38
toc: true
39
root_path: "/"
40
+ - scope:
41
+ path: "7.2"
42
+ values:
43
+ version: 7.2
44
+ root_path: "/7.2/"
45
46
path: "7.1"
47
0 commit comments