-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
69 lines (69 loc) · 1.25 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
title: RailsDoc(β)
description: Ruby on Rails API Documentation.
url: https://railsdoc.github.io
source: src
default_rails_version: "8.0.0"
rails_versions:
"8.0":
specific_version: "8.0.0"
latest: true
"7.2":
specific_version: "7.2.2"
"7.1":
specific_version: "7.1.5"
"7.0":
specific_version: "7.0.8"
"6.1":
specific_version: "6.1.7"
"6.0":
specific_version: "6.0.6"
"5.2":
specific_version: "5.2.8"
plugins:
- jekyll-include-cache
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
twitter:
card: summary
toc:
min_level: 2
max_level: 3
defaults:
- scope:
path: ""
values:
version: 8.0
image: https://avatars.githubusercontent.com/u/4223
toc: true
root_path: "/"
- scope:
path: "7.2"
values:
version: 7.2
root_path: "/7.2/"
- scope:
path: "7.1"
values:
version: 7.1
root_path: "/7.1/"
- scope:
path: "7.0"
values:
version: 7.0
root_path: "/7.0/"
- scope:
path: "6.1"
values:
version: 6.1
root_path: "/6.1/"
- scope:
path: "6.0"
values:
version: 6.0
root_path: "/6.0/"
- scope:
path: "5.2"
values:
version: 5.2
root_path: "/5.2/"