-
Notifications
You must be signed in to change notification settings - Fork 41
Description
Currently we have a separate documentation repository. The main reason I separated it is that this way we can have one documentation for all the adapter-utility-messageFactory-helper thing. Should we keep that or separate documentation into their own repositories? (By that I mean documentation should go into the repository it actually documents)
Adapters probably doesn't need a separate documentation page (README is enough?) as configuring a client is relatively easy. Inject the Guzzle Client for example, done.
Projects that need documentation:
- Adapter/Client
- Message Factory
- Plugins
- Discovery
So, should we keep all these in one repository or put them into their own repo?
Downside would be VCS: documentation fixes also require tagging releases. This might be confusing for example in the contract: nothing changed (except the docs), but a new release is out.