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 20e8e58 commit c26050fCopy full SHA for c26050f
_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: "8.0.3"
+default_rails_version: "8.1.0.beta1"
6
rails_versions:
7
+ "8.1":
8
+ specific_version8.1.0.beta1: "8.1.0.beta1"
9
+ latest: true
10
"8.0":
11
specific_version: "8.0.3"
- latest: true
12
"7.2":
13
specific_version: "7.2.2"
14
"7.1":
@@ -33,10 +35,15 @@ defaults:
33
35
- scope:
34
36
path: ""
37
values:
- version: 8.0
38
+ version: 8.1
39
image: https://avatars.githubusercontent.com/u/4223
40
toc: true
41
root_path: "/"
42
+ - scope:
43
+ path: "8.0"
44
+ values:
45
+ version: 8.0
46
+ root_path: "/8.0/"
47
48
path: "7.2"
49
0 commit comments