remove remove one or more components from a pubsweet app
...
...
@@ -167,7 +167,7 @@ $ pubsweet setupdb --clobber
info: Generating PubSweet app database at api/db/production
info: Database already exists
info: Overwriting existing database due to --clobber flag
info: Aetting up the database
info: Setting up the database
question:><Admin username><
[...etc]
```
...
...
@@ -198,7 +198,7 @@ Forever is initialised to watch for changes in the config directory by default.
### Adding and removing components (`pubsweet add`, `pubsweet remove`)
Components add pages, actions, and behaviors to pubsweet. There are many we have bundled by default, and you can create your own. To learn more about components,
[read the documentation](TODO!).
[read the documentation](https://pubsweet.org/docs/components).
Run `add` or `remove` within your app directory, followed by one or more components, to add and remove components. These subcommands use `yarn` to add or remove the components and updates the configuration for your app accordingly.