Docs: single html/pdf for 3.1.0 is broken
For 3.1.0 you will see some ascciidoc-related stuff and no docs.:
https://docs.spring.io/spring-cloud-contract/docs/3.1.0/reference/htmlsingle/ https://docs.spring.io/spring-cloud-contract/docs/3.1.0/reference/pdf/index.pdf
For comparison 3.0.0 full html works just fine: https://docs.spring.io/spring-cloud-contract/docs/3.0.0/reference/htmlsingle/
It seems that all of our single page docs are broken for all the cloud projects :grimacing:
It seems the correct single page docs are published under <projectname>.html instead of index.html: https://docs.spring.io/spring-cloud-contract/docs/3.1.0/reference/htmlsingle/spring-cloud-contract.html
Thanks for the link @jonatan-ivanov ! The source code snippet is also broken in 8.6.3 section of 3.1.0 docs and at least 8.7.4 Looks good in 3.0.0
I've built the documentation locally and it works well with all the versions. Let's see if the next release is better.