Skip to content

Commit

Permalink
Remove Bootstrap option from generator docs (#1575)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangarha authored Aug 29, 2023
1 parent c52a11f commit d4e4812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/additional-details/generator-details.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Generator Details

The `react_on_rails:install` generator combined with the example pull requests of generator runs will get you up and running efficiently. There's a fair bit of setup with integrating Webpack with Rails. Defaults for options are such that the default is for the flag to be off. For example, the default for `-R` is that `redux` is off, and the default of `-b` is that `skip-bootstrap` is off.
The `react_on_rails:install` generator combined with the example pull requests of generator runs will get you up and running efficiently. There's a fair bit of setup with integrating Webpack with Rails. Defaults for options are such that the default is for the flag to be off. For example, the default for `-R` is that `redux` is off.

Run `rails generate react_on_rails:install --help` for descriptions of all available options:

Expand Down

0 comments on commit d4e4812

Please sign in to comment.