Open boyangles opened 7 years ago
Describe the addition of swagger and how to initialize when first obtaining our repo:
rails swagger:docs
git submodule add git@github.com:wordnik/swagger-ui.git swagger
git submodule update --init --recursive
updated command: git submodule add https://github.com/swagger-api/swagger-ui.git swagger
Also make sure you're inside your public directory when running git submodule commands
Describe the addition of swagger and how to initialize when first obtaining our repo:
rails swagger:docs
--> updates when changes related to swaggergit submodule add git@github.com:wordnik/swagger-ui.git swagger
git submodule update --init --recursive