File tree 4 files changed +7
-6
lines changed
4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 49
49
runs-on : ubuntu-latest
50
50
name : Rails Doc Build (older versions)
51
51
env :
52
- RUBY_YJIT_ENABLE : ${{ matrix.yjit-enabled }}
52
+ RUBY_YJIT_ENABLE : 1
53
53
strategy :
54
54
matrix :
55
55
include :
Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2019
3
+ Copyright (c) 2019-2024
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -12,15 +12,16 @@ The project goal is **making [api.rubyonrails.org](https://api.rubyonrails.org/)
12
12
13
13
### Additional Goals
14
14
15
- Thare are some enhancements in addition to SEO.
15
+ There are some enhancements in addition to SEO.
16
16
17
17
- [x] Built by [ Jekyll] ( https://github.com/jekyll/jekyll )
18
18
- [x] Styled by [ bootstrap(v4)] ( https://github.com/twbs/bootstrap )
19
19
- [x] No iframe layout
20
20
- [x] Table of Contents
21
21
- [x] Google Custom Search
22
+ - [x] Multiple version documentation
22
23
- [ ] Mobile-friendly design
23
- - [ ] Multiple version documentation
24
+ - [ ] Comment System
24
25
- [ ] etc. (see. https://github.com/railsdoc/railsdoc.github.io/issues )
25
26
26
27
## Feature Request
Original file line number Diff line number Diff line change 55
55
</ div >
56
56
</ nav >
57
57
58
- < div class ="col-12 col-md-3 col-xl-2 toc-content-sticky ">
58
+ < div class ="col-12 col-md-2 col-xl-2 toc-content-sticky ">
59
59
< div class ="toc-content "> {% toc %}</ div >
60
60
</ div >
61
61
62
- < main role ="main " class ="col-12 col-md-9 col-xl-8 py-md-3 pl-md-4 ">
62
+ < main role ="main " class ="col-12 col-md-7 col-xl-8 py-md-3 pl-md-4 ">
63
63
{{ content }}
64
64
< footer class ="site-footer ">
65
65
<!-- <span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span> -->
You can’t perform that action at this time.
0 commit comments