chain-docs
chain-docs copied to clipboard
Problem : Generate markdown docs from the cosmos swagger API
- The swagger file: https://github.com/cosmos/cosmos-sdk/blob/v0.40.x/client/docs/swagger-ui/swagger.yaml
Thus far 3 separate swagger to markdown generators tools have been tried, all of them are generating seemingly good markdown docs, but the issue here is VuePress is being unable to parse the generated markdown and render. So it's still WIP