Steven Serrata

Results 215 comments of Steven Serrata

Hi @mplacona, can you provide a link to a reproduction of the issue you're seeing?

Hi @lys623, you may also want to consider opening this FR with Docusaurus itself, since the broader community could likely benefit from this functionality, even outside of API docs. IIRC,...

Hi @gii-pan, for the languages missing the theme/highlighting, have you already defined them in `additionalLanguages`? Example: https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/blob/main/demo/docusaurus.config.js#L139 Concerning the `.pdf` issue, can you explain why those operations/paths end in a...

Hi @clarkmcc, thanks for the suggestion. The current instructions at the bottom of the README are intended for plugin contributors, not necessarily users. Plugin options and basic usage are in...

Hi @IanVS, thanks for the feedback! We're actually planning to redesign the CodeTabs/Snippets and will be removing the title as part of that effort. The plan is to: * Move...

Hi @IanVS, as you might have already seen, we took a different direction with language/variant tabs. Looking forward to your feedback.

Not currently, but the variants are defined as an array, so it should be possible to filter based on what's defined in the docusaurus config.

Hi @etiennea, this is one of the more requested features we've seen so far. That said, since our plugin already attempts to fully resolve operation request/response schemas, I wonder how...

Hi @drwelby, we looked at masking password input in the past but, since they are ultimately displayed in code snippets, it seemed like a moot point. Still, there may be...

Hi @korthout, I was curious if you've been able to test our v2.0.0-beta.2 release with Docusaurus v2.4.0?