Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

Support.md 1.1 KiB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. ---
  2. name: Support
  3. about: Ask a question or request help with your implementation.
  4. ---
  5. <!--
  6. We can only offer support for Swagger-UI itself.
  7. If you're having a problem with a library that uses Swagger-UI
  8. (for example, Springfox or swagger-node), please open an issue
  9. in that project's repository instead.
  10. -->
  11. ### Q&A (please complete the following information)
  12. - OS: [e.g. macOS]
  13. - Browser: [e.g. chrome, safari]
  14. - Version: [e.g. 22]
  15. - Method of installation: [e.g. npm, dist assets]
  16. - Swagger-UI version: [e.g. 3.10.0]
  17. - Swagger/OpenAPI version: [e.g. Swagger 2.0, OpenAPI 3.0]
  18. ### Content & configuration
  19. <!-- Provide us with a way to see what you're seeing, so that we can help. -->
  20. Swagger/OpenAPI definition:
  21. ```yaml
  22. # your YAML here
  23. ```
  24. Swagger-UI configuration options:
  25. ```js
  26. SwaggerUI({
  27. // your config options here
  28. })
  29. ```
  30. ```
  31. ?yourQueryStringConfig
  32. ```
  33. ### Screenshots
  34. <!-- If applicable, add screenshots to help give context to your problem. -->
  35. ### How can we help?
  36. <!-- Your question or problem goes here! -->