(This is a repost, my first post disappeared- possibly because of a big number of links that could look like spam. I inlined the images and am trying another shot at submitting.)
First, I'd like to thank you guys for your work on this awesome tool, it's definitely saved me tons of time, and I discovered a dozen issues with my API while I was building the documentation. It turns out that whenever I hit a major frustration with representing my API with your documentation format, it ended up being because I was doing something dumb.
Now that my documentation is all squared away, I wanted to add a documentation viewer to my project UI example. I'm having trouble finding a renderer that will make the documentation look exactly like the preview in the interactive editor.
What I'm looking for is a standalone viewer that just shows the contents of the right pane here:
My API docs made heavy use of markdown formatting- tables `code strings`, **bolding**, etc: (Using the valid arguments table as my example):
When I export my swagger file as JSON and load it into the viewer, it looks like the below pic- It's not showing any of the markdown formatting, and the method formatting is shuffled (DELETE-GET-PUT instead of GET-PUT-POST-DELETE like it appears in the swagger file)
When I export it as YAML, the viewer fails to load it, getting stuck on 'fetching resource list':
When I use the Generate Client options for HTML and Dynamic HTML, I get the same issues of it not displaying markdown (or newlines):
Anyway, I am probably just missing an obvious option somewhere, but can someone please point me in right direction for getting a viewer that just looks like this?
Thanks!
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggers...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
That could be unrelated though. Any chance you can share your Swagger definition so I can test it locally?
You received this message because you are subscribed to a topic in the Google Groups "Swagger" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/swagger-swaggersocket/Fw42et5D2BU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to swagger-swaggers...@googlegroups.com.