File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 4949 runs-on : ubuntu-latest
5050 name : Rails Doc Build (older versions)
5151 env :
52- RUBY_YJIT_ENABLE : ${{ matrix.yjit-enabled }}
52+ RUBY_YJIT_ENABLE : 1
5353 strategy :
5454 matrix :
5555 include :
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2019
3+ Copyright (c) 2019-2024
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of 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/)
1212
1313### Additional Goals
1414
15- Thare are some enhancements in addition to SEO.
15+ There are some enhancements in addition to SEO.
1616
1717- [x] Built by [ Jekyll] ( https://github.com/jekyll/jekyll )
1818- [x] Styled by [ bootstrap(v4)] ( https://github.com/twbs/bootstrap )
1919- [x] No iframe layout
2020- [x] Table of Contents
2121- [x] Google Custom Search
22+ - [x] Multiple version documentation
2223- [ ] Mobile-friendly design
23- - [ ] Multiple version documentation
24+ - [ ] Comment System
2425- [ ] etc. (see. https://github.com/railsdoc/railsdoc.github.io/issues )
2526
2627## Feature Request
Original file line number Diff line number Diff line change 5555 </ div >
5656 </ nav >
5757
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 ">
5959 < div class ="toc-content "> {% toc %}</ div >
6060 </ div >
6161
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 ">
6363 {{ content }}
6464 < footer class ="site-footer ">
6565 <!-- <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