Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example of markdown.mustache does not contain field names for data types #7

Open
alexei-osipov opened this issue Jan 6, 2015 · 4 comments

Comments

@alexei-osipov
Copy link

Table template for section Data Types in templates\markdown.mustache does not contain contain column with information about field (property) name.

Current code (table headers):

<tr>
  <th>type</th>
  <th>required</th>
  <th>access</th>
  <th>description</th>
  <th>notes</th>
</tr>
@alexei-osipov
Copy link
Author

I think it's supposed to have an extra column column like

        <th>property</th>
        <td>{{name}}</td>

@programista-zacny
Copy link

Yes, but I think that plugin is not generating proper table with "property" column. Am I wrong?

@alexei-osipov
Copy link
Author

Plugin not generates "property" column because it just messed in template. And this can be fixed with just editing template file.

@sdhanavath
Copy link

I have just started using the swagger-maven-example to use the maven-plugin for generating swagger.json and static html and not successful in doing that, I observed that few files are missing as per the web.xml configuration. Please refer attached image for the error.

Can you please help me on this.

Thanks in advance!

swagger-maven-example_missing_code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants