JMSSerializerBundle
JMSSerializerBundle copied to clipboard
How to improve documentation?
I don't see any CONTRIBUTING.md inside the project folder. Could you add a guidelines how to improve the documentation?
According to CONTRIBUTING.md in https://github.com/schmittjoh/serializer I've executed.
cd Resources/doc && sphinx-build -W -b html -d _build/doctrees . _build/html
but there is no conf.py file.
Please guide me.
I think that you can copy the files from the serializer (https://github.com/schmittjoh/serializer/blob/master/doc/conf.py)
https://github.com/schmittjoh/serializer/pull/997 implemented the document build on the serializer library
@goetas how will docs deploy on the site?