Skip to content

Commit

Permalink
Louisa/redocly panel (#1562)
Browse files Browse the repository at this point in the history
* update

* update

* update

* update

* update
  • Loading branch information
louisachu authored Jan 26, 2024
1 parent c05c90c commit af99e1a
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,13 @@ const RedoclyAPIBlock = ({ src }) => {
<script>{
`RedoclyReferenceDocs.init(
'${src}',
{licenseKey: '${licenseKey}'},
{licenseKey: '${licenseKey}',
theme: {
rightPanel: {
width: '500px',
},
},
},
document.querySelector('#redocly_container'),
);`
}
Expand Down

0 comments on commit af99e1a

Please sign in to comment.