apiaryio / dredd

Language-agnostic HTTP API Testing Tool
https://dredd.org
MIT License
4.19k stars 280 forks source link

Docs search is broken #562

Closed honzajavorek closed 7 years ago

honzajavorek commented 8 years ago

For some reason, the search feature in Dredd docs doesn't really work.

https://readthedocs.org/search/?q=continuous&type=file&project=dredd&version=latest

vs

https://github.com/apiaryio/dredd/search?l=markdown&q=continuous&type=Code&utf8=%E2%9C%93

honzajavorek commented 8 years ago

Looks like there are various issues for this:

RTD-MkDocs integration to blame. With Dredd documentation growing, I'm really tempted to migrate to Sphinx and ReST.

honzajavorek commented 7 years ago

https://github.com/rtfd/readthedocs.org/issues/1088 contains some crazy workarounds, implemented e.g. in https://github.com/docksal/docksal/pull/120.