Remove API docs packages ✂️ ✂️ ✂️ (#14580)
* Remove API docs packages @spotlight/spectral and redoc-cli * Remove yard packages
This commit is contained in:
parent
6af768373e
commit
2e664b7cd5
7 changed files with 69 additions and 966 deletions
3
Gemfile
3
Gemfile
|
|
@ -133,9 +133,6 @@ group :development do
|
|||
gem "pry", "~> 0.13" # An IRB alternative and runtime developer console
|
||||
gem "pry-rails", "~> 0.3" # Use Pry as your rails console
|
||||
gem "web-console", "~> 4.1" # Rails Console on the Browser
|
||||
gem "yard", "~> 0.9.26" # YARD is a documentation generation tool for the Ruby programming language
|
||||
gem "yard-activerecord", "~> 0.0.16" # YARD extension that handles and interprets methods used when developing applications with ActiveRecord
|
||||
gem "yard-activesupport-concern", "~> 0.0.1" # YARD extension that brings support for modules making use of ActiveSupport::Concern
|
||||
end
|
||||
|
||||
group :development, :test do
|
||||
|
|
|
|||
|
|
@ -833,11 +833,6 @@ GEM
|
|||
websocket-extensions (0.1.5)
|
||||
xpath (3.2.0)
|
||||
nokogiri (~> 1.8)
|
||||
yard (0.9.26)
|
||||
yard-activerecord (0.0.16)
|
||||
yard (>= 0.8.3)
|
||||
yard-activesupport-concern (0.0.1)
|
||||
yard (>= 0.8)
|
||||
zeitwerk (2.4.2)
|
||||
zonebie (0.6.1)
|
||||
|
||||
|
|
@ -996,9 +991,6 @@ DEPENDENCIES
|
|||
webdrivers (~> 4.6)
|
||||
webmock (~> 3.14)
|
||||
webpacker (~> 5.4.2)
|
||||
yard (~> 0.9.26)
|
||||
yard-activerecord (~> 0.0.16)
|
||||
yard-activesupport-concern (~> 0.0.1)
|
||||
zonebie (~> 0.6.1)
|
||||
|
||||
RUBY VERSION
|
||||
|
|
|
|||
|
|
@ -78,7 +78,6 @@
|
|||
},
|
||||
"homepage": "https://github.com/thepracticaldev/dev.to#readme",
|
||||
"devDependencies": {
|
||||
"@stoplight/spectral": "5.9.2",
|
||||
"@storybook/addon-a11y": "^6.3.7",
|
||||
"@storybook/addon-actions": "^6.3.7",
|
||||
"@storybook/addon-docs": "^6.3.7",
|
||||
|
|
@ -124,7 +123,6 @@
|
|||
"lint-staged": "^11.1.2",
|
||||
"markdown-loader": "^6.0.0",
|
||||
"prettier": "^2.3.2",
|
||||
"redoc-cli": "0.12.3",
|
||||
"sass": "1.38.0",
|
||||
"sass-loader": "^10.1.1",
|
||||
"style-loader": "^2.0.0",
|
||||
|
|
|
|||
BIN
vendor/cache/yard-0.9.26.gem
vendored
BIN
vendor/cache/yard-0.9.26.gem
vendored
Binary file not shown.
BIN
vendor/cache/yard-activerecord-0.0.16.gem
vendored
BIN
vendor/cache/yard-activerecord-0.0.16.gem
vendored
Binary file not shown.
BIN
vendor/cache/yard-activesupport-concern-0.0.1.gem
vendored
BIN
vendor/cache/yard-activesupport-concern-0.0.1.gem
vendored
Binary file not shown.
Loading…
Add table
Reference in a new issue