File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
- title : RailsDoc(α )
1
+ title : RailsDoc(β )
2
2
description : Ruby on Rails API Documentation.
3
3
url : https://railsdoc.github.io
4
4
source : src
5
+ target_rails_version : 5.2.3
5
6
plugins :
6
7
- jekyll-redirect-from
7
8
- jekyll-seo-tag
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="UTF-8 ">
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6
- < link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.2 .1/css/bootstrap.min.css " integrity ="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS " crossorigin ="anonymous ">
6
+ < link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.3 .1/css/bootstrap.min.css " integrity ="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T " crossorigin ="anonymous ">
7
7
< link href ="/assets/css/style.css " rel ="stylesheet ">
8
8
< link rel ="stylesheet " href ="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/styles/github.min.css ">
9
9
< link rel ="apple-touch-icon " href ="icon.png ">
26
26
< form class ="w-100 " action ="/search " method ="get ">
27
27
< input class ="form-control form-control-dark " type ="text " placeholder ="Search " aria-label ="Search " name ="q ">
28
28
</ form >
29
- < ul class ="navbar-nav px-3 ">
30
- < li class ="nav-item text-nowrap ">
29
+
30
+ < ul class ="navbar-nav flex-row ml-md-auto d-none d-md-flex px-1 ">
31
+ < li class ="nav-item text-nowrap p-2 ">
32
+ < a class ="nav-link " href ="https://github.com/rails/rails/tree/v{{ site.target_rails_version }} "> Rails v{{ site.target_rails_version }}</ a >
33
+ </ li >
34
+ < li class ="nav-item text-nowrap p-2 ">
31
35
< a class ="nav-link " href ="https://github.com/railsdoc/railsdoc.github.io "> GitHub</ a >
32
36
</ li >
33
37
</ ul >
You can’t perform that action at this time.
0 commit comments