openapiのテスト。public リポジトリのため注意。
rbenvでlocal設定
rbenv local $(cat .ruby-version)
bundlerとjekyllをインストール
gem install bundler jekyll
bundle install
bundle install
_site内にビルド
bundle exec jekyll build -s docs --config docs/_config_development.yml
http://localhost:4000に表示。ビルドも同時に行う。
bundle exec jekyll serve -s docs --config docs/_config_development.yml