-
Notifications
You must be signed in to change notification settings - Fork 677
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
Integrating Swashbuckle with DapperDox #1105
Comments
@heldersepu, I created a branch and tried to merge it into master, but permission was denied. Can you give me access to merge the branch and create a PR? |
I'm not sure what exactly are you trying to do /?!?! |
I do not see a Swashbuckle fork on your profile: |
Apologies! I goofed on my end. PR #1107 submitted. |
no problem, we all do at some point! A lot of steps... |
Unfortunately, the implementation is being used to create documentation for our support team, and the information is proprietary. DapperDox is a new technology, but it provides the capability to include documentation beyond just the API reference. I think that capability is really important. Also, the creator is very responsive! |
is there a live demo somewhere of DapperDox ? |
If you download the latest release, you can run the integrated demo. |
Ok, I download it and I'm running it ... But I'm not quite sure how we can integrate this into a Nuget package, it seems that download is its own server not just a UI for a swagger definition |
After I use Swashbuckle to create a |
O yeah I did get it running ... |
I think it will be nice if you would not need to create a file. |
DapperDox is not creating the file. Swashbuckle (with some tweaking) creates a swagger.json file from the code source (like the one you linked to), which DapperDox consumes and displays in its UI. Please let me know if I am misunderstanding your statement. |
@lockewritesdocs |
@heldersepu, thank you for the explanation! I'm going to reach out to the DapperDox folks to see if a feature like that one is something that they are considering. |
@heldersepu, I am writing an article for a technical communications blog documenting how I integrated Swashbuckle with DapperDox. I will submit a PR with the article, which I think could be helpful to Swashbuckle users that want to generate a
swagger.json
file that they can serve to a static site generator other than the Swagger UI. Let me know what you think.The text was updated successfully, but these errors were encountered: