Actions
DocumentationRubydocs » History » Revision 4
« Previous |
Revision 4/7
(diff)
| Next »
cryptogopher, 2023-04-14 22:21
Generating Ruby+Rails documentation¶
cd /var/www/localhost/htdocs/rubydocs git clone --branch v2_7_7 --depth 1 https://github.com/ruby/ruby.git sdoc --all --exclude='test/*' --exclude='spec/*' --main=ruby/README.md --output=ruby-2.7.7 ruby git clone --branch v7.0.4.3 --depth 1 https://github.com/rails/rails.git sdoc --all --exclude='test/*' --exclude='spec/*' --main=ruby/README.md --output=rails-7.0.4.3 rails sdoc-merge --op=ruby-2.7-rails-7.0-nontest ruby-2.7.7 rails-7.0.4.3 rm -rf ruby/ ruby-2.7.7/ rails/ rails-7.0.4.3/
Updated by cryptogopher over 1 year ago · 4 revisions