swagger-api / swagger-editor

Swagger Editor
https://editor.swagger.io
Apache License 2.0
8.91k stars 2.26k forks source link

Is there any operation docs about SwaggerEditorBundle ? #2149

Open Owenxh opened 4 years ago

Owenxh commented 4 years ago

Q&A (please complete the following information)

Swagger-Editor configuration options:

const editor = SwaggerEditorBundle({
      dom_id: '#swagger-editor',
      layout: 'StandaloneLayout',
      presets: [
        SwaggerEditorStandalonePreset
      ]
    })
    window.editor = editor;

How can we help?

Is there any operation docs about SwaggerEditorBundle ?

mshetty794 commented 4 years ago

@Owenxh I am looking for SwaggerEditorBundle documentation too, it will be very helpful to me if you have found one.

Owenxh commented 4 years ago

@Owenxh I am looking for SwaggerEditorBundle documentation too, it will be very helpful to me if you have found one.

Sorry, I did not find the document.