sajari / sdk-php

Official repository of the Search.io SDK for PHP
https://www.search.io
MIT License
8 stars 1 forks source link

The documentation isn't rendering correctly #48

Open dhowden opened 2 years ago

dhowden commented 2 years ago

Code blocks in tables don't render correctly: https://github.com/sajari/sdk-php/blob/master/docs/Model/QueryCollectionRequest.md

jonathaningram commented 2 years ago

For now the workaround is to read the API reference docs e.g. https://dev.search.io/docs/api/#operation/QueryCollection

These are generated from the openapi.json file as is the documentation in sdk-php README.md so going to the API reference docs link is one workaround for now.