We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab3c6b7 commit 7742d4aCopy full SHA for 7742d4a
README.md
@@ -60,6 +60,10 @@ Consider adding a viewer to enhance the generated documentation. By itself rspec
60
61
gem 'raddocs'
62
63
+ or
64
+
65
+ gem 'apitome'
66
67
#### spec/spec_helper.rb
68
69
```ruby
@@ -68,6 +72,15 @@ RspecApiDocumentation.configure do |config|
72
end
73
```
70
74
75
+####
76
+For both raddocs and apitome, start rails server. Then
77
78
+ open http://localhost:3000/docs for raddocs
79
80
81
82
+ http://localhost:3000/api/docs for apitome
83
71
84
## Sample App
85
86
See the `example` folder for a sample Rails app that has been documented.
0 commit comments