Skip to content

Commit 2660a63

Browse files
authored
New PokeAPI custom layout (#81)
* New PokeAPI custom layout * Remove broken logo
1 parent 11dccbc commit 2660a63

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

examples/custom/pokeapi/src/components/speakeasy-custom/Operation.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@ export function Operation({ children }: OperationProps) {
3333
{securitySection}
3434
{parametersSection}
3535
{requestBodySection}
36-
{responseBodySection}
3736
</div>
3837
<div style={{ flex: "0 1 50%", minWidth: 0 }}>
39-
{tryItNowSection ?? <div></div>}
38+
{responseBodySection}
4039
</div>
4140
</div>
4241
</>

examples/docusaurus/pokeapi/docusaurus.config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,6 @@ const config: Config = {
6969
image: "img/docusaurus-social-card.jpg",
7070
navbar: {
7171
title: "Speakeasy Docusaurus Demo",
72-
logo: {
73-
alt: "Speakeasy Docusaurus Demo Logo",
74-
src: "img/logo.svg",
75-
},
7672
items: [
7773
{
7874
type: "docSidebar",

0 commit comments

Comments
 (0)