We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11dccbc commit 2660a63Copy full SHA for 2660a63
examples/custom/pokeapi/src/components/speakeasy-custom/Operation.tsx
@@ -33,10 +33,9 @@ export function Operation({ children }: OperationProps) {
33
{securitySection}
34
{parametersSection}
35
{requestBodySection}
36
- {responseBodySection}
37
</div>
38
<div style={{ flex: "0 1 50%", minWidth: 0 }}>
39
- {tryItNowSection ?? <div></div>}
+ {responseBodySection}
40
41
42
</>
examples/docusaurus/pokeapi/docusaurus.config.ts
@@ -69,10 +69,6 @@ const config: Config = {
69
image: "img/docusaurus-social-card.jpg",
70
navbar: {
71
title: "Speakeasy Docusaurus Demo",
72
- logo: {
73
- alt: "Speakeasy Docusaurus Demo Logo",
74
- src: "img/logo.svg",
75
- },
76
items: [
77
{
78
type: "docSidebar",
0 commit comments