-
Notifications
You must be signed in to change notification settings - Fork 1
Render the Behat API doc #27
Comments
That's a great idea. |
Not sure if it fits in first release though. |
It would probably be easier to render them separately using Sami or phpdocumentor (depending of your preference) rather than deploying them in Borg itself. |
@stof the current codebase of Borg will make things like that trivial. Also Borg is highly decouple from the Behat. You technically will be able to use Borg to create Mink or any other OSS project website. |
@everzet the thing is, building API docs is related to releases of the code, not of the doc. When they live in separate repositories, this is a different trigger. |
@stof Borg is capable of handling both. It doesn't distinguish which releases you give it ATM. It should become clearer when we add extension pages. |
This can be useful for extension authors. I git several complaints about the fact that the Mink API doc is not available online anymore since the removal of the old website for instance.
I don't know whether it should be handled by Borg itself or be deployed separately (which might be easier)
The text was updated successfully, but these errors were encountered: