-
I have problem with strapdown when I tried to use in https
was loaded over HTTPS, but requested an insecure script 'http://strapdownjs.com/v/0.2/strapdown.js'.
how can i fix it ?
-
I want to set default values on class attributes and that those values be showed on my swagger ui. It would be wonderfull...
it is my swagger dependence content:
```
1.3.10
1.3.10
com.wordnik…
-
I want to set default values on class attributes and that those values be showed on my swagger ui. It would be wonderfull...
-
If a code block directly comes after a list, it doesn't seem to work:
```
- list item
:::python
a=42
```
it does however if there's some normal text seperating them like this:
```
- list i…
-
I am getting the following exception when i enable the plugin for overrdingModels.
I used this example just to try it out
{
"DateTimeMapping" :
{
"className" : "org.joda.time.DateTim…
-
`AttPosEKF::UpdateStrapdownEquationsNED` constructs `deltaQuat` by assuming that `correctedDelAng` is in an axis-angle representation, where the magnitude of the `Vector3f` is the angle, and the direc…
-
The mustache html output is not formatting correctly. The class attribute is only included in the first resource. The div id's are are all set to "accordion0api" The "index" attribute does not seem to…
-
I'm using this plugin configuration to generate the swagger spec for my api. But even if the basePath is configured, it is not outputted in the service.json. Because of that, the lastest swagger-ui wo…
-
Sorry for a simple basic question. I followed the swagger-maven-example and tried to generate HTML doc for my api. However, the generated HTML has no surrounding HTML tags like:
```
API Document
…
-
I have a service with this path: /companies/tgss
The generation with swagger-maven-plugin runs for the strapdown.html file, but not for services.json. In service.json the path is changed by "/companie…