Remove section on removed rake doc:app
Remove the section of contributing docs about how `rake doc:app` can be used to generate some sort of documentation. That will not work any more, since this task was removed from Rails v5 because people don't generally use it! https://stackoverflow.com/a/36804474/338265
This commit is contained in:
parent
6ede9e3ec7
commit
1714e2f02d
1 changed files with 0 additions and 8 deletions
|
@ -79,14 +79,6 @@ database, and update the list of available keys manually.
|
|||
Adding or removing keys to this list is therefore discouraged, but contributions
|
||||
to the descriptive texts are welcome.
|
||||
|
||||
## Code Documentation
|
||||
|
||||
To generate the HTML documentation of the API/rails code, run the command
|
||||
|
||||
```
|
||||
rake doc:app
|
||||
```
|
||||
|
||||
## Committing
|
||||
|
||||
When you submit patches, the project maintainer has to read them and
|
||||
|
|
Loading…
Add table
Reference in a new issue