-
Notifications
You must be signed in to change notification settings - Fork 259
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
can i add some logic when create acsiidoc file from json file? #14
Comments
Hi, thanks for evaluating Swagger2Markup. I would love to get your GitHub Star in the Root Project, if you like it. You can either add further information by including manual written Asciidoc/Markdown files to the You could also write your own custom extensions. You could use a different tool than Springfox, which uses JavaDoc to generate your Swagger Spec. |
@RobWin Hi, Thanks very much for your answer. Add annotation in source code, can add the information I wanted. I’m reading the document. Since I’m not native English speaker (I know you are neither ^^), would you please give me more hint on where is the code I can work on. Best Regards |
And i want to know, if i have a springboot project with spingfox, how can i add Swagger2Markup to my project? |
Sry. But I won't open a xlsx file. Swagger2Markup is just a Swagger YAML/JSON to Markdown/AsciiDoc converter. Please have a look at this demo project and our user guide to understand how to add Swagger2Markup to your SpringBoot application. |
@RobWin And if i want to save the json file which is created by springfox, i need to add a junit source code such as the demo, is this right? |
Again: You should ask these questions in the Springfox project. |
How to add the code block when use Swagger2Markup to generate adoc file automatic? |
@RobWin Hi,
I have a spring boot project, and we have created API document by springfox.
But we need to add further information to the API document.
*further information: response message, description of parameter
One way we can add this information to source code by annotation, but the workload of this way is heavy and so many duplicate works is there.
When I found this demo, which exchanges JSON (created in /v2/api-docs) to markdown/acsiidoc, I think whether I can add some logic to add the further information when the exchange is executing. Or whether I can add the further information into JSON (swagger specification) before the exchange.
I want to find the code for exchange logic but failed. Is exchange done by jar?
Would you tell me where the logic of exchange JSON to markdown/acsiidoc is?
Is it feasibility to add logic to where the logic of exchange is?
Best Regards,
Fly
The text was updated successfully, but these errors were encountered: