Steven Serrata

Results 169 comments of Steven Serrata

I agree that this would be very useful when using Docusaurus for API docs. Now that 2.0 has been released, I'm happy to help test or work on this if...

@selbekk, thanks for opening this PR! I hope it gets merged soon. Until then, are there any workarounds you'd recommend?

Hi @thomasheartman, if I'm understanding correctly I believe you want the generated API docs to have the same/similar base path as your non-API docs? Or, at least, you would like...

You can find an example of a standalone `plugin-content-docs` config [here](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-docs#ex-config) > Yeah, that's the solution that I've opted for initially, as it's easier to implement. But it does mean...

Hi @thomasheartman, any updates to share? We can work on documenting the "standalone `plugin-content-docs`" usage and mixing API with non-API docs.

Hi @thomasheartman, any updates to share?

Hi @adamsoffer, thanks for the suggestion. I am familiar with how ReDoc and Swagger UI render models. That said, I don't have any personal experience actually using them. Can you...

Thanks @colin-mckibben-sp, I appreciate the additional context and link to examples. I downloaded the SailPoint API spec for reference. I think it's something we can support but I am not...

Hi @thomasheartman, thanks for your feedback. I agree that `groupPathsBy` can be documented better. Grouping by "tag" is intended to group operations (path + method) by the first tag value...

Hmm, it's possible you may need to clean and re-gen the sidebar at least. I did a quick test and this is what I ended up with: https://user-images.githubusercontent.com/9343811/183501675-caf02d85-8a2a-4333-8d3e-2eaf1448ceb8.mov If you...